Skip to content

Commit

Permalink
Per #1546 ci-run-unit, group short running unit tests together in the…
Browse files Browse the repository at this point in the history
… 1a and ref_config jobs to consume fewer machines, hoping that provides resources for the 2a and 2b jobs to start sooner.
  • Loading branch information
JohnHalleyGotway committed Jan 26, 2022
1 parent 0280c3e commit a931c0b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@ jobs:
strategy:
matrix:
tests:
- 'pcp_combine'
- 'pb2nc'
- 'ascii2nc'
- 'madis2nc'
- 'pb2nc madis2nc pcp_combine'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -162,11 +160,8 @@ jobs:
strategy:
matrix:
tests:
- 'ref_config_lead_00'
- 'ref_config_lead_12'
- 'ref_config_lead_24'
- 'ref_config_lead_36'
- 'ref_config_lead_48'
- 'ref_config_lead_00 ref_config_lead_12 ref_config_lead_24'
- 'ref_config_lead_36 ref_config_lead_48'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a931c0b

Please sign in to comment.