mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
ci/benchmark: Also send CIRRUS_TASK_NAME to benchmarker API
We otherwise cannot distinguish between different benchmarking jobs when we introduce them (think ubuntu22_jemalloc or ubuntu22_spicy).
This commit is contained in:
parent
5ff24dad23
commit
9fedab9845
3 changed files with 9 additions and 1 deletions
7
CHANGES
7
CHANGES
|
@ -1,3 +1,10 @@
|
|||
6.1.0-dev.442 | 2023-09-25 13:50:15 +0200
|
||||
|
||||
* ci/benchmark: Also send CIRRUS_TASK_NAME to benchmarker API (Arne Welzel, Corelight)
|
||||
|
||||
We otherwise cannot distinguish between different benchmarking jobs when
|
||||
we introduce them (think ubuntu22_jemalloc or ubuntu22_spicy).
|
||||
|
||||
6.1.0-dev.441 | 2023-09-22 14:38:26 -0700
|
||||
|
||||
* CI: Disable tsan task until it can be fixed (Tim Wojtulewicz, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.1.0-dev.441
|
||||
6.1.0-dev.442
|
||||
|
|
|
@ -46,6 +46,7 @@ curl -sS -G --stderr - --fail --insecure -X POST \
|
|||
--data-urlencode "cirrus_repo_owner=${CIRRUS_REPO_OWNER}" \
|
||||
--data-urlencode "cirrus_repo_name=${CIRRUS_REPO_NAME}" \
|
||||
--data-urlencode "cirrus_task_id=${CIRRUS_TASK_ID}" \
|
||||
--data-urlencode "cirrus_task_name=${CIRRUS_TASK_NAME}" \
|
||||
--data-urlencode "cirrus_build_id=${CIRRUS_BUILD_ID}" \
|
||||
--data-urlencode "cirrus_pr=${CIRRUS_PR}" \
|
||||
--data-urlencode "cirrus_pr_labels=${CIRRUS_PR_LABELS}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue