Skip to content

Commit 0f94105

Browse files
committed
Update
1 parent 57b2fe3 commit 0f94105

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ steps:
4545
rocmgpu: "*"
4646
if: build.message !~ /\[skip tests\]/
4747
command: "julia --project -e 'using Pkg; Pkg.update()'"
48-
timeout_in_minutes: 30
48+
timeout_in_minutes: 50
4949
env:
5050
JULIA_NUM_THREADS: 4
5151
JULIA_AMDGPU_CORE_MUST_LOAD: "1"
@@ -62,7 +62,7 @@ steps:
6262
agents:
6363
queue: "juliagpu"
6464
rocm: "*"
65-
rocmgpu: "gfx1100,gfx1101"
65+
rocmgpu: "*"
6666
if: build.message !~ /\[skip tests\]/
6767
command: "julia --project -e 'using Pkg; Pkg.update()'"
6868
timeout_in_minutes: 50
@@ -85,7 +85,7 @@ steps:
8585
rocmgpu: "*"
8686
if: build.message !~ /\[skip tests\]/
8787
command: "julia --project -e 'using Pkg; Pkg.update()'"
88-
timeout_in_minutes: 30
88+
timeout_in_minutes: 50
8989
env:
9090
JULIA_NUM_THREADS: 4
9191
JULIA_AMDGPU_CORE_MUST_LOAD: "1"

0 commit comments

Comments
 (0)