diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index 8cffe584805..b7759c48924 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -37,7 +37,7 @@ jobs: needs: build strategy: matrix: - test_id: [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, 119, 120] + test_id: [10, 11, 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, 102, 103, 119, 120, 121, 122] env: STARENV: root5-gcc485 steps: @@ -48,7 +48,7 @@ jobs: path: /tmp - run: docker load --input /tmp/star-sw-${{ env.STARENV }}.tar - - run: docker run --name star-test-data --volume /star ghcr.io/star-bnl/star-test-data:v2 + - run: docker run --name star-test-data --volume /star ghcr.io/star-bnl/star-test-data:v3 - run: | TEST_CMD=$(docker run --rm ghcr.io/star-bnl/star-sw-${{ env.STARENV }} tests/executest.py -c ${{ matrix.test_id }}) # Workaround https://sft.its.cern.ch/jira/browse/ROOT-7660 in ROOT 5 by checking the output log @@ -71,7 +71,7 @@ jobs: path: /tmp - run: docker load --input /tmp/star-sw-${{ env.STARENV }}.tar - - run: docker run --name star-test-data --volume /star ghcr.io/star-bnl/star-test-data:v2 + - run: docker run --name star-test-data --volume /star ghcr.io/star-bnl/star-test-data:v3 - run: | TEST_CMD=$(docker run --rm ghcr.io/star-bnl/star-sw-${{ env.STARENV }} tests/executest.py -c ${{ matrix.test_id }}) docker run --volumes-from star-test-data ghcr.io/star-bnl/star-sw-${{ env.STARENV }} \ diff --git a/tests/joblist.json b/tests/joblist.json index 1d50166e6ec..b6e0cfa64f1 100644 --- a/tests/joblist.json +++ b/tests/joblist.json @@ -1087,5 +1087,14 @@ "inppath": "/star/rcf/test/daq/2021/134", "outpath": "/star/rcf/test/dev/daq_sl302.stica/${thisday}/year_2021/production_OO_200GeV_2021", "nevents": "1000" + }, + { + "jobid": "122", + "descr": "2022 dataset", + "chopts": "pp2022,StiCA,BEmcChkStat,epdhit", + "inpfile": "st_physics_23010027_raw_1000015.daq", + "inppath": "/star/rcf/test/daq/2022/010/23010027", + "outpath": "/star/rcf/test/dev/daq_sl302.stica_opt/${thisday}/year_2022/production_pp500_2022_64bit", + "nevents": "1000" } ]