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

remove oc cluster up dependency on oc binary #15462

Merged
merged 1 commit into from
Jul 26, 2017

Conversation

bparees
Copy link
Contributor

@bparees bparees commented Jul 25, 2017

No description provided.

@bparees
Copy link
Contributor Author

bparees commented Jul 25, 2017

this is un-verifiable until #15381 is resolved.

@bparees
Copy link
Contributor Author

bparees commented Jul 25, 2017

@csrwng ptal

@csrwng
Copy link
Contributor

csrwng commented Jul 25, 2017

this is un-verifiable until #15381 is resolved.

can't it be verified with the released version of the images?

@bparees
Copy link
Contributor Author

bparees commented Jul 25, 2017

can't it be verified with the released version of the images?

technically perhaps, but i'd feel better seeing it work end to end w/ the latest origin images.

if err != nil {
return errors.NewError(fmt.Sprintf("failed generating client certificate, command output: %s\nerror: %v", out, err))
return errors.NewError("cannot create client config").WithCause(err)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the command output as detail to the error:

errors.NewError("cannot create client config").WithCause(err).WithDetail(cmdOutput)

"--user", "aggregator-front-proxy",
"--client-dir", configDir,
).CombinedOutput()
return errors.NewError("cannot create signer cert").WithCause(err)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as below, add the output to the error details

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's called thought evolution :)

User: "aggregator-front-proxy",
Output: cmdOutput,
}
createClientOptions.CreateClientFolder()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like you missed assigning the err variable

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doh.

@bparees
Copy link
Contributor Author

bparees commented Jul 25, 2017

@csrwng updated. does seem to work with 3.6.0

@csrwng
Copy link
Contributor

csrwng commented Jul 25, 2017

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 25, 2017
@openshift-merge-robot openshift-merge-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jul 25, 2017
@bparees
Copy link
Contributor Author

bparees commented Jul 25, 2017

/approve no-issue

@openshift-merge-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bparees, csrwng

Associated issue requirement bypassed by: bparees

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 25, 2017
@bparees bparees removed approved Indicates a PR has been approved by an approver from all required OWNERS files. blocked labels Jul 25, 2017
@openshift-merge-robot openshift-merge-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 25, 2017
@stevekuznetsov
Copy link
Contributor

/test check

@bparees
Copy link
Contributor Author

bparees commented Jul 26, 2017

/retest

@bparees
Copy link
Contributor Author

bparees commented Jul 26, 2017

@smarterclayton @stevekuznetsov so at the time the bot posted this "failure" message (midnight) the test job in question was still running....

@bparees
Copy link
Contributor Author

bparees commented Jul 26, 2017

I guess it's in tear-down mode.

@bparees
Copy link
Contributor Author

bparees commented Jul 26, 2017

/retest

@LalatenduMohanty
Copy link
Member

@bparees @csrwng Will this PR be part of 3.6 release ? Preferably 3.6 RC1.

@stevekuznetsov
Copy link
Contributor

@bparees yeah we publish failure result as the first post-run step, whereas the rest of cleanup happens after

@stevekuznetsov
Copy link
Contributor

Also technically the Jenkins job is in the failed state as soon as any build steps fail, and cannot leave the failed state as a result of post-build execution. With Rosie we always updated GitHub right before the job finished, but that's not the case anymore.

@openshift-merge-robot
Copy link
Contributor

Automatic merge from submit-queue (batch tested with PRs 15037, 15462)

@openshift-merge-robot openshift-merge-robot merged commit 5963598 into openshift:master Jul 26, 2017
@bparees
Copy link
Contributor Author

bparees commented Jul 26, 2017

@LalatenduMohanty was not planning on it, but yes I can backport it for you.

@bparees
Copy link
Contributor Author

bparees commented Jul 26, 2017

backport is here: #15471

@LalatenduMohanty
Copy link
Member

@bparees Awesome thanks.

@bparees bparees deleted the cluster_keys branch July 31, 2017 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants