From b156bcf6dd82da3e1c8809746cca543c4d5f4c40 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Fri, 29 Aug 2025 10:39:49 -0700 Subject: [PATCH] Move benchmarking to Ubnutu 24 task, add to normal PR builds We already have a "regular Linux" build for PRs, but I'm adding this one in so that we have benchmark coverage on PRs as well. --- .cirrus.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4215e4fc7e..f8a3f46daa 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -372,7 +372,12 @@ ubuntu24_04_task: << : *RESOURCES_TEMPLATE << : *CI_TEMPLATE << : *ONLY_IF_PR_MASTER_RELEASE - << : *SKIP_IF_PR_NOT_FULL_CI + << : *SKIP_IF_PR_SKIP_ALL + env: + ZEEK_CI_CREATE_ARTIFACT: 1 + upload_binary_artifacts: + path: build.tgz + benchmark_script: ./ci/benchmark.sh # Same as above, but running the ZAM tests instead of the regular tests. ubuntu24_04_zam_task: @@ -459,12 +464,7 @@ ubuntu22_04_task: << : *RESOURCES_TEMPLATE << : *CI_TEMPLATE << : *ONLY_IF_PR_MASTER_RELEASE - << : *SKIP_IF_PR_NOT_FULL_OR_BENCHMARK - env: - ZEEK_CI_CREATE_ARTIFACT: 1 - upload_binary_artifacts: - path: build.tgz - benchmark_script: ./ci/benchmark.sh + << : *SKIP_IF_PR_NOT_FULL_CI alpine_task: container: