Skip to content

Commit

Permalink
fix: Update master-only benchmark bucket name due to credential update (
Browse files Browse the repository at this point in the history
#4183)

Signed-off-by: Jeremy Ary <jary@redhat.com>
  • Loading branch information
jeremyary authored May 7, 2024
1 parent 77f719d commit e88f1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e88f1e3

Please sign in to comment.