Skip to content

Commit 246f8b6

Browse files
committed
refactor: Rename rosetta tests
For easier readability
1 parent cdf711e commit 246f8b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/_ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
BASE_IMAGE: ${{ needs.build-upstream-t5x.outputs.DOCKER_TAG_MEALKIT }}
136136
BASE_LIBRARY: t5x
137137
secrets: inherit
138-
138+
139139
build-upstream-pax:
140140
needs: build-jax
141141
uses: ./.github/workflows/_build.yaml
@@ -323,7 +323,7 @@ jobs:
323323
test-rosetta-t5x:
324324
needs: build-rosetta-t5x
325325
if: inputs.ARCHITECTURE == 'amd64' # no images for arm64
326-
uses: ./.github/workflows/_test_t5x_rosetta.yaml
326+
uses: ./.github/workflows/_test_rosetta_t5x.yaml
327327
with:
328328
T5X_IMAGE: ${{ needs.build-rosetta-t5x.outputs.DOCKER_TAG_FINAL }}
329329
secrets: inherit
@@ -446,7 +446,7 @@ jobs:
446446
test-rosetta-pax:
447447
needs: build-rosetta-pax
448448
if: inputs.ARCHITECTURE == 'amd64' # no images for arm64
449-
uses: ./.github/workflows/_test_pax_rosetta.yaml
449+
uses: ./.github/workflows/_test_rosetta_pax.yaml
450450
with:
451451
PAX_IMAGE: ${{ needs.build-rosetta-pax.outputs.DOCKER_TAG_FINAL }}
452452
secrets: inherit

0 commit comments

Comments
 (0)