Merge branch 'topic/timw/no-spicy-head-on-releases'

* topic/timw/no-spicy-head-on-releases:
  CI: Disable spicy_head task for release branches
This commit is contained in:
Tim Wojtulewicz 2024-05-16 09:34:55 -07:00
commit 237f4c39a4
3 changed files with 8 additions and 1 deletions

View file

@ -324,6 +324,9 @@ ubuntu22_spicy_head_task:
upload_binary_artifacts: upload_binary_artifacts:
path: build.tgz path: build.tgz
benchmark_script: ./ci/benchmark.sh benchmark_script: ./ci/benchmark.sh
# Don't run this job on release branches. It tests against spicy HEAD, which
# will frequently require other fixes that won't be in a release branch.
skip: $CIRRUS_BRANCH =~ 'release/.*'
<< : *BENCHMARK_ONLY_IF_TEMPLATE << : *BENCHMARK_ONLY_IF_TEMPLATE
ubuntu20_task: ubuntu20_task:

View file

@ -1,3 +1,7 @@
7.0.0-dev.260 | 2024-05-16 09:34:55 -0700
* CI: Disable spicy_head task for release branches (Tim Wojtulewicz, Corelight)
7.0.0-dev.258 | 2024-05-15 20:00:41 -0700 7.0.0-dev.258 | 2024-05-15 20:00:41 -0700
* CI: Use llvm-cov-18 on Cirrus for building coverage data (Tim Wojtulewicz, Corelight) * CI: Use llvm-cov-18 on Cirrus for building coverage data (Tim Wojtulewicz, Corelight)

View file

@ -1 +1 @@
7.0.0-dev.258 7.0.0-dev.260