Skip to content
Snippets Groups Projects
Commit 92eb3d3a authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Adjust text for CDash status in GitHub

parent 75114333
No related branches found
No related tags found
1 merge request!260CDash labeling
......@@ -4,14 +4,14 @@ API_BASE="https://api.github.com/repos/ornladios/adios2"
USER=${STATUS_ROBOT_NAME}
TOKEN=${STATUS_ROBOT_KEY}
COMMIT=${CIRCLE_SHA1}
CDASH_STATUS_CONTEXT="cdash-results-link"
CDASH_STATUS_CONTEXT="cdash"
build_status_body() {
cat <<EOF
{
"state": "success",
"target_url": "https://open.cdash.org/index.php?compare1=61&filtercount=1&field1=revision&project=ADIOS&showfilters=0&limit=100&value1=${COMMIT}&showfeed=0",
"description": "Build and test results can also be viewed on CDash",
"description": "Build and test results available on CDash",
"context": "${CDASH_STATUS_CONTEXT}"
}
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment