forked from coq/coq
-
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.
Merge PR coq#18888: Use gitlab.inria.fr shared runners for docker boot
Reviewed-by: ejgallego Co-authored-by: ejgallego <[email protected]>
- Loading branch information
Showing
3 changed files
with
14 additions
and
2 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,3 +1,11 @@ | ||
.auto-use-tags: | ||
tags: | ||
- $TAGGED_RUNNERS | ||
|
||
# making this configurable is too annoying if we want to support > 1 tag | ||
# and not sure small is enough | ||
# so just hardcode ci.inria.fr && medium | ||
.auto-use-docker-tags: | ||
tags: | ||
- ci.inria.fr | ||
- medium |
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,2 +1,6 @@ | ||
.auto-use-tags: | ||
tags: [] | ||
|
||
.auto-use-docker-tags: | ||
tags: | ||
- docker |