Skip to content

Commit

Permalink
Try running fiat-crypto on large runners
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Sep 25, 2023
1 parent 6ff90d8 commit b539ea9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -651,8 +651,10 @@ library:ci-fcsl_pcm:

library:ci-fiat_crypto:
extends: .ci-template-flambda
extends: .large-tags
variables:
COQEXTRAFLAGS: "-async-proofs-tac-j 0"
NJOBS: "4"
needs:
- build:edge+flambda
- library:ci-coqprime
Expand Down
4 changes: 4 additions & 0 deletions dev/ci/gitlab-modes/tagged-runners.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.auto-use-tags:
tags:
- $TAGGED_RUNNERS

.large-tags:
tags:
- large
3 changes: 3 additions & 0 deletions dev/ci/gitlab-modes/untagged-runners.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.auto-use-tags:
tags: []

.large-tags:
tags: []

0 comments on commit b539ea9

Please sign in to comment.