Closed amitkrout closed 3 years ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: To complete the pull request process, please ask for approval from amitkrout after the PR has been reviewed.
The full list of commands accepted by this bot can be found here.
INFO[2021-04-26T13:55:48Z] Command stderr: ✗ failed to create the gitops repository: "https://github.com/*******/taxi-229.git": failed to create repository, repo already exists
Will fix in consecutive commit /retest
/retest
/retest
/retest
/retest
@amitkrout: The following test failed, say /retest
to rerun all failed tests:
Test name | Commit | Details | Rerun command |
---|---|---|---|
ci/prow/v4.7-integration-e2e | f1ad5376c5683ac84028baa93c20071c533cdbf4 | link | /test v4.7-integration-e2e |
Full PR test history. Your PR dashboard.
In the CI build process OpenShift (or is it container runtime? not sure) puts /
as a home to /etc/passwd
for the user the container runs for. Test platform tries to compensate by setting up a writable location and exporting it as $HOME which is fine for most cases but openssh does not respect $HOME
and uses the item in /etc/passwd
.
In a conversation with platform team we guess a workaround might work but unfortunately it did not work
cc_ @petr-muller
I am closing this pr for now. When we will get a proper working documentation steps, i will open up a fresh pr to implement --push-to-git=true
flag in CI
/close
@amitkrout: Closed this PR.
What type of PR is this? /kind enhancement
What does this PR do / why we need it: Adding e2e test for --push-to-git flag
Have you updated the necessary documentation?
Which issue(s) this PR fixes:
Fixes #127
How to test changes / Special notes to the reviewer: