-
Notifications
You must be signed in to change notification settings - Fork 74
[ci] Fix failure of e2e hack script #39
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
[ci] Fix failure of e2e hack script #39
Conversation
Problem: hack/run-ci-e2e-test.sh fails in the following manner as observed when working on openshift/release#8323: ``` failed to initialize build cache at /.cache/go-build: mkdir /.cache: permission denied Error: failed to build test binary: ... ``` Solution: Preemptively create the go cache directory in the image being built by CI.
|
/hold |
|
/approve cancel |
|
/cc @openshift/openshift-team-windows-containers |
|
/lgtm |
|
/approve Hoping that this passes the tests. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ravisantoshgudimetla 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 |
|
/hold cancel |
|
/retest |
Fluentd plugins ansible playbook
Problem: hack/run-ci-e2e-test.sh fails in the following manner as observed when working on openshift/release#8323:
Solution: Preemptively create the go cache directory in the image being built by CI.