PS-11265: Disable EC2 Fleet task resubmit on the arm fleets#118
Merged
Conversation
- The plugin's resubmit-on-disconnect interrupts pipeline node bodies with ABORTED (killing the branch before the durable-task agent-wait can run) and re-schedules the WorkflowJob via getLastBuild() params with no cause - For pipeline-only fleets this produces broken ghost builds instead of recovery; with the flag on, agent loss surfaces as a retryable agent error that stage-level retry(conditions: [agent()]) can handle
… dead groovy tree - ps3's EC2 master is decommissioned; resources/jenkins-masters/ps3 is no longer consumed by any terraform (revert the pointless patch there) - The live in-cluster ps3-k8s defines the fleet via the clouds catalog; flip it there and re-render the instance values (render-clouds.py apply)
4addd8c to
f1613c2
Compare
Collaborator
Author
Rollout
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug
retry(conditions: [agent()])getLastBuild()params with no cause, minting broken ghost builds (ps80 487-489, one per interruption, NPE in seconds)Fix
disableTaskResubmit=truein all five masters'ec2FleetCloud.groovy; agent loss then surfaces as a retryable agent errorTickets