Skip to content

Commit

Permalink
[develop] Change Jenkins test to build with "all" target. (ufs-commun…
Browse files Browse the repository at this point in the history
…ity#832)

Extends the Jenkins build so that RRFS components may be added to coverage tests.

Also adds the process_obs test to the Jet coverage suite. Jet is chosen here since most of manual testing and development is done on Hera, it should help diversify the platforms GSL is most interested in.
  • Loading branch information
christinaholtNOAA authored Jun 30, 2023
1 parent 9b9942f commit 8ced03f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cicd/scripts/srw_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi
# Build and install
cd ${workspace}/tests
set +e
./build.sh ${platform} ${SRW_COMPILER}
./build.sh ${platform} ${SRW_COMPILER} all
build_exit=$?
set -e
cd -
Expand Down
1 change: 1 addition & 0 deletions tests/WE2E/machine_suites/coverage.jet
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ grid_RRFS_CONUS_13km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v16_plot
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2
grid_RRFS_CONUS_3km_ics_FV3GFS_lbcs_FV3GFS_suite_RRFS_v1beta
nco_grid_RRFS_CONUScompact_25km_ics_HRRR_lbcs_RAP_suite_HRRR
process_obs
7 changes: 2 additions & 5 deletions tests/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,8 @@ if [ $components = "all" ]; then
# Array of all optional GSI executables built
#-----------------------------------------------------------------------
executables_created+=( enkf.x \
gsi.x \
nc_diag_cat.x \
ncdiag_cat_serial.x \
test_nc_unlimdims.x )

gsi.x )

#-----------------------------------------------------------------------
# Array of all optional rrfs_utl executables built
#-----------------------------------------------------------------------
Expand Down

0 comments on commit 8ced03f

Please sign in to comment.