Skip to content

test: remove unused test-e2e Makefile target#11262

Merged
k8s-ci-robot merged 1 commit into
kubernetes-sigs:mainfrom
ekam-walia:delete-e2e-test-targets
May 18, 2026
Merged

test: remove unused test-e2e Makefile target#11262
k8s-ci-robot merged 1 commit into
kubernetes-sigs:mainfrom
ekam-walia:delete-e2e-test-targets

Conversation

@ekam-walia
Copy link
Copy Markdown
Contributor

What type of PR is this:
/kind cleanup
/area testing

What this PR does / why we need it:

Removes the now-unused test-e2e Makefile target since test-e2e-baseline
and test-e2e-extended are the only targets used after the singlecluster
e2e split in #11138.

Which issue(s) this PR fixes:

Part of #10995

Special notes for your reviewer:

Follow-up cleanup after #11138 which split the singlecluster e2e tests
into baseline and extended.

Does this PR introduce a user-facing change:

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. area/testing Testing - related stuff labels May 17, 2026
@k8s-ci-robot k8s-ci-robot requested review from kshalot and mimowo May 17, 2026 14:30
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels May 17, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 17, 2026

Deploy Preview for kubernetes-sigs-kueue ready!

Name Link
🔨 Latest commit 8d9bf87
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-kueue/deploys/6a09d110c982010007467d12
😎 Deploy Preview https://deploy-preview-11262--kubernetes-sigs-kueue.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Hi @ekam-walia. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Tip

We noticed you've done this a few times! Consider joining the org to skip this step and gain /lgtm and other bot rights. We recommend asking approvers on your previous PRs to sponsor you.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 17, 2026
@kannon92
Copy link
Copy Markdown
Contributor

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels May 17, 2026
@kaisoz
Copy link
Copy Markdown
Contributor

kaisoz commented May 18, 2026

nit: IMO I'd keep test-e2e instead of test-e2e-baseline. The former reads more natural to me and is easier to remember bc of historical reasons . Also test-e2e-extended combines perfectly

WDYT @kannon92 ?

@mimowo
Copy link
Copy Markdown
Contributor

mimowo commented May 18, 2026

/lgtm
/approve
/cherrypick release-0.17
/cherrypick release-0.16
Thank you, this PR will help to keep the codebase clean

@k8s-infra-cherrypick-robot
Copy link
Copy Markdown
Contributor

@mimowo: once the present PR merges, I will cherry-pick it on top of release-0.16, release-0.17 in new PRs and assign them to you.

Details

In response to this:

/lgtm
/approve
/cherrypick release-0.17
/cherrypick release-0.16
Thank you, this PR will help to keep the codebase clean

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-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 18, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ekam-walia, mimowo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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
Copy link
Copy Markdown
Contributor

LGTM label has been added.

DetailsGit tree hash: 384f86e07ecb9239dff2a34681226b9abb731ceb

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 18, 2026
@k8s-ci-robot k8s-ci-robot merged commit a880889 into kubernetes-sigs:main May 18, 2026
37 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v0.18 milestone May 18, 2026
@k8s-infra-cherrypick-robot
Copy link
Copy Markdown
Contributor

@mimowo: new pull request created: #11268

Details

In response to this:

/lgtm
/approve
/cherrypick release-0.17
/cherrypick release-0.16
Thank you, this PR will help to keep the codebase clean

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-sigs/prow repository.

@k8s-infra-cherrypick-robot
Copy link
Copy Markdown
Contributor

@mimowo: new pull request created: #11269

Details

In response to this:

/lgtm
/approve
/cherrypick release-0.17
/cherrypick release-0.16
Thank you, this PR will help to keep the codebase clean

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-sigs/prow repository.

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/testing Testing - related stuff cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants