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:
Arne Welzel 2023-09-25 13:49:04 +02:00
parent 5ff24dad23
commit 9fedab9845
3 changed files with 9 additions and 1 deletions

View file

@ -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)

View file

@ -1 +1 @@
6.1.0-dev.441
6.1.0-dev.442

View file

@ -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}" \