Skip to content

Commit

Permalink
Create ESMF field attributes using the same kind as field data values…
Browse files Browse the repository at this point in the history
… (#1566)

* adding regional control back to jenkins-ci (ufs-community#37)

* Create ESMF field attributes using the same kind as field data values

Co-authored-by: Brian Curtis <[email protected]>
Co-authored-by: jkbk2004 <[email protected]>
  • Loading branch information
3 people authored Jan 25, 2023
1 parent 70de7ef commit 863ffdd
Show file tree
Hide file tree
Showing 10 changed files with 3,820 additions and 3,827 deletions.
2 changes: 1 addition & 1 deletion FV3
434 changes: 217 additions & 217 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,384 changes: 682 additions & 702 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,346 changes: 673 additions & 673 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

438 changes: 219 additions & 219 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,378 changes: 689 additions & 689 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,264 changes: 632 additions & 632 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,384 changes: 692 additions & 692 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

15 changes: 13 additions & 2 deletions tests/ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
axes {
axis {
name 'TEST_NAME'
values 'control_p8', 'cpld_control_nowave_noaero_p8'
values 'control_p8', 'regional_control', 'cpld_control_nowave_noaero_p8'
}

axis {
Expand All @@ -32,8 +32,19 @@ pipeline {
axis {
name 'TEST_CASE'
values 'mpi', 'dcp', 'bit', 'thr' // TODO: Remove thr case from cpld_control_nowave_noaero_p8 exclusions when it is passing again
}
}
}
exclude {
axis {
name 'TEST_NAME'
values 'regional_control'
}

axis {
name 'TEST_CASE'
values 'mpi', 'rst', 'bit', 'dbg'
}
}
}

agent {
Expand Down
2 changes: 2 additions & 0 deletions tests/ci/ci.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
control_p8
thr mpi dcp rst bit dbg
regional_control
thr dcp
cpld_control_nowave_noaero_p8
rst dbg

0 comments on commit 863ffdd

Please sign in to comment.