Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Feb 21, 2024
1 parent ca0d358 commit 42aa7db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ steps:
rocm: "*"
rocmgpu: "*"
if: build.message !~ /\[skip tests\]/
timeout_in_minutes: 240
timeout_in_minutes: 60
matrix:
setup:
julia:
Expand Down Expand Up @@ -155,7 +155,7 @@ steps:
JULIA_AMDGPU_DISABLE_ARTIFACTS: "1"
DOWNSTREAM_TEST_REPO: "{{matrix.repo}}"
if: build.message !~ /\[skip tests\]/ || build.message !~ /\[skip downstream\]/
timeout_in_minutes: 240
timeout_in_minutes: 60
matrix:
setup:
julia:
Expand Down

0 comments on commit 42aa7db

Please sign in to comment.