File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99concurrency :
1010 group : ' ${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
1111 cancel-in-progress : true
12-
12+
13+ env :
14+ LOGFILE : logs-${{ github.event.repository.owner.login }}-${{ github.event.repository.name }}-${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}
15+
1316jobs :
1417 Run-Common-CI :
1518 uses : dm-vdo/vdo-org-actions/.github/workflows/ci.yaml@main
3437 done
3538 # Call the Jenkins job
3639 run-private-tests : true
37- private-tests-action : /permabit/ops/scripts/runJenkinsJob common-github
38- private-tests-action-failure : echo "Private testing failed"
40+ private-tests-action : make jenkins
41+ private-tests-action-failure : |
42+ cp -a logs /permabit/user/bunsen/artifacts/${{ env.LOGFILE }}
3943 secrets : inherit
You can’t perform that action at this time.
0 commit comments