Skip to content

Commit

Permalink
Disable allow failure for fiat/cross-crypto
Browse files Browse the repository at this point in the history
This reverts a commit in coq#18164
  • Loading branch information
Villetaneuse committed Dec 2, 2023
1 parent 1788628 commit 3c15b30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Expand Up @@ -636,7 +636,6 @@ 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 @@ -658,7 +657,6 @@ 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 @@ -678,7 +676,6 @@ 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 @@ -890,7 +887,6 @@ 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 3c15b30

Please sign in to comment.