Skip to content

Commit 14a7873

Browse files
KristofferCKristofferC
and
KristofferC
authored
mark revise and gcext as not fast failable (#394)
Co-authored-by: KristofferC <[email protected]>
1 parent e3b287c commit 14a7873

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pipelines/main/misc/gcext.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
3333
mkdir -p "$${gcext_output:?}"
3434
make --output-sync -j$${JULIA_CPU_THREADS:?} -C test/gcext check JULIA="$$(pwd)/usr/bin/julia" BIN="$${gcext_output:?}"
3535
timeout_in_minutes: 60
36-
soft_fail: true
36+
soft_fail: ${ALLOW_FAIL?}
3737
agents:
3838
queue: "julia"
3939
sandbox_capable: "true"

pipelines/main/misc/test_revise.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ steps:
3232
unset JULIA_DEPOT_PATH
3333
JULIA_PKG_PRECOMPILE_AUTO=0 ./julia -e 'using Pkg; Pkg.add(name="Revise", rev="master"); ENV["JULIA_PKG_PRECOMPILE_AUTO"]=1; Pkg.test("Revise")'
3434
timeout_in_minutes: 30
35-
soft_fail: true
35+
soft_fail: ${ALLOW_FAIL?}
3636
agents:
3737
queue: "julia"
3838
sandbox_capable: "true"

0 commit comments

Comments
 (0)