-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
tests: create basic test for creating VMs on github actions #16784
tests: create basic test for creating VMs on github actions #16784
Conversation
ecc6e01
to
9497a20
Compare
a0fc976
to
946ea0c
Compare
.github/workflows/main.yml
Outdated
@@ -80,3 +80,20 @@ jobs: | |||
working-directory: ${{ env.GOPATH }}/src/k8s.io/kops | |||
run: | | |||
make quick-ci | |||
|
|||
tests-e2e-scenarios-bare-metal: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we move the test to a different file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was debating it ... yes, I think it's a good idea! presubmits.yaml
? e2e.yaml
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e2e
or bare-metal
. We can always rename later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e2e works for me - thanks!
946ea0c
to
5d8ff34
Compare
/retest A few pod scheduling timeouts on prow, should not be related to this or even to kOps code.. |
We try to bring up 3 VMs and SSH to them.
5d8ff34
to
fe66a14
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We try to bring up 3 VMs and SSH to them.