Skip to content

Commit 0ba366d

Browse files
fix gsutil
1 parent 47ed5a9 commit 0ba366d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_maxtext_jetstream_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
run: echo "Conditions for creating/updating issue not met. Skipping."
194194
- name: Upload manifest to gcs
195195
if: ${{ ! failure() }}
196-
run: gsutil cp ${{ env.BUILD_MANIFEST_DIR }}/${{ needs.build_stable_stack.outputs.manifest_name }} gs://jetstream-inference-stable-stack-artifacts/manifest-files/
196+
run: gcloud storage cp ${{ env.BUILD_MANIFEST_DIR }}/${{ needs.build_stable_stack.outputs.manifest_name }} gs://jetstream-inference-stable-stack-artifacts/manifest-files/
197197
- name: Send email
198198
uses: dawidd6/action-send-mail@v3.6.0
199199
with:

.github/workflows/test_moe_benchmarks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ mv ${OUTPUT_DIR}/moe_8x7b_jetstream.tmp ${OUTPUT_DIR}/moe_8x7b_jetstream.txt
5959

6060

6161
# download golden numbers from gcs
62-
gsutil cp gs://jetstream-inference-stable-stack-artifacts/golden-numbers/golden-numbers.txt ${OUTPUT_DIR}/
62+
gcloud storage cp gs://jetstream-inference-stable-stack-artifacts/golden-numbers/golden-numbers.txt ${OUTPUT_DIR}/

0 commit comments

Comments
 (0)