-
Notifications
You must be signed in to change notification settings - Fork 259
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
🌱 E2E: Run as github workflow #1728
Conversation
/hold |
f0041ce
to
b1280fc
Compare
ef88e34
to
147ad5b
Compare
/test ? |
@lentzi90: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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. |
147ad5b
to
a2cf19f
Compare
Unless there's constraints resource-wise, this is a very good improvement imo. Anyway, I'm wondering if there's a way to override this test? I know it runs automatically, but I'm talking about situations when it failed for some other reason, which we know we could ignore. Otherwise, /lgtm |
CNCF service desk has replied:
I feel we can proceed with switching BMO e2e on github large runners since these are free resource for us. So this PR is ready to go in IMO. /hold cancel |
a2cf19f
to
f7965b7
Compare
f7965b7
to
49bf7d5
Compare
I think we need to ensure the golang version here is correct as well, check how I fixed it here e76ad63 |
c73fd08
to
bfbb59a
Compare
Run the E2E tests as github workflows. Signed-off-by: Lennart Jern <[email protected]>
bfbb59a
to
f4e27ec
Compare
Alright it seems to be working now. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kashifest 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 |
/test metal3-bmo-e2e-test-pull |
/lgtm |
/cherry-pick release-0.6 |
@lentzi90: new pull request created: #1769 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. |
/cherry-pick release-0.5 |
@lentzi90: #1728 failed to apply on top of branch "release-0.5":
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 this PR does / why we need it:
Run the E2E tests as github workflows. This adds one reusable workflow (test-e2e.yml) that can be called by other workflows, in this PR test-e2e-pull.yml and test-e2e-periodic.yml. This way we avoid duplication and can have different configuration for pull requests and periodics.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #