-
Notifications
You must be signed in to change notification settings - Fork 70
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
Making jenkins run the distro jobs in parallel #660
Conversation
ci-linchpin-messageBus-trigger build #185: FAILURE: https://jenkins-continuous-infra.cloud.continuous-infra.upshift.redhat.com/job/ci-linchpin-messageBus-trigger/185/ |
a96bfdc
to
9130cfc
Compare
ci-linchpin-messageBus-trigger build #187: FAILURE: https://jenkins-continuous-infra.cloud.continuous-infra.upshift.redhat.com/job/ci-linchpin-messageBus-trigger/187/ |
ci-linchpin-messageBus-trigger build #188: FAILURE: https://jenkins-continuous-infra.cloud.continuous-infra.upshift.redhat.com/job/ci-linchpin-messageBus-trigger/188/ |
config/Dockerfiles/Jenkinsfile
Outdated
remote: "https://github.com/CentOS-Paas-SIG/ci-pipeline"]) | ||
def libraries = ['cico-pipeline' : ['master', 'https://github.com/CentOS/cico-pipeline-library.git'], | ||
'ci-pipeline' : ['master', 'https://github.com/CentOS-PaaS-SIG/ci-pipeline.git'], | ||
'upstream-fedora-pipeline': ['smalltest', 'https://github.com/johnbieren/upstream-fedora-pipeline.git']] |
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.
If you +1 this:
CentOS-PaaS-SIG/ci-pipeline#716
You can remove this shared library and change the following lines from
packagepipelineUtils.clearTemplateNames()
to
pipelineUtils.clearTemplateNames()
Lines 100, 133, 166
ci-linchpin-messageBus-trigger build #192: FAILURE: https://jenkins-continuous-infra.cloud.continuous-infra.upshift.redhat.com/job/ci-linchpin-messageBus-trigger/192/ |
ci-linchpin-messageBus-trigger build #194: SUCCESS: https://jenkins-continuous-infra.cloud.continuous-infra.upshift.redhat.com/job/ci-linchpin-messageBus-trigger/194/ |
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
b1d529b
to
fcae1b0
Compare
ci-linchpin-messageBus-trigger build #195: SUCCESS: https://jenkins-continuous-infra.cloud.continuous-infra.upshift.redhat.com/job/ci-linchpin-messageBus-trigger/195/ |
ci-linchpin-messageBus-trigger build #196: FAILURE: https://jenkins-continuous-infra.cloud.continuous-infra.upshift.redhat.com/job/ci-linchpin-messageBus-trigger/196/ |
ci-linchpin-messageBus-trigger build #199: FAILURE: https://jenkins-continuous-infra.cloud.continuous-infra.upshift.redhat.com/job/ci-linchpin-messageBus-trigger/199/ |
[test] - failed on duffy |
ci-linchpin-messageBus-trigger build #201: SUCCESS: https://jenkins-continuous-infra.cloud.continuous-infra.upshift.redhat.com/job/ci-linchpin-messageBus-trigger/201/ |
Without this if you run multiple openshift.withCluster() in parallel you may lose your instance when one of them finishes.. Long term, we should move the openshift.* methods to outside our parallel methods.
ci-linchpin-messageBus-trigger build #202: FAILURE: https://jenkins-continuous-infra.cloud.continuous-infra.upshift.redhat.com/job/ci-linchpin-messageBus-trigger/202/ |
ci-linchpin-messageBus-trigger build #203: FAILURE: https://jenkins-continuous-infra.cloud.continuous-infra.upshift.redhat.com/job/ci-linchpin-messageBus-trigger/203/ |
Removing the lock, added openshift.withCluster() and openshift.withProject(). Might still need to modify the helper functions to not call those methods any more.
ci-linchpin-messageBus-trigger build #204: SUCCESS: https://jenkins-continuous-infra.cloud.continuous-infra.upshift.redhat.com/job/ci-linchpin-messageBus-trigger/204/ |
[test] libvirtd failed to start |
ci-linchpin-messageBus-trigger build #205: SUCCESS: https://jenkins-continuous-infra.cloud.continuous-infra.upshift.redhat.com/job/ci-linchpin-messageBus-trigger/205/ |
[merge] |
No description provided.