We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b287c commit 14a7873Copy full SHA for 14a7873
pipelines/main/misc/gcext.yml
@@ -33,7 +33,7 @@ steps:
33
mkdir -p "$${gcext_output:?}"
34
make --output-sync -j$${JULIA_CPU_THREADS:?} -C test/gcext check JULIA="$$(pwd)/usr/bin/julia" BIN="$${gcext_output:?}"
35
timeout_in_minutes: 60
36
- soft_fail: true
+ soft_fail: ${ALLOW_FAIL?}
37
agents:
38
queue: "julia"
39
sandbox_capable: "true"
pipelines/main/misc/test_revise.yml
@@ -32,7 +32,7 @@ steps:
32
unset JULIA_DEPOT_PATH
JULIA_PKG_PRECOMPILE_AUTO=0 ./julia -e 'using Pkg; Pkg.add(name="Revise", rev="master"); ENV["JULIA_PKG_PRECOMPILE_AUTO"]=1; Pkg.test("Revise")'
timeout_in_minutes: 30
0 commit comments