Skip to content

Commit

Permalink
Declare last failing jobs of #18164 allow_failure
Browse files Browse the repository at this point in the history
So that they can be updated by their devs at their own pace
in the coming weeks.
  • Loading branch information
proux01 committed Nov 27, 2023
1 parent 60c5a2b commit 6e5aefb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ library:ci-coquelicot:

library:ci-cross_crypto:
extends: .ci-template
allow_failure: true # See https://github.com/coq/coq/pull/18164/

library:ci-engine_bench:
extends: .ci-template
Expand All @@ -657,6 +658,7 @@ library:ci-fiat_crypto:
- plugin:ci-bignums
- plugin:ci-rewriter
timeout: 3h
allow_failure: true # See https://github.com/coq/coq/pull/18164/

library:ci-fiat_crypto_legacy:
extends: .ci-template-flambda
Expand All @@ -676,6 +678,7 @@ library:ci-fiat_crypto_ocaml:
- library:ci-fiat_crypto
artifacts:
paths: [] # These artifacts would go over the size limit
allow_failure: true # See https://github.com/coq/coq/pull/18164/

library:ci-flocq:
extends: .ci-template-flambda
Expand Down Expand Up @@ -887,6 +890,7 @@ plugin:ci-equations_test:

plugin:ci-fiat_parsers:
extends: .ci-template
allow_failure: true # See https://github.com/coq/coq/pull/18164/

plugin:ci-lean_importer:
extends: .ci-template
Expand Down

0 comments on commit 6e5aefb

Please sign in to comment.