CI: Remove spicy-head task

This commit is contained in:
Tim Wojtulewicz 2025-07-17 08:49:29 -07:00
parent d375ed09ac
commit 22036910f0
3 changed files with 5 additions and 20 deletions

View file

@ -338,25 +338,6 @@ ubuntu22_spicy_task:
benchmark_script: ./ci/benchmark.sh
<< : *BENCHMARK_ONLY_IF_TEMPLATE
ubuntu22_spicy_head_task:
container:
# Ubuntu 22.04 EOL: April 2027
dockerfile: ci/ubuntu-22.04/Dockerfile
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE
env:
ZEEK_CI_CREATE_ARTIFACT: 1
# Pull auxil/spicy to the latest head version. May or may not build.
ZEEK_CI_PREBUILD_COMMAND: 'cd auxil/spicy && git fetch && git reset --hard origin/main && git submodule update --init --recursive'
spicy_install_analyzers_script: ./ci/spicy-install-analyzers.sh
upload_binary_artifacts:
path: build.tgz
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
alpine_task:
container:
# Alpine releases typically happen every 6 months w/ support for 2 years.

View file

@ -1,3 +1,7 @@
7.2.1-15 | 2025-07-17 08:49:29 -0700
* CI: Remove spicy-head task (Tim Wojtulewicz, Corelight)
7.2.1-14 | 2025-07-17 08:48:26 -0700
* [Spicy] Let `zeek::protocol_handle_close()` send a TCP EOF. (Benjamin Bannier, Corelight)

View file

@ -1 +1 @@
7.2.1-14
7.2.1-15