-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ci-operator/step-registry/ipi: Drop /tmp/secret mkdirs #7629
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
Conversation
Fixing errors like [1]: 2020/03/12 23:45:35 Container cp-secret-wrapper in pod e2e-steps-ipi-conf completed successfully mkdir: cannot create directory '/tmp/secret': File exists error: [failed to execute wrapped command: exit status 1] 2020/03/12 23:45:37 Container ipi-conf in pod e2e-steps-ipi-conf failed, exit code 1, reason Error I haven't traced this back to see when it broke, but I'd guess some ci-tools code is now creating /tmp/secret for each container. [1]: https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/pr-logs/pull/openshift_installer/3269/pull-ci-openshift-installer-release-4.4-e2e-steps/138#1:build-log.txt%3A45
|
e2e-steps died on CI registry flakes and similar: /retest |
|
Hmm, doesn't seem to have stuck. Trying more directly: /test pj-rehearse |
|
Hrm: Cleaning up my project so I get a fresh namespace: $ oc delete project ci-op-vvtn0znpAnd trying again: /test pj-rehearse |
|
This was caused by openshift/ci-tools#544. I ended up running out of time yesterday, thanks for fixing it. /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bbguimaraes, wking 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 |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@wking: 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. |
Fixing errors like:
I haven't traced this back to see when it broke, but I'd guess some ci-tools code is now creating /tmp/secret for each container.