-
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] Add Sonarqube stage to the Jenkinsfile for PLATFORM-926 #935
[develop] Add Sonarqube stage to the Jenkinsfile for PLATFORM-926 #935
Conversation
All tests successfully passed, with the exception of
A rerun of the test successfully passed:
Currently testing a fix for the occasional issues encountered with the |
…age complete and pass successfully on Hera GNU
An update was added to allow the Hera GNU:
Hercules:
Opening this PR now. |
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.
LGTM!
Thanks for the reviews, @RatkoVasic-NOAA and @EdwardSnyder-NOAA! Merging this in now. |
DESCRIPTION OF CHANGES:
The EPIC Platform team is tasked with adding a
Sonarqube
gate to the SRW App's Jenkins pipeline. @ankimball has added theSonarqube
pipeline into Jenkins, and requested that theSonarqube
stage be added to theJenkinsfile
in the SRW App's GitHub repository. This work is adding theSonarqube
stage to the.cicd/Jenkinsfile
.Additionally, a fix has been made to allow the
Functional Workflow Task Tests
stage to successfully run on Hera GNU (30 minute wall time isn't enough for the the community test to finish using GNU compiled executables).Type of change
TESTS CONDUCTED:
This is an update to the Jenkinsfile only. There is no need to test this on any platform except for Jenkins.
DEPENDENCIES:
None
DOCUMENTATION:
None
ISSUE:
PLATFORM-926
CHECKLIST
This is an update to the Jenkinsfile only. No documentation changes are required.
CONTRIBUTORS (optional):
@ankimball for providing the Sonarqube stage modifications.