Skip to content
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

eliminate double bc reporting in status #5848

Merged
merged 1 commit into from Nov 13, 2015

Conversation

deads2k
Copy link
Contributor

@deads2k deads2k commented Nov 11, 2015

Fixes #5360

New output looks like:

[deads@deads-dev-01 origin]$ oc new-project one
[deads@deads-dev-01 origin]$ oc new-build openshift/nodejs-010-
[deads@deads-dev-01 origin]$ oc status
In project one on server https://localhost:8443

bc/nodejs-ex builds https://github.com/openshift/nodejs-ex.git with one/nodejs-010-centos7:latest
  #1 build new for 1 seconds (can't push to image)
[deads@deads-dev-01 origin]$ oc new-project two
[deads@deads-dev-01 origin]$ oc new-app https://github.com/openshift/ruby-hello-world
[deads@deads-dev-01 origin]$ oc status
In project two on server https://localhost:8443

svc/ruby-hello-world - 172.30.126.54:8080
  dc/ruby-hello-world deploys imagestreamtag/ruby-hello-world:latest <-
    bc/ruby-hello-world docker build of https://github.com/openshift/ruby-hello-world 
      #1 build new for 1 seconds (can't push to image)
    #1 deployment waiting on image or update

@Kargakis ptal

@0xmichalis
Copy link
Contributor

LGTM

@deads2k deads2k added the lgtm Indicates that a PR is ready to be merged. label Nov 11, 2015
@deads2k
Copy link
Contributor Author

deads2k commented Nov 11, 2015

[test]

@deads2k
Copy link
Contributor Author

deads2k commented Nov 11, 2015

UI flake #5854

re[test]

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to d53ff13

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/7057/)

@liggitt
Copy link
Contributor

liggitt commented Nov 12, 2015

[merge]

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/3995/) (Image: devenv-rhel7_2700)

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to d53ff13

openshift-bot pushed a commit that referenced this pull request Nov 13, 2015
@openshift-bot openshift-bot merged commit 7e27964 into openshift:master Nov 13, 2015
@deads2k deads2k deleted the fix-redundant-msg branch February 26, 2016 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants