Skip to content

Commit 32b4fc8

Browse files
authored
Re-enable Enzyme.jl testing (#708)
1 parent 56b0c28 commit 32b4fc8

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.buildkite/pipeline.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -122,29 +122,29 @@ steps:
122122
soft_fail:
123123
- exit_status: 3
124124

125-
# - label: "Enzyme.jl"
126-
# plugins:
127-
# - JuliaCI/julia#v1:
128-
# version: "1.11"
129-
# - JuliaCI/julia-coverage#v1:
130-
# codecov: true
131-
# command: |
132-
# julia -e 'println("--- :julia: Instantiating project")
133-
# using Pkg
134-
# Pkg.develop(; path=pwd())
135-
# Pkg.develop(; name="Enzyme")' || exit 3
125+
- label: "Enzyme.jl"
126+
plugins:
127+
- JuliaCI/julia#v1:
128+
version: "1.11"
129+
- JuliaCI/julia-coverage#v1:
130+
codecov: true
131+
command: |
132+
julia -e 'println("--- :julia: Instantiating project")
133+
using Pkg
134+
Pkg.develop(; path=pwd())
135+
Pkg.develop(; name="Enzyme")' || exit 3
136136
137-
# julia -e 'println("+++ :julia: Running tests")
138-
# using Pkg
139-
# Pkg.test("Enzyme"; coverage=true, julia_args=`--depwarn=no`)'
140-
# agents:
141-
# queue: "juliaecosystem"
142-
# os: "linux"
143-
# arch: "x86_64"
144-
# if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
145-
# timeout_in_minutes: 120
146-
# soft_fail:
147-
# - exit_status: 3
137+
julia -e 'println("+++ :julia: Running tests")
138+
using Pkg
139+
Pkg.test("Enzyme"; coverage=true, julia_args=`--depwarn=no`)'
140+
agents:
141+
queue: "juliaecosystem"
142+
os: "linux"
143+
arch: "x86_64"
144+
if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
145+
timeout_in_minutes: 120
146+
soft_fail:
147+
- exit_status: 3
148148

149149
env:
150150
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts

0 commit comments

Comments
 (0)