Skip to content

Commit abdc1c3

Browse files
authored
Add Julia 1.11 Enzyme job to pipeline
Added a new job for Julia 1.11 with Enzyme testing in the pipeline. Note that I believe the current failure in CI should be fixed now Enzyme-side
1 parent 02711ff commit abdc1c3

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,25 @@ steps:
111111
JULIA_AMDGPU_CORE_MUST_LOAD: "1"
112112
JULIA_AMDGPU_HIP_MUST_LOAD: "1"
113113
JULIA_AMDGPU_DISABLE_ARTIFACTS: "1"
114-
soft_fail: true
114+
115+
- label: "Julia 1.11 Enzyme"
116+
plugins:
117+
- JuliaCI/julia#v1:
118+
version: "1.11"
119+
- JuliaCI/julia-test#v1:
120+
test_args: "enzyme"
121+
agents:
122+
queue: "juliagpu"
123+
rocm: "*"
124+
rocmgpu: "*"
125+
if: build.message !~ /\[skip tests\]/
126+
command: "julia --project -e 'using Pkg; Pkg.update()'"
127+
timeout_in_minutes: 30
128+
env:
129+
JULIA_NUM_THREADS: 4
130+
JULIA_AMDGPU_CORE_MUST_LOAD: "1"
131+
JULIA_AMDGPU_HIP_MUST_LOAD: "1"
132+
JULIA_AMDGPU_DISABLE_ARTIFACTS: "1"
115133

116134
- label: "GPU-less environment"
117135
plugins:

0 commit comments

Comments
 (0)