[Git][ghc/ghc][wip/romes/12935] ci: Allow abi-test to fail.
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Sun Sep 22 19:26:19 UTC 2024
Zubin pushed to branch wip/romes/12935 at Glasgow Haskell Compiler / GHC
Commits:
d63782db by Zubin Duggal at 2024-09-23T00:55:20+05:30
ci: Allow abi-test to fail.
We are not fully deterministic yet, see #12935 for work that remains to be done.
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -796,7 +796,7 @@ function check_objects(){
}
function abi_test() {
- for i in {1..10}; do info "iteration $i"; run_abi_test; done
+ for i in {1..10}; do info "iteration $i"; ( run_abi_test ) || warn "expected failure: abi test iteration $i failed, see #12935"; done
}
function run_abi_test() {
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d63782db041e3d26ed032936fac1d43253c6bacf
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d63782db041e3d26ed032936fac1d43253c6bacf
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240922/5a89a8fe/attachment.html>
More information about the ghc-commits
mailing list