mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
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:
commit
237f4c39a4
3 changed files with 8 additions and 1 deletions
|
@ -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:
|
||||||
|
|
4
CHANGES
4
CHANGES
|
@ -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)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
7.0.0-dev.258
|
7.0.0-dev.260
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue