Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
ci
Commits
32755646
Commit
32755646
authored
Jun 05, 2021
by
Ralf Jung
Browse files
fix timing log message
parent
7a140e62
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildjob
View file @
32755646
...
...
@@ -101,7 +101,7 @@ if [[ "$CI_RUNNER_DESCRIPTION" == "coop-timing" && -n "$CI_COMMIT_BRANCH" ]]; th
TIMING_CONFIG
=
$TIMING_AD_HOC_ID
fi
# Submit to webhook endpoint
status
"[buildjob] Submitting timing information to coq-speed (Project:
$TIMING_PROJECT
, Branch:
$
CI_COMMIT
_BRANCH
, Config:
$TIMING_CONF
)"
status
"[buildjob] Submitting timing information to coq-speed (Project:
$TIMING_PROJECT
, Branch:
$
TIMING
_BRANCH
, Config:
$TIMING_CONF
IG
)"
curl
--fail
-sS
-X
POST https://coq-speed.mpi-sws.org/webhook/build_times
\
--user
"
$TIMING_SECRET
"
\
-H
"X-Project:
$TIMING_PROJECT
"
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment