Skip to content

Commit

Permalink
Added additional test cases to the pr list in Jenkins (NOAA-EMC#2306)
Browse files Browse the repository at this point in the history
C48mx500_3DVarAOWCDA, C96C48_hybatmDA, and C96_atmsnowDA
Co-authored-by: terrance.mcguinness <terrance.mcguinness@noaa.gov>
  • Loading branch information
TerrenceMcGuinness-NOAA committed Feb 12, 2024
1 parent bb4ca65 commit 842adf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ pipeline {
axes {
axis {
name 'Case'
values 'C48_ATM', 'C48_S2SWA_gefs', 'C48_S2SW', 'C96_atm3DVar' // TODO add dynamic list of cases from env vars (needs addtional plugins)
// TODO add dynamic list of cases from env vars (needs addtional plugins)
values 'C48_ATM', 'C48_S2SWA_gefs', 'C48_S2SW', 'C96_atm3DVar', 'C48mx500_3DVarAOWCDA', 'C96C48_hybatmDA', 'C96_atmsnowDA'
}
}
stages {
Expand Down

0 comments on commit 842adf3

Please sign in to comment.