-
Notifications
You must be signed in to change notification settings - Fork 105
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
MGMT-8181: added day2 cloud flow to e2e tests #1234
MGMT-8181: added day2 cloud flow to e2e tests #1234
Conversation
/cc @eliorerz |
17350c2
to
1433a75
Compare
5ff8409
to
65b4806
Compare
@osherdp What do you think about it? |
/hold |
65b4806
to
7f64131
Compare
as long as it's a follow-up task and we get right into it, I don't mind first pushing it almost as is |
good idea, we can add only presubmit job for test-infra for now |
Sure, will create a task for it that could be prioritized later. |
I wonder if it already works... |
@osherdp: The specified target(s) for
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. |
/test ? |
@osherdp: 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. |
/test e2e-metal-assisted-day2 |
/refresh |
/test e2e-metal-assisted-day2 |
doesn't seem related to those changes, trying to retest |
Now it should work |
/test e2e-metal-assisted-day2 |
that's super cool! |
Indeed.. 😀 |
7f64131
to
5c3c4af
Compare
/test e2e-metal-assisted-day2 |
As e2e flows are now invoked using pytest, fixed day2 on cloud flow to accommodate for the new infra: * Added test_day2.py - initialize and execute day2_cloud_flow * Note: For simplicity, used day2.py mostly as-is. We can rewrite and move its logic into test_day2 later on. Also, should add support for the ocp flow.
5c3c4af
to
50b5858
Compare
/unhold |
@danielerez: The following test failed, say
Full PR test history. Your PR dashboard. 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danielerez, osherdp 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 |
As e2e flows are now invoked using pytest, fixed day2 on cloud flow to accommodate for the new infra: