mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Include git sha in request to benchmark host
This commit is contained in:
parent
cbd84dbe52
commit
fdf34c1f7b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ TARGET="https://${ZEEK_BENCHMARK_HOST}:${ZEEK_BENCHMARK_PORT}${ZEEK_BENCHMARK_EN
|
||||||
set +e
|
set +e
|
||||||
|
|
||||||
# Make a request to the benchmark host.
|
# Make a request to the benchmark host.
|
||||||
RESULTS=$(curl -sS --stderr - --fail --insecure -X POST -H "Zeek-HMAC: ${HMAC_DIGEST}" -H "Zeek-HMAC-Timestamp: ${TIMESTAMP}" "${TARGET}?branch=${CIRRUS_BRANCH}&build=${BUILD_URL}&build_hash=${BUILD_HASH}")
|
RESULTS=$(curl -sS --stderr - --fail --insecure -X POST -H "Zeek-HMAC: ${HMAC_DIGEST}" -H "Zeek-HMAC-Timestamp: ${TIMESTAMP}" "${TARGET}?branch=${CIRRUS_BRANCH}&build=${BUILD_URL}&build_hash=${BUILD_HASH}&commit=${CIRRUS_CHANGE_IN_REPO}")
|
||||||
STATUS=$?
|
STATUS=$?
|
||||||
|
|
||||||
# If we got a bad status back from the host, we want to make sure to mask the host
|
# If we got a bad status back from the host, we want to make sure to mask the host
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue