File tree Expand file tree Collapse file tree 4 files changed +27
-6
lines changed
Expand file tree Collapse file tree 4 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 1+ name : Deploy CIMain
2+ on :
3+ push :
4+ branches :
5+ - ' main'
6+
7+ jobs :
8+ trigger_cimain :
9+ uses : ./.github/workflows/cluster_tests.yml
10+ secrets : inherit
11+ with :
12+ workflow : deploy_cimain
13+ sha : ${{ github.sha }}
Original file line number Diff line number Diff line change 1+ name : Deploy CIUpgrade
2+ on :
3+ push :
4+ branches :
5+ - ' main'
6+
7+ jobs :
8+ trigger_ciupgrade :
9+ uses : ./.github/workflows/cluster_tests.yml
10+ secrets : inherit
11+ with :
12+ workflow : deploy_ciupgrade
13+ sha : ${{ github.sha }}
Original file line number Diff line number Diff line change 99 sha :
1010 type : string
1111 required : true
12- public_splice :
13- type : boolean
14- required : false
1512
1613 outputs :
1714 result :
4239 run : |
4340 set -euo pipefail
4441 result=$(curl -sSfL -H "Authorization: Bearer ${{ steps.auth.outputs.id_token }}" \
45- "${{ secrets.CLUSTER_TEST_INVOKER_URL }}?workflow=${{ inputs.workflow }}&splice-git-ref=${{ inputs.sha }}&public-splice=${{ inputs.public_splice }} ")
42+ "${{ secrets.CLUSTER_TEST_INVOKER_URL }}?workflow=${{ inputs.workflow }}&splice-git-ref=${{ inputs.sha }}")
4643 echo "result=$result" >> "$GITHUB_OUTPUT"
Original file line number Diff line number Diff line change 3333 with :
3434 workflow : cluster_test
3535 sha : ${{ needs.get_head.outputs.sha }}
36- public_splice : ${{ github.repository == 'hyperledger-labs/splice' }}
3736
3837 result :
3938 runs-on : self-hosted-docker-tiny
5453 with :
5554 workflow : hdm_test
5655 sha : ${{ needs.get_head.outputs.sha }}
57- public_splice : ${{ github.repository == 'hyperledger-labs/splice' }}
5856
5957 result_hdm :
6058 runs-on : self-hosted-docker-tiny
You can’t perform that action at this time.
0 commit comments