Skip to content

Commit b6a9a6d

Browse files
committed
ci: expand job matrix with root 6.24 environment
Also, run tests with ROOT 6.16 and 6.24 but exclude gcc11 for the time being
1 parent 28c5002 commit b6a9a6d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
starenv: [root5, root6]
19+
starenv: [root5, root6, root624]
2020
compiler: [gcc485, gcc11]
2121
env:
2222
STARENV: ${{ matrix.starenv }}-${{ matrix.compiler }}
@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
test_id: [10, 11, 22, 23, 24, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 76, 77, 78, 90, 91, 92, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125]
51-
starenv: [root5, root6]
51+
starenv: [root5, root6, root624]
5252
compiler: [gcc485]
5353
env:
5454
STARENV: ${{ matrix.starenv }}-${{ matrix.compiler }}
@@ -67,16 +67,17 @@ jobs:
6767
docker run --volumes-from star-test-data ghcr.io/star-bnl/star-sw-${{ env.STARENV }} \
6868
sh -c "set -e; MALLOC_CHECK_=3 $TEST_CMD 2>&1 | tee log; grep 'Run completed' log"
6969
70-
ROOT5_test_doEvents:
70+
test_doEvents:
7171
runs-on: ubuntu-latest
7272
needs: build
7373
strategy:
7474
fail-fast: false
7575
matrix:
7676
test_id: [121, 122]
77-
compiler: [gcc485, gcc11]
77+
starenv: [root5, root6, root624]
78+
compiler: [gcc485]
7879
env:
79-
STARENV: root5-${{ matrix.compiler }}
80+
STARENV: ${{ matrix.starenv }}-${{ matrix.compiler }}
8081
steps:
8182
- name: Download artifact
8283
uses: actions/download-artifact@v3
@@ -92,16 +93,17 @@ jobs:
9293
docker run --volumes-from star-test-data ghcr.io/star-bnl/star-sw-${{ env.STARENV }} \
9394
sh -c "set -e; $TEST_CMD 2>&1 | tee log; grep '<StIOMaker::Finish> IO:' log"
9495
95-
ROOT5_test_find_vertex:
96+
test_find_vertex:
9697
runs-on: ubuntu-latest
9798
needs: build
9899
strategy:
99100
fail-fast: false
100101
matrix:
101102
test_id: [102, 121, 122]
102-
compiler: [gcc485, gcc11]
103+
starenv: [root5, root6, root624]
104+
compiler: [gcc485]
103105
env:
104-
STARENV: root5-${{ matrix.compiler }}
106+
STARENV: ${{ matrix.starenv }}-${{ matrix.compiler }}
105107
steps:
106108
- name: Download artifact
107109
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)