Skip to content

Commit ada4e63

Browse files
committed
change the name of pytest and bazel non-rbe workflows
1 parent c89b47b commit ada4e63

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.

.github/workflows/wheel_tests_continuous.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
run_pytest_cpu:
5959
needs: build_jaxlib_artifact
60-
uses: ./.github/workflows/pytest_cpu_wt.yml
60+
uses: ./.github/workflows/pytest_cpu.yml
6161
strategy:
6262
fail-fast: false # don't cancel all jobs on failure
6363
matrix:
@@ -74,7 +74,7 @@ jobs:
7474

7575
run_pytest_gpu:
7676
needs: [build_jaxlib_artifact, build_cuda_artifacts]
77-
uses: ./.github/workflows/pytest_cuda_wt.yml
77+
uses: ./.github/workflows/pytest_cuda.yml
7878
strategy:
7979
fail-fast: false # don't cancel all jobs on failure
8080
matrix:
@@ -92,7 +92,7 @@ jobs:
9292

9393
run_bazel_test_gpu:
9494
needs: [build_jaxlib_artifact, build_cuda_artifacts]
95-
uses: ./.github/workflows/bazel_cuda_non_rbe_wt.yml
95+
uses: ./.github/workflows/bazel_cuda_non_rbe.yml
9696
strategy:
9797
fail-fast: false # don't cancel all jobs on failure
9898
matrix:

.github/workflows/wheel_tests_nightly_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
run_pytest_cpu:
19-
uses: ./.github/workflows/pytest_cpu_wt.yml
19+
uses: ./.github/workflows/pytest_cpu.yml
2020
strategy:
2121
fail-fast: false # don't cancel all jobs on failure
2222
matrix:
@@ -32,7 +32,7 @@ jobs:
3232

3333

3434
run_pytest_gpu:
35-
uses: ./.github/workflows/pytest_cuda_wt.yml
35+
uses: ./.github/workflows/pytest_cuda.yml
3636
strategy:
3737
fail-fast: false # don't cancel all jobs on failure
3838
matrix:

0 commit comments

Comments
 (0)