Skip to content

Commit 107eddc

Browse files
Do not run benchmarks on pull requests (#2155)
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent ce243a4 commit 107eddc

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/pr_integration_tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,3 @@ jobs:
161161
env_vars: OS,PYTHON
162162
fail_ci_if_error: true
163163
verbose: true
164-
- name: Benchmark python
165-
env:
166-
FEAST_SERVER_DOCKER_IMAGE_TAG: ${{ needs.build-docker-image.outputs.DOCKER_IMAGE_TAG }}
167-
FEAST_USAGE: "False"
168-
IS_TEST: "True"
169-
run: pytest --verbose --color=yes sdk/python/tests --integration --benchmark --benchmark-autosave --benchmark-save-data --durations=5
170-
- name: Upload Benchmark Artifact to S3
171-
run: aws s3 cp --recursive .benchmarks s3://feast-ci-pytest-benchmarks

0 commit comments

Comments
 (0)