Skip to content

Commit

Permalink
Update run_pr_tests.yml
Browse files Browse the repository at this point in the history
Configured to run on uxl-gpu-xlarge
  • Loading branch information
IanMoroney authored Jan 15, 2025
1 parent 6487eb4 commit e7fd5b8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/run_pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# build and run host x86_64, execute UnitCL and lit tests and build and run offline
run_host_x86_64:
runs-on: ubuntu-22.04
runs-on: uxl-gpu-xlarge

steps:
- name: Checkout repo
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
# build and run riscv m1, execute UnitCL and lit tests
run_riscv_m1:

runs-on: ubuntu-22.04
runs-on: uxl-gpu-xlarge

steps:
- name: Checkout repo
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
# build and run clang-tidy
run_clang_tidy_changes:

runs-on: ubuntu-22.04
runs-on: uxl-gpu-xlarge

steps:
- name: Checkout repo
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
# run clang-format-diff on the repo
run_clang_format:

runs-on: ubuntu-22.04
runs-on: uxl-gpu-xlarge

steps:
- name: Checkout repo
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:

# Based on: mr-ubuntu-gcc-x86_64-riscv-fp16-cl3.0-unitcl_vecz
run_ubuntu_gcc_x86_64_riscv_fp16_cl3_0_unitcl_vecz:
runs-on: ubuntu-22.04
runs-on: uxl-gpu-xlarge
timeout-minutes: 60
steps:
- name: Checkout repo
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:

# Based on: mr-ubuntu-clang-x86-llvm-previous-cl3-0-offline
run-ubuntu-clang-x86-llvm-latest-cl3-0-offline:
runs-on: ubuntu-22.04
runs-on: uxl-gpu-xlarge
timeout-minutes: 90 # offline needs longer timeout
steps:
- name: Checkout repo
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:

# Based on: mr-ubuntu-gcc-x86_64-riscv-fp16-cl3-0
run-ubuntu-gcc-x86_64-riscv-fp16-cl3-0:
runs-on: ubuntu-22.04
runs-on: uxl-gpu-xlarge
timeout-minutes: 60
steps:
- name: Checkout repo
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:

# Based on: mr-ubuntu-gcc-x86-llvm-latest-x86_64-images-cl3-0-release
run-ubuntu-gcc-x86-llvm-latest-x86_64-images-cl3-0-release:
runs-on: ubuntu-22.04
runs-on: uxl-gpu-xlarge
timeout-minutes: 60
steps:
- name: Checkout repo
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
# Based on a combination of: mr-ubuntu-gcc-x86_64-clik
# and: mr-ubuntu-gcc-x86_64-clik-refsi
run-ubuntu-gcc-x86_64-clik-refsi:
runs-on: ubuntu-22.04
runs-on: uxl-gpu-xlarge
timeout-minutes: 60
steps:
- name: Checkout repo
Expand All @@ -406,7 +406,7 @@ jobs:
# Based on: mr-ubuntu-gcc-x86_64-refsi-g1-wi-cl3-0
run-ubuntu-gcc-x86_64-refsi-g1-wi-cl3-0:
if: ${{ !inputs.is_pull_request }} # do not run as PR job for now to avoid flooding the concurrency
runs-on: ubuntu-22.04
runs-on: uxl-gpu-xlarge
timeout-minutes: 60
steps:
- name: Checkout repo
Expand Down

0 comments on commit e7fd5b8

Please sign in to comment.