Closed vinokurig closed 2 months ago
Hi @vinokurig. Thanks for your PR.
I'm waiting for a devfile member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
/test v8-devworkspace-operator-e2e, v8-che-happy-path
@vinokurig: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test
message.
@vinokurig Also, please run make fmt
as the format validation CI check is currently failing
@AObuchow Thank you for the review, I've added another commit to add a post start event to initialise ssh-agent
and add the workspace ssh-key. Please take a look.
Attention: Patch coverage is 2.77778%
with 70 lines
in your changes missing coverage. Please review.
Project coverage is 52.63%. Comparing base (
adc8b5a
) to head (405ec53
). Report is 64 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
/ok-to-test
LGTMl, I just have one comment
@AObuchow
LGTM, awesome work @vinokurig 😁 Please squash all your commits into a single commit (I think you could squash all your commits into your first commit)
You could also add "Fixes https://github.com/devfile/devworkspace-operator/issues/1295" to the commit description.
thanks, done
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: AObuchow, dkwon17, vinokurig
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What does this PR do?
DISPLAY
andSSH_ASKPASS
environment variables to the workspace container for the ssh askpass flow.ssh-askpass.sh
file in the project clone Dockerfile to the one in theprovision/automount
packageWhat issues does this PR fix or reference?
fixes https://github.com/devfile/devworkspace-operator/issues/1295
Is it tested? How?
DISPLAY
andSSH_ASKPASS
environment variables are set/.ssh-askpass/ssh-askpass.sh
file is present and have the right content.PR Checklist
/test v8-devworkspace-operator-e2e, v8-che-happy-path
to trigger)v8-devworkspace-operator-e2e
: DevWorkspace e2e testv8-che-happy-path
: Happy path for verification integration with Che