Description of problem: On openshift v3 stg env, when cancel a build the build's status mostly become Error. Version-Release number of selected component (if applicable): openshift-v3 stg How reproducible: 90% Steps to Reproduce: 1.Start a build $ oc start-build ruby-sample-build 2.When the build is running then cancel it $ oc cancel-build ruby-sample-build-13 --loglevel=5 I0716 15:46:14.098327 15189 cancelbuild.go:103] Build ruby-sample-build-13 was cancelled. ruby-sample-build-13 3.Check the build status $ oc get build Actual results: 3. The build status is Error Expected results: 3.The build status should be canceled Additional info:
Martin, possible dupe of the issue you're already working on.
On ose env sometime cancel is error too. [root@master ~]# openshift version openshift v3.0.1.0-388-g51e9da7 kubernetes v1.0.0 dhcp-128-76:Documents dma$ oc get build NAME TYPE STATUS POD nodejs-ex-1 Source Complete nodejs-ex-1-build nodejs-ex-2 Source Cancelled nodejs-ex-2-build nodejs-ex-3 Source Complete nodejs-ex-3-build nodejs-ex-4 Source Error nodejs-ex-4-build nodejs-ex-4-1437549877 Source Complete nodejs-ex-4-1437549877-build
also tracked here: https://github.com/openshift/origin/issues/3353
this has been fixed here but not sure when it'll get to stage: https://github.com/openshift/origin/pull/3846
openshift-v3 stg can't login now. will ack this bug when it available.
openshift-v3 stg can't login still. will ack this bug when it available.
DeShuai, was this changed to MODIFIED by accident?
pretty sure the stage environment has been updated, DeShuai can you take another look?
verify this bug.