From 9b8fb6d567b3b6d89eec8735cfc78636fd4faade Mon Sep 17 00:00:00 2001 From: Edmund Higham Date: Mon, 16 Dec 2024 13:02:52 -0500 Subject: [PATCH] [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 --- build.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build.yaml b/build.yaml index 59b3eaded3e..e2841fa1af2 100644 --- a/build.yaml +++ b/build.yaml @@ -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