Merge remote-tracking branch 'origin/topic/timw/commit-info-for-plugin-ci-build'

* origin/topic/timw/commit-info-for-plugin-ci-build:
  Output more information when cloning repos for include_plugins CI task
This commit is contained in:
Tim Wojtulewicz 2025-07-23 08:20:30 -07:00
commit 2e612fc493
3 changed files with 9 additions and 1 deletions

View file

@ -803,9 +803,13 @@ include_plugins_debian12_task:
sync_submodules_script: git submodule update --recursive --init
fetch_external_plugins_script:
- cd /zeek/testing/builtin-plugins/external && git clone https://github.com/zeek/zeek-perf-support.git
- cd zeek-perf-support && echo "Cloned $(git rev-parse HEAD) for $(basename $(pwd))"
- cd /zeek/testing/builtin-plugins/external && git clone https://github.com/zeek/zeek-more-hashes.git
- cd zeek-more-hashes && echo "Cloned $(git rev-parse HEAD) for $(basename $(pwd))"
- cd /zeek/testing/builtin-plugins/external && git clone https://github.com/zeek/zeek-cluster-backend-nats.git
- cd zeek-cluster-backend-nats && echo "Cloned $(git rev-parse HEAD) for $(basename $(pwd))"
- cd /zeek/testing/builtin-plugins/external && git clone https://github.com/SeisoLLC/zeek-kafka.git
- cd zeek-kafka && echo "Cloned $(git rev-parse HEAD) for $(basename $(pwd))"
always:
ccache_cache:
folder: /tmp/ccache

View file

@ -1,3 +1,7 @@
8.0.0-dev.705 | 2025-07-23 08:20:30 -0700
* Output more information when cloning repos for include_plugins CI task (Tim Wojtulewicz, Corelight)
8.0.0-dev.703 | 2025-07-23 13:37:56 +0200
* Type/RecordType: Make table returned by GetRecordFieldsVal() ordered (Arne Welzel, Corelight)

View file

@ -1 +1 @@
8.0.0-dev.703
8.0.0-dev.705