-
Notifications
You must be signed in to change notification settings - Fork 340
Run E2E tests in Windows nodes #279
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
Run E2E tests in Windows nodes #279
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mauriciopoppe The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cc @jingxu97 |
919c178
to
826d7a4
Compare
e16256a
to
bfabed9
Compare
/test pull-sig-storage-local-static-provisioner-e2e-windows-2019 |
0b21977
to
718c6da
Compare
/test pull-sig-storage-local-static-provisioner-e2e-windows-2019 |
718c6da
to
c8f99e6
Compare
/test pull-sig-storage-local-static-provisioner-e2e-windows-2019 |
9b5b48b
to
5cc507f
Compare
/test pull-sig-storage-local-static-provisioner-e2e-windows-2019 |
5cc507f
to
e49fbf4
Compare
/test pull-sig-storage-local-static-provisioner-e2e-windows-2019 |
e49fbf4
to
41348c5
Compare
/test pull-sig-storage-local-static-provisioner-e2e-windows-2019 |
Initial commit for windows remote hostexec impl
Still a WIP, most of the pumbling is done however once the LVP pod starts it fails to find the volume mount!
93d0cb8
to
a9f716e
Compare
/test pull-sig-storage-local-static-provisioner-e2e-windows-2019 |
@mauriciopoppe: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
@mauriciopoppe: PR needs rebase. 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. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale I need to pick some commits from this PR and make the e2e tests work with a new impl of LVP making it run on Windows with HostProcess containers. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closed this PR. In 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. |
What type of PR is this?
What this PR does / why we need it:
Updates the E2E test suite to run the tests in Windows nodes, steps:
gcloud compute ssh
to the Windows nodes to execute powershell commandsWhich issue(s) this PR fixes:
Fixes #277
Release note: