forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI documentation, renaming runs to "Canary" (apache#26151)
For quite some time we did not have the name of the main builds However more and more the "main" builds are used to provide early warnigns for some problems: * 3rd-party dependencies breaking our builds * our own dependencies breaking the constraints * building ARM images * building breeze images quickly * running complete matrix of tests * finding flaky tests So effectively, those main builds are really "Canary" builds - when those builds are failing, they give us a chance to react quickly, without affecting the regular PR builds. This PR clarifies the meaning and reasoning for those builds and introduces "Canary" name for them. During related documentation review, it also turned out that a number of old environment variables are not used any more (after the breeze changing to Python) and this PR also removes them from documentation and removes the variables from all the scripts (including removal of some unused scripts) The new documentation also mentions somethign that we've learned recently - that in case you use Breeze in non-airflow workflows in GitHub Actions, you need to override the variables through command line parameters rather than through environment variables, because GitHub actions treats GITHUB_* variables as immutable for security.
- Loading branch information
Showing
14 changed files
with
164 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.