-
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
base: master
Are you sure you want to change the base?
Changes from 4 commits
5c417c8
8253c24
e8eaef2
e2d6b5f
5ab38de
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1396,7 +1396,7 @@ presubmits: | |
| - --focus-regex=\[Serial\] | ||
| - --use-dockerized-build=true | ||
| - --target-build-arch=linux/arm64 | ||
| - --skip-regex=\[Flaky\]|\[Slow\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\]|\[Feature:DynamicResourceAllocation\]|\[NodeFeature:NodeSwap\] | ||
|
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. in 1.32 branch was it called Feature or NodeFeature? It might have changed 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. It was called NodeFeature. Should I leave it at that? I just changed it to Feature to keep it consistent with 1.33 and 1.34 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. Yes. We are trying not to touch the release jobs much - code never changes there so all tags typically stay as-is |
||
| - --skip-regex=\[Flaky\]|\[Slow\]|\[Benchmark\]|\[NodeSpecialFeature:.+\]|\[NodeSpecialFeature\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]|\[NodeFeature:Eviction\]|\[Feature:DynamicResourceAllocation\]|\[Feature:NodeSwap\] | ||
| - '--test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock | ||
| --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= | ||
| --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ | ||
|
|
||
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^