[develop] Update CI/CD pipeline to work properly on Gaea C6 - #1384
Conversation
* .cicd/scripts/wrapper_srw_ftest.sh - Updated job_id to include | awk -F';' '{print $1}' to allow the Functional WorkflowTaskTests stage to run on Gaea C6 following the SLURM update
|
Since the SLURM upgrade on Gaea C6, the During the SLURM upgrade, the Job ID was updated to include a semi-colon and the cluster the job was submitted on. Setting the Job ID to just the Job ID and removing the semi-colon and the cluster, allows the |
|
The Gaea C6 Jenkins testing has successfully passed following the update in this PR. Please review and approve this PR so that the nightly testing can once again resume on Gaea C6. |
* .cicd/scripts/wrapper_srw_ftest.sh - Add a separate run for Derecho, since the fix doesn't work with PBS
|
The update to |
|
The update at hash 2ac20d3 allows the It is also passing on Gaea C6: Reopening PR now. |
RatkoVasic-NOAA
left a comment
There was a problem hiding this comment.
[Ratko.Vasic@gaea65:/gpfs/f6/bil-fire8/world-shared/Ratko.Vasic/ufs-srweather-app/gaeac6/.cicd/scripts]# ./wrapper_srw_ftest.sh
Running: sbatch -A epic --parsable /gpfs/f6/bil-fire8/world-shared/Ratko.Vasic/ufs-srweather-app/gaeac6/.cicd/scripts/sbatch_srw_ftest.sh
Waiting ten seconds for node to initialize
Job is still running. Check again in two minutes
Job is still running. Check again in two minutes
Job is still running. Check again in two minutes
Job is still running. Check again in two minutes
Job is still running. Check again in two minutes
Job is still running. Check again in two minutes
Job is still running. Check again in two minutes
Job is still running. Check again in two minutes
Job has completed.
exit 0
Approved.
|
@RatkoVasic-NOAA @MichaelLueken - how do I run this test on gaeac6? |
@natalie-perlin - please follows these steps to clone my branch and run the Functional WorkflowTaskTests:
Please let me know if you have any questions or encounter issues. |
|
All done!.. Worked well on gaeac6: Approving it now. |
natalie-perlin
left a comment
There was a problem hiding this comment.
Thank you, approved!
Feature/lbcs fcst cycles - bring recent changes from ufs-community#1384 (ufs-community#1384)
DESCRIPTION OF CHANGES:
.cicd/scripts/wrapper_srw_ftest.sh- Updatedjob_idto include| awk -F';' '{print $1}'to allow theFunctional WorkflowTaskTestsstage to run on Gaea C6 following the SLURM updateType of change
TESTS CONDUCTED:
DEPENDENCIES:
None
DOCUMENTATION:
None
ISSUE:
N/A
CHECKLIST
CONTRIBUTORS
@kbooker79 - for discovering the appended
;c6at the end of thejob_idon Gaea C6 following the SLURM update and providing the fix.