diff options
| author | Gaëtan Gilbert | 2020-03-11 17:10:18 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-03-11 17:10:18 +0100 |
| commit | affb2fd89073accaa79ff6c2e468eb1bb9bd96bb (patch) | |
| tree | f301c6d861aebee6f9e9a3f2b714fd2b9e0a0669 | |
| parent | 45e83041ee129a541fdf17a8c50dd6e9e0e81262 (diff) | |
| parent | 8b35c0775330711e1c63a7e1d0515052812a9f02 (diff) | |
Merge PR #11800: [ci] [gitlab] Move VST to `allow_failure`
Reviewed-by: SkySkimmer
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68bb24ac77..8b79dbf810 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -697,6 +697,7 @@ library:ci-verdi-raft: library:ci-vst: extends: .ci-template-flambda + allow_failure: true # Plugins are by definition the projects that depend on Coq's ML API |
