You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is a fail on a compute build job in the pipeline it should flag the CI as a fail and capture any appropriate log files as it did before compute builds.
What should have happened?
We should get an Fail label on the PR when a CI tests fails build, specifically a compute build as jobs.
What machines are impacted?
Hera, Orion, Hercules
What global-workflow hash are you using?
develop
Steps to reproduce
Already reproduced on build when it timed out
Additional information
No response
Do you have a proposed solution?
Update the pipeline code with a try block in just the right place
The text was updated successfully, but these errors were encountered:
#3297)
The catch block for a build fail in the Jenkins pipeline did not capture
the case when there are no error logs produced.
This is has been rectified with this update. The compute build shell
script still could be enhanced by creating a `error.log` file in the log
directory.
Resolves#3296
This increases the build wallclock and number of cores on compute build for the GDASApp to prevent CI
timeouts.
Resolves#3296
---------
Co-authored-by: Rahul Mahajan <[email protected]>
What is wrong?
When there is a fail on a compute build job in the pipeline it should flag the CI as a fail and capture any appropriate log files as it did before compute builds.
What should have happened?
We should get an Fail label on the PR when a CI tests fails build, specifically a compute build as jobs.
What machines are impacted?
Hera, Orion, Hercules
What global-workflow hash are you using?
develop
Steps to reproduce
Already reproduced on build when it timed out
Additional information
No response
Do you have a proposed solution?
Update the pipeline code with a try block in just the right place
The text was updated successfully, but these errors were encountered: