Skip to content

Commit

Permalink
ci: Enable more tests using star-test-data:v6 (#415)
Browse files Browse the repository at this point in the history
This enables three more tests (22, 23, and 24) running older production
chains over 2005 and 2006 real data. The data for the tests is provided
by the `ghcr.io/star-bnl/star-test-data:v6` container

Test 20 is currently disabled due to an error, see opened issue at
#425
  • Loading branch information
plexoos authored Nov 3, 2022
1 parent 235a267 commit 632e54b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
runs-on: ubuntu-latest
needs: build
strategy:
fail-fast: false
matrix:
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, 123]
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, 102, 103, 119, 120, 121, 122, 123]
compiler: [gcc485, gcc11]
env:
STARENV: root5-${{ matrix.compiler }}
Expand All @@ -60,6 +61,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
strategy:
fail-fast: false
matrix:
test_id: [121, 122]
compiler: [gcc485, gcc11]
Expand All @@ -84,6 +86,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
strategy:
fail-fast: false
matrix:
test_id: [102, 121, 122]
compiler: [gcc485, gcc11]
Expand All @@ -108,6 +111,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
strategy:
fail-fast: false
matrix:
test_id: [50, 52, 54, 90, 91, 92, 119, 120]
env:
Expand Down
8 changes: 4 additions & 4 deletions tests/joblist.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"inpfile": "st_physics_8352025_raw_1030011.daq",
"inppath": "/star/rcf/test/daq/2007/352",
"outpath": "/star/rcf/test/dev/daq_sl302.ittf/${thisday}/year_2008/production_dAu2008",
"nevents": "400"
"nevents": "40"
},
{
"jobid": "21",
Expand All @@ -204,7 +204,7 @@
"inpfile": "st_physics_7129023_raw_1020003.daq",
"inppath": "/star/rcf/test/daq/2006/129/7129023",
"outpath": "/star/rcf/test/dev/daq_sl302.ittf/${thisday}/year_2006/ppProdTrans",
"nevents": "1000"
"nevents": "100"
},
{
"jobid": "23",
Expand All @@ -213,7 +213,7 @@
"inpfile": "st_physics_6171062_raw_2040010.daq",
"inppath": "/star/rcf/test/daq/2005/171",
"outpath": "/star/rcf/test/dev/daq_sl302.ittf/${thisday}/year_2005/ppProduction",
"nevents": "500"
"nevents": "50"
},
{
"jobid": "24",
Expand All @@ -222,7 +222,7 @@
"inpfile": "st_physics_6048025_raw_1020002.daq",
"inppath": "/star/rcf/test/daq/2005/048",
"outpath": "/star/rcf/test/dev/daq_sl302.ittf/${thisday}/year_2005/CuCu200_MinBias",
"nevents": "200"
"nevents": "20"
},
{
"jobid": "25",
Expand Down

0 comments on commit 632e54b

Please sign in to comment.