Skip to content

Commit

Permalink
Adding report pending to gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Oct 16, 2023
1 parent e1f15a8 commit e07bb6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Ascent-Build-Test:
variables:
GIT_STRATEGY: none
STATUS_PROJECT: ORNL/ReSolve
MY_CLUSTER: Ascent
tags:
- nobatch
extends:
Expand All @@ -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:
Expand Down

0 comments on commit e07bb6b

Please sign in to comment.