Skip to content

Commit 97a3011

Browse files
author
jetstream authors
committed
Merge pull request #267 from AI-Hypercomputer:gsutil-bug-fix
PiperOrigin-RevId: 755505104
2 parents 47ed5a9 + 0ba366d commit 97a3011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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/[email protected]
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)