Skip to content

Commit

Permalink
[query] Run benchmarks after wheel is published to PyPI (#14766)
Browse files Browse the repository at this point in the history
We publish release artifacts independently of tests passing in the
release pipeline. Flaky tests were causing the benchmarks to not run.
This change takes the pragmatic view that if publishing does not depend
on tests, then neither should starting the benchmark batch.

## Security Assessment
- This change has no security impact
  • Loading branch information
ehigham authored Dec 16, 2024
1 parent 48f2925 commit 9b8fb6d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3735,13 +3735,6 @@ steps:
dependsOn:
- default_ns
- hail_dev_image
- test_hail_java
- test_hail_python_local_backend
- test_hail_python_service_backend_gcp
- test_hail_python_service_backend_azure
- test_hail_scala_fs
- test_hail_services_java
- test_hail_spark_conf_requester_pays_parsing
- release
image:
valueFrom: hail_dev_image.image
Expand Down

0 comments on commit 9b8fb6d

Please sign in to comment.