-
Notifications
You must be signed in to change notification settings - Fork 30
Fix the error with postsubmit-os-origin-build-golang-master-ppc64le job #383
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
Fix the error with postsubmit-os-origin-build-golang-master-ppc64le job #383
Conversation
mkumatag
left a comment
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mkumatag, Rajalakshmi-Girish The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@Rajalakshmi-Girish: Updated the
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Raised openshift/origin#27975 |
The job
postsubmit-os-origin-build-golang-master-ppc64lestarted throwing below error since openshift/origin#27570For now, exporting
OPENSHIFT_SKIP_EXTERNAL_TESTS=trueis avoiding this error.But the code at https://github.com/openshift/origin/blob/master/pkg/test/ginkgo/cmd_runsuite.go#L166-L168 has to be modified and made better to look for env variable and the corresponding adminconfig file for the openshift cluster required.