Skip to content

Commit

Permalink
refactor: Rename rosetta tests
Browse files Browse the repository at this point in the history
For easier readability
  • Loading branch information
ko3n1g committed Apr 22, 2024
1 parent cdf711e commit 246f8b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
BASE_IMAGE: ${{ needs.build-upstream-t5x.outputs.DOCKER_TAG_MEALKIT }}
BASE_LIBRARY: t5x
secrets: inherit

build-upstream-pax:
needs: build-jax
uses: ./.github/workflows/_build.yaml
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
test-rosetta-t5x:
needs: build-rosetta-t5x
if: inputs.ARCHITECTURE == 'amd64' # no images for arm64
uses: ./.github/workflows/_test_t5x_rosetta.yaml
uses: ./.github/workflows/_test_rosetta_t5x.yaml
with:
T5X_IMAGE: ${{ needs.build-rosetta-t5x.outputs.DOCKER_TAG_FINAL }}
secrets: inherit
Expand Down Expand Up @@ -446,7 +446,7 @@ jobs:
test-rosetta-pax:
needs: build-rosetta-pax
if: inputs.ARCHITECTURE == 'amd64' # no images for arm64
uses: ./.github/workflows/_test_pax_rosetta.yaml
uses: ./.github/workflows/_test_rosetta_pax.yaml
with:
PAX_IMAGE: ${{ needs.build-rosetta-pax.outputs.DOCKER_TAG_FINAL }}
secrets: inherit
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 246f8b6

Please sign in to comment.