Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/bbannier/zeek-packages-ci'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Nov 4, 2021
2 parents deac959 + de1db42 commit 7e8ef80
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -890,10 +890,10 @@ zeek_plugin_task:
- zeek -NN _Zeek::Spicy | grep -q ANALYZER_SPICY_TFTP

test_plugin_script:
- (PATH=/opt/spicy-plugin/bin:$PATH make -C spicy-plugin/tests test-install)
- (PATH=/opt/spicy/bin:/opt/spicy-plugin/bin:$PATH make -C spicy-plugin/tests test-install)

test_analyzer_script:
- (PATH=/opt/spicy-plugin/bin:$PATH make -C spicy-analyzers/tests test-install)
- (PATH=/opt/spicy/bin:/opt/spicy-plugin/bin:$PATH make -C spicy-analyzers/tests test-install)

check_script:
- (cd /tmp && zeek -r ${CIRRUS_WORKING_DIR}/spicy-analyzers/tests/Traces/tftp_rrq.pcap spicy-analyzers && test -e tftp.log && grep rfc1350.txt tftp.log)
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.4.0-dev.38 | 2021-11-04 12:35:22 +0100

* Make Spicy prefix visible for CI jobs testing spicy-[plugin|analyzers]. (Benjamin Bannier, Corelight)

1.4.0-dev.36 | 2021-11-02 13:07:00 +0100

* Show diff if pre-commit fails in CI. (Benjamin Bannier, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0-dev.36
1.4.0-dev.38

0 comments on commit 7e8ef80

Please sign in to comment.