Skip to content

Commit

Permalink
Merge PR coq#18888: Use gitlab.inria.fr shared runners for docker boot
Browse files Browse the repository at this point in the history
Reviewed-by: ejgallego
Co-authored-by: ejgallego <[email protected]>
  • Loading branch information
coqbot-app[bot] and ejgallego authored Apr 15, 2024
2 parents 7b9f69f + fd9c9da commit 1894462
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ docker-boot:
except:
variables:
- $SKIP_DOCKER == "true"
tags:
- docker
extends: .auto-use-docker-tags
timeout: 2h

build:base:
extends: .build-template
Expand Down
8 changes: 8 additions & 0 deletions dev/ci/gitlab-modes/tagged-runners.yml
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
4 changes: 4 additions & 0 deletions dev/ci/gitlab-modes/untagged-runners.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
.auto-use-tags:
tags: []

.auto-use-docker-tags:
tags:
- docker

0 comments on commit 1894462

Please sign in to comment.