-
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] Fix crontab bug for Cheyenne and Derecho, update PR template for new platforms #934
[develop] Fix crontab bug for Cheyenne and Derecho, update PR template for new platforms #934
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mkavulich - These changes look good to me! I was also able to test the current develop on Derecho and saw the same issue that you reported in issue #932. The test successfully passed when ran using your branch.
Approving this PR now.
@mkavulich - I wanted to let you know that the SRW v2.2 release branch was created last Friday - release/public-v2.2.0. This update should be included in the release, so please open another PR and make these changes, at least to |
The Hera GNU tests failed in the Functional Workflow Task Tests. Relaunching the tests on that machine now. |
The WE2E coverage tests were run on Derecho and all successfully passed:
Additionally, while the Jenkins pipeline doesn't show the status of the
Once the Hera GNU tests successfully complete, I will be able to move forward and merge this work. |
The Jenkins tests continued to fail on Hera GNU in the
Merging this PR now. |
…e for new platforms (#934) The option to create an experiment with the option USE_CRON_TO_RELAUNCH=True is currently broken on Cheyenne and Derecho due to some bad python logic. This fixes that issue. Also took the opportunity to update the PR template to include the new supported platforms (Derecho, Hercules, and Gaea C5)
DESCRIPTION OF CHANGES:
The option to create an experiment with the option
USE_CRON_TO_RELAUNCH=True
is currently broken on Cheyenne and Derecho due to some bad python logic. This PR fixes that issue.I also took the opportunity to update the PR template to include the new supported platforms (Derecho, Hercules, and Gaea C5)
Type of change
TESTS CONDUCTED:
Ran WE2E fundamental tests with the option
--launch=cron
on three platforms. Previously failing on Cheyenne an Derecho, these tasks all succeed except for thegrid_RRFS_CONUS_25km_ics_NAM_lbcs_NAM_suite_GFS_v16
test on Cheyenne: this is a pre-existing failure (see Issue #933)DEPENDENCIES:
None
DOCUMENTATION:
None
ISSUE:
Fixes #932
CHECKLIST