Skip to content

Extended.[builds][Slow] openshift pipeline build Pipeline with env vars should build and complete successfully #14035

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

Closed
coreydaley opened this issue May 3, 2017 · 4 comments
Assignees
Labels
component/build kind/test-flake Categorizes issue or PR as related to test flakes. priority/P1

Comments

@coreydaley coreydaley added kind/test-flake Categorizes issue or PR as related to test flakes. priority/P1 labels May 3, 2017
@gabemontero
Copy link
Contributor

Took a quick peek. Looks eerily similar to the update conflict on the build config that @jim-minter was working last week:

May  3 13:24:08.431: INFO: Running 'oc start-build --config=/tmp/extended-test-jenkins-pipeline-rr2ff-zx5jm-user.kubeconfig --namespace=extended-test-jenkins-pipeline-rr2ff-zx5jm -e FOO2=BAR2 sample-pipeline-withenvs -o=name'
May  3 13:24:08.773: INFO: Error running &{/data/src/github.com/openshift/origin/_output/local/bin/linux/amd64/oc [oc start-build --config=/tmp/extended-test-jenkins-pipeline-rr2ff-zx5jm-user.kubeconfig --namespace=extended-test-jenkins-pipeline-rr2ff-zx5jm -e FOO2=BAR2 sample-pipeline-withenvs -o=name] []    Error from server (Conflict): Operation cannot be fulfilled on buildconfigs.build.openshift.io "sample-pipeline-withenvs": the object has been modified; please apply your changes to the latest version and try again
 [] <nil> 0xc421e367e0 exit status 1 <nil> <nil> true [0xc4207ac060 0xc4207ac088 0xc4207ac098] [0xc4207ac060 0xc4207ac088 0xc4207ac098] [0xc4207ac068 0xc4207ac080 0xc4207ac090] [0xdc53f0 0xdc54f0 0xdc54f0] 0xc421f149c0 <nil>}:
StdOut>

StdErr>
Error from server (Conflict): Operation cannot be fulfilled on buildconfigs.build.openshift.io "sample-pipeline-withenvs": the object has been modified; please apply your changes to the latest version and try again



start-build output with args [-e FOO2=BAR2 sample-pipeline-withenvs -o=name]:
Error>exit status 1
StdOut>

StdErr>
Error from server (Conflict): Operation cannot be fulfilled on buildconfigs.build.openshift.io "sample-pipeline-withenvs": the object has been modified; please apply your changes to the latest version and try again

Don't know if @jim-minter 's fix merged ... if no, we close this as a dup of what he is working; if yes, we need to clear up why the retry he introduced was not sufficient, and perhaps add retry in our jobs.

And there is the niggling concern of @bparees as to why we are getting the conflict.

@gabemontero
Copy link
Contributor

Going to give to @jim-minter , at least initially, given his recent history here. Based on his availability wrt Summit and how frequently we see this moving forward, we'll adjust if need be.

@bparees
Copy link
Contributor

bparees commented May 3, 2017

Don't know if @jim-minter 's fix merged ...

it has not, it's here: #13910

@gabemontero
Copy link
Contributor

ah .. thx @bparees

refreshing my memory wrt the changes, I believe they should address what @coreydaley saw.

and that PR notes a couple of existing flakes which look similar to this one

going to go ahead and close this one then ... of course if folks think there is a reason to reopen, certainly do so and elaborate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/build kind/test-flake Categorizes issue or PR as related to test flakes. priority/P1
Projects
None yet
Development

No branches or pull requests

4 participants