From 1036b9fb277bf36fa2c0880b0368c0ccb87717a2 Mon Sep 17 00:00:00 2001 From: Jeremy Ary Date: Tue, 7 May 2024 13:16:06 -0500 Subject: [PATCH] fix: Update master-only benchmark bucket name due to credential update Signed-off-by: Jeremy Ary --- .github/workflows/master_only.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master_only.yml b/.github/workflows/master_only.yml index 295e7b17e2..1d6850e4d8 100644 --- a/.github/workflows/master_only.yml +++ b/.github/workflows/master_only.yml @@ -142,7 +142,7 @@ jobs: SNOWFLAKE_CI_WAREHOUSE: ${{ secrets.SNOWFLAKE_CI_WAREHOUSE }} run: pytest --verbose --color=yes sdk/python/tests --integration --benchmark --benchmark-autosave --benchmark-save-data --durations=5 - name: Upload Benchmark Artifact to S3 - run: aws s3 cp --recursive .benchmarks s3://feast-ci-pytest-benchmarks + run: aws s3 cp --recursive .benchmarks s3://feast-ci-pytest-benchmark build-all-docker-images: if: github.repository == 'feast-dev/feast'