Skip to content

Commit

Permalink
ci: Enable more tests using star-test-data:v6
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Oct 24, 2022
1 parent 5de2919 commit e92b2ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
needs: build
strategy:
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]
test_id: [10, 11, 20, 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]
compiler: [gcc485, gcc11]
env:
STARENV: root5-${{ matrix.compiler }}
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 e92b2ca

Please sign in to comment.