-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Cleanup NodeSwap Feature Labels #35791
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
Open
mariafromano-25
wants to merge
5
commits into
kubernetes:master
Choose a base branch
from
mariafromano-25:cleanup-swap-test-infra
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+6
−8
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
5c417c8
cleanup swap feature labels
mariafromano-25 8253c24
removed redundant feature labels and restored nodeswap labels for com…
mariafromano-25 e8eaef2
reverted removing NodeSwap Feature label from release branch jobs
mariafromano-25 e2d6b5f
labeled Feature instead of NodeFeature
mariafromano-25 5ab38de
keeping nodefeature as is in 1.32.yaml
mariafromano-25 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -384,7 +384,7 @@ periodics: | |
| - '--node-test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/home/containerd/usr/local/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroups-per-qos=true --cgroup-driver=systemd --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"' | ||
| - --node-tests=true | ||
| - --provider=gce | ||
| - --test_args=--nodes=1 --skip="\[Flaky\]|\[NodeConformance\]|\[Conformance\]|\[Serial\]|\[Feature:.+\]|\[Feature\]|\[Legacy:.+\]|\[Benchmark\]|\[Feature:SCTPConnectivity\]" | ||
| - --test_args=--nodes=1 --skip=\[Flaky\]|\[NodeConformance\]|\[Conformance\]|\[Serial\]|\[Feature:.+\]|\[Feature\]|\[Legacy:.+\]|\[Benchmark\] | ||
| - --timeout=300m | ||
| env: | ||
| - name: GOPATH | ||
|
|
@@ -426,7 +426,7 @@ periodics: | |
| - --image-family=cos-125-lts | ||
| - --image-project=cos-cloud | ||
| - --provider=gce | ||
| - --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[Feature:RuntimeHandler\] --minStartupPods=8 | ||
| - --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8 | ||
| - --timeout=50m | ||
| image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master | ||
| resources: | ||
|
|
@@ -465,7 +465,7 @@ periodics: | |
| - --image-family=pipeline-1-34-amd64 | ||
| - --image-project=ubuntu-os-gke-cloud | ||
| - --provider=gce | ||
| - --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[Feature:RuntimeHandler\] --minStartupPods=8 | ||
| - --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8 | ||
| - --timeout=50m | ||
| resources: | ||
| limits: | ||
|
|
@@ -774,7 +774,7 @@ periodics: | |
| - --image-family=cos-stable | ||
| - --image-project=cos-cloud | ||
| - --provider=gce | ||
| - --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[Feature:NodeSwap\] --minStartupPods=8 | ||
| - --test_args=--ginkgo.skip=\[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8 | ||
| - --timeout=50m | ||
| resources: | ||
| limits: | ||
|
|
@@ -864,9 +864,7 @@ periodics: | |
| - --gcp-zone=us-central1-b | ||
| - --ginkgo-parallel=30 | ||
| - --provider=gce | ||
| # [Driver: gcepd] tests are skipped because CSIMigrationGCE is on in 1.23 and can be un-skipped once the cluster-up process | ||
| # uses cloud-provider-gcp. see issue https://github.com/kubernetes/cloud-provider-gcp/issues/293 | ||
| - --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\]|\[Feature:RuntimeHandler\]|\[Feature:NodeSwap\] --minStartupPods=8 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is no-op clean up since the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you can remove other features here as well |
||
| - --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8 | ||
| - --timeout=50m | ||
| image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master | ||
| resources: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
good clean up. The
[Feature:.+\]already covers the[Feature:NodeSwap\]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.
yes I have applied that similar logic to the redundant labels above^