From e07bb6bfec9d3a08225da3e292b6edf76cd13650 Mon Sep 17 00:00:00 2001 From: "ryan.danehy@pnnl.gov" Date: Mon, 16 Oct 2023 10:52:24 -0700 Subject: [PATCH] Adding report pending to gitlab-ci --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d1a8a36..3782e75d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,6 +54,7 @@ Ascent-Build-Test: variables: GIT_STRATEGY: none STATUS_PROJECT: ORNL/ReSolve + MY_CLUSTER: Ascent tags: - nobatch extends: @@ -67,7 +68,7 @@ Ascent-Build-Test: -X POST \ -H @${GITHUB_CURL_HEADERS}\ https://api.github.com/repos/${STATUS_PROJECT}/statuses/${CI_COMMIT_SHA} \ - -d "{\"state\":\"${CI_JOB_NAME}\",\"target_url\":\"${CI_PIPELINE_URL}\",\"context\":\"Ascent\"}" + -d "{\"state\":\"${CI_JOB_NAME}\",\"target_url\":\"${CI_PIPELINE_URL}\",\"context\":\"${MY_CLUSTER}\"}" pending: