diff --git a/.github/workflows/_ci.yaml b/.github/workflows/_ci.yaml index 611e1f482..ed528bf78 100644 --- a/.github/workflows/_ci.yaml +++ b/.github/workflows/_ci.yaml @@ -86,7 +86,7 @@ jobs: DOCKERFILE: .github/container/Dockerfile.levanter secrets: inherit - build-t5x: + build-upstream-t5x: needs: build-jax uses: ./.github/workflows/_build.yaml with: @@ -99,7 +99,7 @@ jobs: DOCKERFILE: .github/container/Dockerfile.t5x.${{ inputs.ARCHITECTURE }} secrets: inherit - build-pax: + build-upstream-pax: needs: build-jax uses: ./.github/workflows/_build.yaml with: @@ -113,22 +113,22 @@ jobs: secrets: inherit build-rosetta-t5x: - needs: build-t5x + needs: build-upstream-t5x uses: ./.github/workflows/_build_rosetta.yaml with: ARCHITECTURE: ${{ inputs.ARCHITECTURE }} BUILD_DATE: ${{ inputs.BUILD_DATE }} - BASE_IMAGE: ${{ needs.build-t5x.outputs.DOCKER_TAG_MEALKIT }} + BASE_IMAGE: ${{ needs.build-upstream-t5x.outputs.DOCKER_TAG_MEALKIT }} BASE_LIBRARY: t5x secrets: inherit build-rosetta-pax: - needs: build-pax + needs: build-upstream-pax uses: ./.github/workflows/_build_rosetta.yaml with: ARCHITECTURE: ${{ inputs.ARCHITECTURE }} BUILD_DATE: ${{ inputs.BUILD_DATE }} - BASE_IMAGE: ${{ needs.build-pax.outputs.DOCKER_TAG_MEALKIT }} + BASE_IMAGE: ${{ needs.build-upstream-pax.outputs.DOCKER_TAG_MEALKIT }} BASE_LIBRARY: pax secrets: inherit @@ -141,8 +141,8 @@ jobs: - build-pallas - build-maxtext - build-levanter - - build-t5x - - build-pax + - build-upstream-t5x + - build-upstream-pax - build-rosetta-t5x - build-rosetta-pax outputs: @@ -153,23 +153,23 @@ jobs: run: | TAGS=$(cat <