diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 9f932e10..46045f1b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -122,29 +122,29 @@ steps: soft_fail: - exit_status: 3 - # - label: "Enzyme.jl" - # plugins: - # - JuliaCI/julia#v1: - # version: "1.11" - # - JuliaCI/julia-coverage#v1: - # codecov: true - # command: | - # julia -e 'println("--- :julia: Instantiating project") - # using Pkg - # Pkg.develop(; path=pwd()) - # Pkg.develop(; name="Enzyme")' || exit 3 + - label: "Enzyme.jl" + plugins: + - JuliaCI/julia#v1: + version: "1.11" + - JuliaCI/julia-coverage#v1: + codecov: true + command: | + julia -e 'println("--- :julia: Instantiating project") + using Pkg + Pkg.develop(; path=pwd()) + Pkg.develop(; name="Enzyme")' || exit 3 - # julia -e 'println("+++ :julia: Running tests") - # using Pkg - # Pkg.test("Enzyme"; coverage=true, julia_args=`--depwarn=no`)' - # agents: - # queue: "juliaecosystem" - # os: "linux" - # arch: "x86_64" - # if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft - # timeout_in_minutes: 120 - # soft_fail: - # - exit_status: 3 + julia -e 'println("+++ :julia: Running tests") + using Pkg + Pkg.test("Enzyme"; coverage=true, julia_args=`--depwarn=no`)' + agents: + queue: "juliaecosystem" + os: "linux" + arch: "x86_64" + if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft + timeout_in_minutes: 120 + soft_fail: + - exit_status: 3 env: JULIA_PKG_SERVER: "" # it often struggles with our large artifacts