Remove s390x and ppc64le Jenkins pipelines#46224
Merged
thaJeztah merged 1 commit intomoby:masterfrom Aug 14, 2023
sam-thibault:remove-ibm-jenkins-jobs
Merged
Remove s390x and ppc64le Jenkins pipelines#46224thaJeztah merged 1 commit intomoby:masterfrom sam-thibault:remove-ibm-jenkins-jobs
thaJeztah merged 1 commit intomoby:masterfrom
sam-thibault:remove-ibm-jenkins-jobs
Conversation
Member
|
We can also remove the parameters at the top; Lines 12 to 13 in 7b28bc5 For the "closes" ones; we should double-check if they're all really for s390x/ppc64le only, or if they also failed on other platforms (but just "more frequent" on s390x/ppc because those were running older versions of ubuntu) |
Contributor
Author
|
Ok, I removed the parameters at the top. I'll look into the flaky tests. |
Member
|
Can you squash the commits? 😅 |
Signed-off-by: Sam Thibault <sam.thibault@docker.com>
thaJeztah
approved these changes
Aug 14, 2023
| @@ -51,406 +49,6 @@ pipeline { | |||
| } | |||
| stage('Build') { | |||
| parallel { | |||
Member
There was a problem hiding this comment.
Wondering if we can remove the parallel here, and possibly run some of the remaining (arm64) stages in parallel, but we can look at that in follow-ups)
This was referenced Aug 14, 2023
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.
closes #42496
closes #42495
closes #42494
closes #42468
closes #23626
- What I did
Removed s390x and ppc64le Jenkins pipelines. These pipeline have been failing for an extended period of time.
- How I did it
Change is applied in Jenkinsfile. The Jenkins agents will be disabled and removed after this PR is merged.
- How to verify it
https://ci-next.docker.com/public/job/moby/
- Description for the changelog
Removed s390x and ppc64le Jenkins pipelines
- A picture of a cute animal (not mandatory but encouraged)