mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
CI: Upgrade zeekctl task to Debian 12
This commit is contained in:
parent
e269b34df1
commit
dfa2d96d22
1 changed files with 3 additions and 3 deletions
|
@ -737,7 +737,7 @@ cluster_testing_docker_builder:
|
||||||
#
|
#
|
||||||
# Also triggers on CIRRUS_CRON == 'zeekctl-nightly' if that is configured
|
# Also triggers on CIRRUS_CRON == 'zeekctl-nightly' if that is configured
|
||||||
# through the Cirrus Web UI.
|
# through the Cirrus Web UI.
|
||||||
zeekctl_debian11_task:
|
zeekctl_debian12_task:
|
||||||
cpu: *CPUS
|
cpu: *CPUS
|
||||||
memory: *MEMORY
|
memory: *MEMORY
|
||||||
only_if: >
|
only_if: >
|
||||||
|
@ -748,8 +748,8 @@ zeekctl_debian11_task:
|
||||||
$CIRRUS_BRANCH =~ 'release/.*' )
|
$CIRRUS_BRANCH =~ 'release/.*' )
|
||||||
)
|
)
|
||||||
container:
|
container:
|
||||||
# Debian 11 EOL: June 2026
|
# Debian 12 (bookworm) EOL: TBD
|
||||||
dockerfile: ci/debian-11/Dockerfile
|
dockerfile: ci/debian-12/Dockerfile
|
||||||
<< : *RESOURCES_TEMPLATE
|
<< : *RESOURCES_TEMPLATE
|
||||||
sync_submodules_script: git submodule update --recursive --init
|
sync_submodules_script: git submodule update --recursive --init
|
||||||
always:
|
always:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue