File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ concurrency:
1313
1414jobs :
1515 build :
16+ # Temporary guard while validating the Jenkins-backed PR workflow on the
17+ # `jenkins-ci-pipeline` branch without running the normal Docker build matrix.
18+ if : github.event.pull_request.head.ref != 'jenkins-ci-pipeline'
1619 runs-on : ubuntu-latest
1720 strategy :
1821 matrix :
4245 path : /tmp/star-sw-${{ env.STARENV }}.tar
4346
4447 test :
48+ if : github.event.pull_request.head.ref != 'jenkins-ci-pipeline'
4549 runs-on : ubuntu-latest
4650 needs : build
4751 strategy :
6872 sh -c "set -e; MALLOC_CHECK_=3 $TEST_CMD 2>&1 | tee log; grep 'Run completed' log"
6973
7074 ROOT5_test_doEvents :
75+ if : github.event.pull_request.head.ref != 'jenkins-ci-pipeline'
7176 runs-on : ubuntu-latest
7277 needs : build
7378 strategy :
9398 sh -c "set -e; $TEST_CMD 2>&1 | tee log; grep '<StIOMaker::Finish> IO:' log"
9499
95100 ROOT5_test_find_vertex :
101+ if : github.event.pull_request.head.ref != 'jenkins-ci-pipeline'
96102 runs-on : ubuntu-latest
97103 needs : build
98104 strategy :
You can’t perform that action at this time.
0 commit comments