File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments