-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
237: Define “success” as a single CI task, refactor Bors & release config r=duckinator a=nbraud - [x] Introduced aliases for each task group - [x] Introduced a “CI success” task that depends on all relevant tasks - [x] Refactored the Bors config and release task to depend on that task Closes #236 Co-authored-by: nicoo <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,3 @@ | ||
status = [ | ||
"FreeBSD PYTHON:3.6", | ||
"FreeBSD PYTHON:3.7", | ||
"FreeBSD PYTHON:3.8", | ||
"Lint", | ||
"Linux container:python:3.6-slim", | ||
"Linux container:python:3.7-slim", | ||
"Linux container:python:3.8-slim", | ||
"Linux container:python:3.9-slim", | ||
"Zipapp_bootstrap container:python:3.7-slim", | ||
"Zipapp_bootstrap container:python:3.8-slim", | ||
"Zipapp_bootstrap container:python:3.9-slim", | ||
"macOS PYTHON:3.6.9", | ||
"macOS PYTHON:3.7.9", | ||
"macOS PYTHON:3.8.6", | ||
"macOS PYTHON:3.9.0", | ||
] | ||
status = [ "CI success" ] | ||
|
||
delete_merged_branches = true |