Skip to content

Commit 9b8fb6d

Browse files
authored
[query] Run benchmarks after wheel is published to PyPI (#14766)
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
1 parent 48f2925 commit 9b8fb6d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3735,13 +3735,6 @@ steps:
37353735
dependsOn:
37363736
- default_ns
37373737
- hail_dev_image
3738-
- test_hail_java
3739-
- test_hail_python_local_backend
3740-
- test_hail_python_service_backend_gcp
3741-
- test_hail_python_service_backend_azure
3742-
- test_hail_scala_fs
3743-
- test_hail_services_java
3744-
- test_hail_spark_conf_requester_pays_parsing
37453738
- release
37463739
image:
37473740
valueFrom: hail_dev_image.image

0 commit comments

Comments
 (0)