-
Notifications
You must be signed in to change notification settings - Fork 39
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
Switching e2e tests to run on main #272
Conversation
/test provision-linter |
I found only two more references to v2.0.0 in the end to end tests: Line 14 in 8d9d67d
The variable "REVISION" is used in a few places:
Then it looks like we are using a prebuilt version of the v2.0.0
I think that for |
/test bootstrap-integration |
@radoslawc It seems like you missed the change on the porch client version. BTW, I suggest completing this issue in this release |
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.
This is great!
/approve |
There's PR to make porchctl builds from main in progress here: nephio-project/porch#77 for now we didn't have them only those build from tags. |
/lgtm |
Ok, so don't forget to move some testing resources to the catalog to centralize the control of versions /lgtm |
/retest |
/test e2e-oai-ubuntu-jammy |
/test e2e-free5gc-ubuntu-focal |
/retest |
1 similar comment
/retest |
/retest-required |
/test e2e-free5gc-ubuntu-focal |
/test e2e-oai-ubuntu-jammy |
/test e2e-oai-fedora-34 |
/approve |
/test bootstrap-integration |
2 similar comments
/test bootstrap-integration |
/test bootstrap-integration |
@radoslawc @vjayaramrh @liamfallon there is an error on the bootstrap integration test that needs to be fixed. Please take time to review it. TASK [bootstrap : Ensure gtp5g kernel constraints] *****************************
fatal: [int-focal-vm-bootstrap-3299538048]: FAILED! => {"msg": "The conditional check 'ansible_facts.kernel == \"5.0.0-23-generic\" or True' failed. The error was: Conditional is marked as unsafe, and cannot be evaluated."} |
Thanks @electrocucaracha , we'll check it. |
Fix for FAILED! => {"msg": "The conditional check 'ansible_facts.kernel == \"5.0.0-23-generic\" or True' failed. The error was: Conditional is marked as unsafe, and cannot be evaluated."}
/test bootstrap-integration |
@electrocucaracha @liamfallon now bootstrap-integration fails on:
Only change was removing curly braces like in https://github.com/nephio-project/test-infra/pull/278/files where it worked afterwards. |
There is a tech debt on the integration tests, I'm not sure if it's conflicting with other existing VMs or sometimes GCP can't smoothly create those molecule instances. Usually those errors are gone in the second try, but definitely it's necessary to investigate the root cause /test bootstrap-integration |
/test bootstrap-integration |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: electrocucaracha, liamfallon 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 e2e-oai-ubuntu-jammy |
/test e2e-oai-fedora-34 |
1 similar comment
/test e2e-oai-fedora-34 |
/test e2e-oai-ubuntu-jammy |
/test e2e-oai-fedora-34 |
/test e2e-oai-ubuntu-jammy |
@radoslawc: 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. |
@radoslawc @liamfallon @vjayaramrh be cautious to use retest prow commands, every error is an opportunity to improve the resiliency of the CI. Forcing some jobs can lead to future problems. |
I opened this discussion: |
* Switching e2e tests to run on main * Adjusting defaults.env to use main * Switching porchctl to latest binary build * Update load-gtp5g-module.yml Fix for FAILED! => {"msg": "The conditional check 'ansible_facts.kernel == \"5.0.0-23-generic\" or True' failed. The error was: Conditional is marked as unsafe, and cannot be evaluated."}
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
Switching to main catalog branch
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?: