From 632e54b8f3d99226dc5f0610e8fe8477f940f8c2 Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Thu, 3 Nov 2022 18:17:11 -0400 Subject: [PATCH] ci: Enable more tests using star-test-data:v6 (#415) 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 https://github.com/star-bnl/star-sw/issues/425 --- .github/workflows/build-pull-request.yml | 6 +++++- tests/joblist.json | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index c03016ddf80..85da00240fc 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -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 }} @@ -60,6 +61,7 @@ jobs: runs-on: ubuntu-latest needs: build strategy: + fail-fast: false matrix: test_id: [121, 122] compiler: [gcc485, gcc11] @@ -84,6 +86,7 @@ jobs: runs-on: ubuntu-latest needs: build strategy: + fail-fast: false matrix: test_id: [102, 121, 122] compiler: [gcc485, gcc11] @@ -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: diff --git a/tests/joblist.json b/tests/joblist.json index b0d7c6bf7c9..707bee669b2 100644 --- a/tests/joblist.json +++ b/tests/joblist.json @@ -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", @@ -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", @@ -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", @@ -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",