Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/timw/ci-benchmarks'
Browse files Browse the repository at this point in the history
* origin/topic/timw/ci-benchmarks:
  Re-enable ci-based benchmarking
  • Loading branch information
timwoj committed Oct 24, 2022
2 parents 9f3c7cb + f9c1d5a commit aa00a5c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ env:

# This is the https endpoint host and port used for benchmarking. It's kept
# encrypted as a security measure to avoid leaking the host's information.
ZEEK_BENCHMARK_HOST: ENCRYPTED[62ecdc93e839800d754d09d9a9070e9cb9b209e7d7dd2472ba38648f786ff272d0e0ea71233d0910025f2c6f3771259c]
ZEEK_BENCHMARK_HOST: ENCRYPTED[380bf93de174db123387289dc6cb443ec341aab30befe43fe2f43634f86995b29a4571674092cdafb39308eaee65050d]
ZEEK_BENCHMARK_PORT: ENCRYPTED[b97fabf4d6bd5eef107c8469c5cb2c44e0107d89c220f43e7d1e7bdfb32dbdc2620855fee8e5a8d889458d5a6ac3e5c7]

# The repo token used for uploading data to Coveralls.io
Expand Down Expand Up @@ -219,6 +219,11 @@ ubuntu22_task:
dockerfile: ci/ubuntu-22.04/Dockerfile
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE
env:
ZEEK_CI_CREATE_ARTIFACT: 1
upload_binary_artifacts:
path: build.tgz
benchmark_script: ./ci/benchmark.sh

ubuntu20_task:
container:
Expand Down
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
5.2.0-dev.134 | 2022-10-24 08:10:06 -0700

* Re-enable ci-based benchmarking (Tim Wojtulewicz, Corelight)

5.2.0-dev.131 | 2022-10-21 16:29:14 -0700

* Remove external CAF build for Coverity setup (Christian Kreibich, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.0-dev.131
5.2.0-dev.134

0 comments on commit aa00a5c

Please sign in to comment.