-
Notifications
You must be signed in to change notification settings - Fork 3
Get packages to build only from commit context #291
Copy link
Copy link
Open
Labels
Description
Currently the CI checks out the specific commit for that run and compares all package versions to the current versions in the package database. This causes several issues:
- pipelines are not reproducible as their context depends on external information in the live database
- restarting a successful pipeline won't build any package
- multiple parallel pipelines have undefined behavior and often build unnecessary packages
Reactions are currently unavailable