-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[develop] Update ufs-weather-model hash and further clean the machines tested in PULL_REQUEST_TEMPLATE #1096
[develop] Update ufs-weather-model hash and further clean the machines tested in PULL_REQUEST_TEMPLATE #1096
Conversation
…r-1 platforms and compilers for testing
I have updated the |
… messages in the log files
…owTaskTests having a TASK_DEPTH set to null
…l (for testing purposes)
…file. Replace env.SRW_WRAPPER_TASK_DEPTH with params.SRW_WRAPPER_TASK_DEPTH
…t were removed for testing purposes)
The fundamental test passed on AWS:
In order to pass the plot we2e on AWS I had to update the
I thought I included this change in my PR-1091 that addressed PW build issues. Would it be possible to include updating the plotting lua file in this PR or do we need to make a new PR for this change? |
Thanks for bringing this to my attention! I will go ahead and add this modification to the |
….local.lua so that the plotting tasks will work on NOAA Cloud platforms
I have updated the |
Changes look good! Thanks for including it. Approving. |
All Jenkins tests successfully passed, with the exception of Jet, which were aborted for taking longer than 8 hours to complete. The coverage WE2E tests were manually ran on Jet and all successfully passed:
Moving forward with merging this PR now. |
…s tested in PULL_REQUEST_TEMPLATE (ufs-community#1096) * Update ufs-weather-model hash to b5a1976 (July 30) * Add hera.gnu, remove cheyenne.intel, cheyenne.gnu, and gaeac5.intel, and alphabetize the machines in the TESTS CONDUCTED section of the PULL_REQUEST_TEMPLATE * Correct behavior of Jenkins Functional WorkflowTaskTests. Currently, TASK_DEPTH is set to null, resulting in no tests being run during the Functional WorkflowTaskTests stage. Replaced env with params in Jenkinsfile for setting TASK_DEPTH. Testing shows that this will correctly set TASK_DEPTH to the default value of 9 and allow the tests to run * Removed extraneous entries from the verification scripts to remove KeyError messages in the associated verification log files * Reapplied necessary modification to modulefiles/tasks/noaacloud/plot_allvars.local.lua to allow plotting tasks to run on NOAA cloud platforms
DESCRIPTION OF CHANGES:
ufs-weather-model
hash to b5a1976 (July 30)hera.gnu
, removecheyenne.intel
,cheyenne.gnu
, andgaeac5.intel
, and alphabetize the machines in theTESTS CONDUCTED
section of thePULL_REQUEST_TEMPLATE
Functional WorkflowTaskTests
. Currently,TASK_DEPTH
is set to null, resulting in no tests being run during theFunctional WorkflowTaskTests
stage. Replacedenv
withparams
inJenkinsfile
for settingTASK_DEPTH
. Testing shows that this will correctly setTASK_DEPTH
to the default value of 9 and allow the tests to run.KeyError
messages in the associated verification log files.Type of change
TESTS CONDUCTED:
ush/config.aqm.yaml
) were runush/config.aqm.yaml
) were runCHECKLIST