Skip to content
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

Fix e2e test setup #6511

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

voelzmo
Copy link
Contributor

@voelzmo voelzmo commented Feb 7, 2024

What type of PR is this?

/kind bug
/kind failing-test

What this PR does / why we need it:

Fixing the e2e test setup issues created by the helper refactorings in #5599

PR #6391 helped but some other issues were masked beyond these errors.

Which issue(s) this PR fixes:

Fixes #6510

Special notes for your reviewer:

Does this PR introduce a user-facing change?

NONE

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 7, 2024
@k8s-ci-robot k8s-ci-robot requested a review from kgolab February 7, 2024 14:59
@k8s-ci-robot k8s-ci-robot requested a review from krzysied February 7, 2024 14:59
@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Feb 7, 2024
@voelzmo voelzmo force-pushed the fix/vpa-e2e-test-setup branch 2 times, most recently from ba3efdf to 1209c57 Compare February 7, 2024 16:00
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Feb 7, 2024
@voelzmo
Copy link
Contributor Author

voelzmo commented Feb 12, 2024

@laoj2 @sophieliu15 can you take a look and get this merged, please? Fixing e2e tests is a bit cumbersome, as they run forever, sorry ;(

@voelzmo voelzmo force-pushed the fix/vpa-e2e-test-setup branch from 1209c57 to fd7fde9 Compare February 12, 2024 15:20
@voelzmo voelzmo force-pushed the fix/vpa-e2e-test-setup branch from fd7fde9 to 2de6976 Compare February 12, 2024 16:06
@alvaroaleman
Copy link
Member

Not being able to run e2e tests is bad and blocks the ability to create a release. Tagging current OWNERS to please have a look
/assign kwiesmueller kgolab jbartosik krzysied

@sophieliu15
Copy link

sophieliu15 commented Feb 13, 2024

/lgtm

@kwiesmueller Could you take a look?

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 13, 2024
Copy link
Member

@kwiesmueller kwiesmueller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kwiesmueller, voelzmo

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 13, 2024
@k8s-ci-robot k8s-ci-robot merged commit 947cd3f into kubernetes:master Feb 13, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/vertical-pod-autoscaler cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VPA e2e tests still failing
8 participants