Skip to content

Commit

Permalink
Backport PR coq#18608: Have separate jobs for ext_lib, simple_io, itr…
Browse files Browse the repository at this point in the history
…ee_io
  • Loading branch information
SkySkimmer committed Feb 5, 2024
2 parents 66bf7d7 + 76c5a2c commit b0d8e8e
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,9 @@ library:ci-cross_crypto:
library:ci-engine_bench:
extends: .ci-template

library:ci-ext_lib:
extends: .ci-template-flambda

library:ci-fcsl_pcm:
extends: .ci-template-flambda
needs:
Expand Down Expand Up @@ -773,8 +776,22 @@ library:ci-itree:
extends: .ci-template-flambda
needs:
- build:edge+flambda
- library:ci-ext_lib
- library:ci-paco

library:ci-itree_io:
extends: .ci-template-flambda
needs:
- build:edge+flambda
- library:ci-simple_io
- library:ci-itree

library:ci-simple_io:
extends: .ci-template-flambda
needs:
- build:edge+flambda
- library:ci-ext_lib

library:ci-sf:
extends: .ci-template

Expand Down Expand Up @@ -833,7 +850,7 @@ library:ci-http:
needs:
- build:edge+flambda
- library:ci-menhir
- library:ci-itree
- library:ci-itree_io
- plugin:ci-quickchick

# Plugins are by definition the projects that depend on Coq's ML API
Expand Down Expand Up @@ -922,6 +939,8 @@ plugin:ci-quickchick:
extends: .ci-template-flambda
needs:
- build:edge+flambda
- library:ci-ext_lib
- library:ci-simple_io
- library:ci-mathcomp_1

plugin:ci-quickchick_test:
Expand Down

0 comments on commit b0d8e8e

Please sign in to comment.