-
Notifications
You must be signed in to change notification settings - Fork 38
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
Enable fail fast
CI feature to reduce the End-to-End testing consumption
#230
Enable fail fast
CI feature to reduce the End-to-End testing consumption
#230
Conversation
dc7188a
to
521cc05
Compare
/test e2e-oai-ubuntu-jammy |
/approve |
@electrocucaracha To test this don't we need new porch version. With old version it will always fail and will have timeout. As porch is not able to find the sub-directories. |
521cc05
to
f0ad699
Compare
main
branch and fail_fast in on demand CI tasksfail fast
CI feature to reduce the End-to-End testing consumption
/retest |
@electrocucaracha nice catch on the free5gc reconciler! |
I'm experimenting with different VM flavors to see if there is an improvement on provisioning, but in the meantime we need to merge the two PRs in the Catalog repo |
/lgtm |
f0ad699
to
674ec62
Compare
674ec62
to
79e81dc
Compare
/retest |
2 similar comments
/retest |
/retest |
/test e2e-oai-ubuntu-jammy |
2 similar comments
/test e2e-oai-ubuntu-jammy |
/test e2e-oai-ubuntu-jammy |
Signed-off-by: Victor Morales <v.morales@samsung.com>
Signed-off-by: Victor Morales <v.morales@samsung.com>
Signed-off-by: Victor Morales <v.morales@samsung.com>
Signed-off-by: Victor Morales <v.morales@samsung.com>
Signed-off-by: Victor Morales <v.morales@samsung.com>
Signed-off-by: Victor Morales <v.morales@samsung.com>
Signed-off-by: Victor Morales <v.morales@samsung.com>
Signed-off-by: Victor Morales <v.morales@samsung.com>
Signed-off-by: Victor Morales <v.morales@samsung.com>
Signed-off-by: Victor Morales <v.morales@samsung.com>
fce6600
to
d12b233
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: efiacor, radoslawc 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 |
/lgtm |
@electrocucaracha: Updated the
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. |
…ption (nephio-project#230) * Reduce the CI time enabling failing fast feature Signed-off-by: Victor Morales <v.morales@samsung.com> * Increase e2e timeout to 120min Signed-off-by: Victor Morales <v.morales@samsung.com> * Improve kpt info messages Signed-off-by: Victor Morales <v.morales@samsung.com> * Enable fail fast feature in Vagrant deployments Signed-off-by: Victor Morales <v.morales@samsung.com> * Increase waiting time for upf-edge0 deployment Signed-off-by: Victor Morales <v.morales@samsung.com> * Drop nephio_pkg_version terraform variable Signed-off-by: Victor Morales <v.morales@samsung.com> * Implement porch_wait_published_packagerev test function Signed-off-by: Victor Morales <v.morales@samsung.com> * Improve waiting time in 004.sh free5gc test Signed-off-by: Victor Morales <v.morales@samsung.com> * Fix OAI test script formats Signed-off-by: Victor Morales <v.morales@samsung.com> * Remove corrupted APT files Signed-off-by: Victor Morales <v.morales@samsung.com> --------- Signed-off-by: Victor Morales <v.morales@samsung.com>
What type of PR is this?
/kind feature
What this PR does / why we need it:
The current test-infra End-to-End testing behavior continues executing tests until the end. In some cases, this could extend the testing time and block or misuse the CI resources. This change enables a feature to stop the End-to-End execution if a failure is previously raised.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: