-
Notifications
You must be signed in to change notification settings - Fork 183
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
CSPs sync to GW develop #3483
CSPs sync to GW develop #3483
Conversation
…into download-subset-fix-data
Download subset fix data
Experiment C48_S2SWA_gefs FAILED on Gaeac5 in Build# 5 in |
Experiment C48_ATM FAILED on Gaeac5 in Build# 5 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_S2SW FAILED on Gaeac5 in Build# 5 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_ATM FAILED on Gaeac5 in Build# 5 in |
Experiment C48_S2SW FAILED on Gaeac5 in Build# 5 in |
CI Failed on Gaeac5 in Build# 5
|
@DavidHuber-NOAA I have resolved the conflict. |
The build failed on AWS because |
@DavidHuber-NOAA Because build_compute.sh needs -A account info, I have to change Jenkinsfile4AWS, but as this new changes can not be used for starting CI testing, so there is no way to start AWS CI testing, unless we push this change to GW EMC repo. |
Yes, I am fine with skipping AWS CI testing. I'll review this PR. |
AWS uses two partitions for GW, "compute" partition for fcst models, and few wave components which need more than one node; "process" partition for products and others which need single node. Recent code broke this, and only compute was used.
The first cut of Jenkinsfile4AWS compile "gfs" and "gefs" in two commands, we want to combine "gfs", "gefs", and "sfs" together.
Another issue is on AWS, crontab files need to include shell options, but the order was wrong.
Resolves #3482
Type of change
Change characteristics
How has this been tested?
Checklist