Skip to content

Commit

Permalink
Per #1543, ci-run-unit split unit_climatology.xml up into 3 pieces wh…
Browse files Browse the repository at this point in the history
…ere tests are grouped by the type of climo data being used. If/when we subset the input datasets, this would be a logic grouping based on data dependencies.
  • Loading branch information
JohnHalleyGotway committed Jan 26, 2022
1 parent d4bba5d commit 1b842c2
Show file tree
Hide file tree
Showing 6 changed files with 409 additions and 363 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,9 @@ jobs:
strategy:
matrix:
tests:
- 'climatology'
- 'climatology_1.0deg'
- 'climatology_1.5deg'
- 'climatology_2.0deg'
- 'python point2grid plot_data_plane mode mode_analysis perc_thresh hira plot_point_obs quality_filter obs_summary duplicate_flag'
fail-fast: false
steps:
Expand Down
4 changes: 3 additions & 1 deletion test/bin/unit_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ UNIT_XML="unit_ascii2nc.xml \
unit_aeronet.xml \
unit_shift_data_plane.xml \
unit_mtd.xml \
unit_climatology.xml \
unit_climatology_1.0deg.xml \
unit_climatology_1.5deg.xml \
unit_climatology_2.0deg.xml \
unit_grib_tables.xml \
unit_grid_weight.xml \
unit_netcdf.xml \
Expand Down
361 changes: 0 additions & 361 deletions test/xml/unit_climatology.xml

This file was deleted.

Loading

0 comments on commit 1b842c2

Please sign in to comment.