Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ periodics:
--workers-count 2 --cluster-name alpha-enabled-$(date +%s) \
--up --down --auto-approve --retry-on-tf-failure 3 --ignore-destroy-errors \
--break-kubetest-on-upfail true \
--extra-vars=feature_gates:AllAlpha=true,EventedPLEG=false \
--extra-vars=feature_gates:AllAlpha=true,AllBeta=true,EventedPLEG=false \
--extra-vars=runtime_config:api/all=true \
--build-version $(curl -Ls https://dl.k8s.io/ci/latest.txt) \
--test=ginkgo -- --parallel 25 --test-package-dir ci --test-package-marker latest.txt \
Expand Down
8 changes: 4 additions & 4 deletions config/jobs/kubernetes/generated/generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ periodics:
- --timeout=180m
- --env=KUBE_PROXY_DAEMONSET=true
- --env=ENABLE_POD_PRIORITY=true
- --env=KUBE_FEATURE_GATES=AllAlpha=true,EventedPLEG=false
- --env=KUBE_FEATURE_GATES=AllAlpha=true,AllBeta=true,EventedPLEG=false
- --env=ENABLE_CACHE_MUTATION_DETECTOR=true
- --runtime-config=api/all=true
- --test_args=--ginkgo.focus=\[Feature:(AdmissionWebhookMatchConditions|InPlacePodVerticalScaling|SidecarContainers|StorageVersionAPI|PodPreset|StatefulSetAutoDeletePVC)\]|Networking --ginkgo.skip=\[Feature:(SCTPConnectivity|Volumes|Networking-Performance|Example)\]|IPv6|csi-hostpath-v0 --minStartupPods=8
Expand Down Expand Up @@ -250,7 +250,7 @@ periodics:
- --timeout=180m
- --env=KUBE_PROXY_DAEMONSET=true
- --env=ENABLE_POD_PRIORITY=true
- --env=KUBE_FEATURE_GATES=AllAlpha=true,EventedPLEG=false
- --env=KUBE_FEATURE_GATES=AllAlpha=true,AllBeta=true,EventedPLEG=false
- --env=ENABLE_CACHE_MUTATION_DETECTOR=true
- --runtime-config=api/all=true
- --test_args=--ginkgo.focus=\[Feature:(AdmissionWebhookMatchConditions|InPlacePodVerticalScaling|SidecarContainers|StorageVersionAPI|PodPreset|StatefulSetAutoDeletePVC)\]|Networking --ginkgo.skip=\[Feature:(SCTPConnectivity|Volumes|Networking-Performance|Example)\]|IPv6|csi-hostpath-v0 --minStartupPods=8
Expand Down Expand Up @@ -465,7 +465,7 @@ periodics:
- --timeout=180m
- --env=KUBE_PROXY_DAEMONSET=true
- --env=ENABLE_POD_PRIORITY=true
- --env=KUBE_FEATURE_GATES=AllAlpha=true,EventedPLEG=false
- --env=KUBE_FEATURE_GATES=AllAlpha=true,AllBeta=true,EventedPLEG=false
- --env=ENABLE_CACHE_MUTATION_DETECTOR=true
- --runtime-config=api/all=true
- --test_args=--ginkgo.focus=\[Feature:(AdmissionWebhookMatchConditions|InPlacePodVerticalScaling|SidecarContainers|StorageVersionAPI|PodPreset|StatefulSetAutoDeletePVC)\]|Networking --ginkgo.skip=\[Feature:(SCTPConnectivity|Volumes|Networking-Performance|Example)\]|IPv6|csi-hostpath-v0 --minStartupPods=8
Expand Down Expand Up @@ -680,7 +680,7 @@ periodics:
- --timeout=180m
- --env=KUBE_PROXY_DAEMONSET=true
- --env=ENABLE_POD_PRIORITY=true
- --env=KUBE_FEATURE_GATES=AllAlpha=true,EventedPLEG=false
- --env=KUBE_FEATURE_GATES=AllAlpha=true,AllBeta=true,EventedPLEG=false
- --env=ENABLE_CACHE_MUTATION_DETECTOR=true
- --runtime-config=api/all=true
- --test_args=--ginkgo.focus=\[Feature:(AdmissionWebhookMatchConditions|InPlacePodVerticalScaling|SidecarContainers|StorageVersionAPI|PodPreset|StatefulSetAutoDeletePVC)\]|Networking --ginkgo.skip=\[Feature:(SCTPConnectivity|Volumes|Networking-Performance|Example)\]|IPv6|csi-hostpath-v0 --minStartupPods=8
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/kops/build_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ def generate_misc():
"--set=spec.kubeAPIServer.auditLogPath=/var/log/kube-apiserver-audit.log",
"--set=spec.kubeAPIServer.runtimeConfig=api/all=true"
],
kubernetes_feature_gates="AllAlpha,-EventedPLEG",
kubernetes_feature_gates="AllAlpha,AllBeta,-EventedPLEG",
focus_regex=r'\[Feature:(AdmissionWebhookMatchConditions|InPlacePodVerticalScaling|SidecarContainers|StorageVersionAPI|PodPreset|StatefulSetAutoDeletePVC)\]|Networking',
skip_regex=r'\[Feature:(SCTPConnectivity|Volumes|Networking-Performance)\]|IPv6|csi-hostpath-v0',
test_timeout_minutes=240,
Expand All @@ -1321,7 +1321,7 @@ def generate_misc():
"--set=spec.kubeAPIServer.runtimeConfig=api/all=true",
"--gce-service-account=default",
],
kubernetes_feature_gates="AllAlpha,-EventedPLEG",
kubernetes_feature_gates="AllAlpha,AllBeta,-EventedPLEG",
focus_regex=r'\[Feature:(AdmissionWebhookMatchConditions|InPlacePodVerticalScaling|SidecarContainers|StorageVersionAPI|PodPreset|StatefulSetAutoDeletePVC)\]|Networking',
skip_regex=r'\[Feature:(SCTPConnectivity|Volumes|Networking-Performance)\]|IPv6|csi-hostpath-v0',
test_timeout_minutes=240,
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/kops/kops-periodics-misc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3274,7 +3274,7 @@ periodics:
--up --down \
--cloud-provider=aws \
--create-args="--image='137112412989/al2023-ami-2023.8.20250915.0-kernel-6.1-x86_64' --channel=alpha --networking=kubenet --set=spec.kubeAPIServer.logLevel=4 --set=spec.kubeAPIServer.auditLogMaxSize=2000000000 --set=spec.kubeAPIServer.enableAggregatorRouting=true --set=spec.kubeAPIServer.auditLogPath=/var/log/kube-apiserver-audit.log --set=spec.kubeAPIServer.runtimeConfig=api/all=true --discovery-store=s3://k8s-kops-prow/discovery" \
--kubernetes-feature-gates=AllAlpha,-EventedPLEG \
--kubernetes-feature-gates=AllAlpha,AllBeta,-EventedPLEG \
--kops-version-marker=https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/master/latest-ci-updown-green.txt \
--kubernetes-version=https://storage.googleapis.com/k8s-release-dev/ci/latest.txt \
--test=kops \
Expand Down Expand Up @@ -3343,7 +3343,7 @@ periodics:
--cloud-provider=gce \
--admin-access=0.0.0.0/0 \
--create-args="--channel=alpha --networking=kubenet --image=cos-cloud/cos-105-17412-370-67 --set=spec.kubeAPIServer.logLevel=4 --set=spec.kubeAPIServer.auditLogMaxSize=2000000000 --set=spec.kubeAPIServer.enableAggregatorRouting=true --set=spec.kubeAPIServer.auditLogPath=/var/log/kube-apiserver-audit.log --set=spec.kubeAPIServer.runtimeConfig=api/all=true --gce-service-account=default" \
--kubernetes-feature-gates=AllAlpha,-EventedPLEG \
--kubernetes-feature-gates=AllAlpha,AllBeta,-EventedPLEG \
--kops-version-marker=https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/master/latest-ci-updown-green.txt \
--kubernetes-version=https://storage.googleapis.com/k8s-release-dev/ci/latest.txt \
--test=kops \
Expand Down
8 changes: 4 additions & 4 deletions config/jobs/kubernetes/sig-cloud-provider/gcp/gcp-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ presubmits:
args:
- --ginkgo-parallel=1
- --build=quick
- --env=KUBE_FEATURE_GATES=AllAlpha=true,EventedPLEG=false
- --env=KUBE_FEATURE_GATES=AllAlpha=true,AllBeta=true,EventedPLEG=false
- --env=ENABLE_CACHE_MUTATION_DETECTOR=true
- --env=KUBE_PROXY_DAEMONSET=true
- --env=ENABLE_POD_PRIORITY=true
Expand Down Expand Up @@ -766,7 +766,7 @@ presubmits:
- --check-leaked-resources
- --env=KUBE_COS_INSTALL_CONTAINERD_VERSION=v2.0.0
- --env=KUBE_COS_INSTALL_RUNC_VERSION=v1.2.1
- --env=KUBE_FEATURE_GATES=AllAlpha=true,EventedPLEG=false
- --env=KUBE_FEATURE_GATES=AllAlpha=true,AllBeta=true,EventedPLEG=false
- --env=ENABLE_CACHE_MUTATION_DETECTOR=true
- --env=KUBE_PROXY_DAEMONSET=true
- --env=ENABLE_POD_PRIORITY=true
Expand Down Expand Up @@ -896,7 +896,7 @@ periodics:
- --check-leaked-resources
- --env=KUBE_COS_INSTALL_CONTAINERD_VERSION=v2.0.0
- --env=KUBE_COS_INSTALL_RUNC_VERSION=v1.2.1
- --env=KUBE_FEATURE_GATES=AllAlpha=true,EventedPLEG=false
- --env=KUBE_FEATURE_GATES=AllAlpha=true,AllBeta=true,EventedPLEG=false
- --env=ENABLE_CACHE_MUTATION_DETECTOR=true
- --env=KUBE_PROXY_DAEMONSET=true
- --env=ENABLE_POD_PRIORITY=true
Expand Down Expand Up @@ -936,7 +936,7 @@ periodics:
- /workspace/scenarios/kubernetes_e2e.py
args:
- --check-leaked-resources
- --env=KUBE_FEATURE_GATES=AllAlpha=true,EventedPLEG=false
- --env=KUBE_FEATURE_GATES=AllAlpha=true,AllBeta=true,EventedPLEG=false
- --env=ENABLE_CACHE_MUTATION_DETECTOR=true
- --env=KUBE_PROXY_DAEMONSET=true
- --env=ENABLE_POD_PRIORITY=true
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/sig-cloud-provider/periodic-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ periodics:
kubetest2 ec2 \
--stage https://dl.k8s.io/ci/fast/ \
--version $VERSION \
--feature-gates="AllAlpha=true,EventedPLEG=false" \
--feature-gates="AllAlpha=true,AllBeta=true,EventedPLEG=false" \
--runtime-config="api/all=true" \
--external-cloud-provider true \
--up \
Expand Down Expand Up @@ -171,7 +171,7 @@ periodics:
kubetest2 ec2 \
--stage https://dl.k8s.io/ci/fast/ \
--version $VERSION \
--feature-gates="AllAlpha=true,EventedPLEG=false" \
--feature-gates="AllAlpha=true,AllBeta=true,EventedPLEG=false" \
--runtime-config="api/all=true" \
--up \
--down \
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/sig-node/node-kubelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ periodics:
- --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/systemd/image-config.yaml
- --deployment=node
- --gcp-zone=us-central1-b
- '--node-test-args=--standalone-mode=true --feature-gates=AllAlpha=true,EventedPLEG=false --container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/home/containerd/usr/local/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"'
- '--node-test-args=--standalone-mode=true --feature-gates=AllAlpha=true,AllBeta=true,EventedPLEG=false --container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/home/containerd/usr/local/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"'
- --node-tests=true
- --provider=gce
- --test_args=--nodes=8 --focus="\[Feature:StandaloneMode\]" --skip="\[Flaky\]|\[Serial\]"
Expand Down
6 changes: 3 additions & 3 deletions config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ presubmits:
- --deployment=node
- --gcp-zone=us-central1-b
- --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/image-config-serial.yaml
- '--node-test-args=--feature-gates=AllAlpha=true,EventedPLEG=false --service-feature-gates=AllAlpha=true --runtime-config=api/all=true --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=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"'
- '--node-test-args=--feature-gates=AllAlpha=true,AllBeta=true,EventedPLEG=false --service-feature-gates=AllAlpha=true,AllBeta=true --runtime-config=api/all=true --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=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"'
- --node-tests=true
- --provider=gce
# Feature:DynamicResourceAllocation has it's own test jobs with the proper conditions set
Expand Down Expand Up @@ -1035,7 +1035,7 @@ presubmits:
kubetest2 ec2 \
--stage https://dl.k8s.io/ci/fast/ \
--version $VERSION \
--feature-gates="AllAlpha=true,EventedPLEG=false,StorageVersionAPI=true,APIServerIdentity=true" \
--feature-gates="AllAlpha=true,AllBeta=true,EventedPLEG=false,StorageVersionAPI=true,APIServerIdentity=true" \
--runtime-config="api/all=true" \
--up \
--down \
Expand Down Expand Up @@ -3302,7 +3302,7 @@ presubmits:
- --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/systemd/image-config.yaml
- --deployment=node
- --gcp-zone=us-central1-b
- '--node-test-args=--standalone-mode=true --feature-gates=AllAlpha=true,EventedPLEG=false --container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/home/containerd/usr/local/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"'
- '--node-test-args=--standalone-mode=true --feature-gates=AllAlpha=true,AllBeta=true,EventedPLEG=false --container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/home/containerd/usr/local/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"'
- --node-tests=true
- --provider=gce
- --test_args=--nodes=8 --focus="\[Feature:StandaloneMode\]" --skip="\[Flaky\]|\[Serial\]"
Expand Down
49 changes: 0 additions & 49 deletions config/jobs/kubernetes/sig-testing/kubernetes-kind-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,55 +100,6 @@ periodics:
# during the tests more like 3-20m is used
cpu: 7

- interval: 4h
cluster: k8s-infra-prow-build
name: ci-kubernetes-e2e-kind-alpha-features
annotations:
testgrid-dashboards: sig-release-master-informing, sig-testing-kind
testgrid-tab-name: kind-master-alpha
description: Runs tests with no special requirements other than alpha feature gates in a KinD cluster where alpha feature gates and APIs are enabled.
testgrid-alert-email: [email protected],[email protected],[email protected]
testgrid-num-columns-recent: '6'
labels:
preset-dind-enabled: "true"
decorate: true
decoration_config:
timeout: 60m
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/krte:v20250904-c89b045f57-master
command:
- wrapper.sh
- bash
- -c
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
env:
- name: FEATURE_GATES
value: '{"AllAlpha":true,"EventedPLEG": false}'
- name: RUNTIME_CONFIG
value: '{"api/alpha":"true", "api/ga":"true"}'
- name: LABEL_FILTER
value: "Feature: isSubsetOf OffByDefault && !BetaOffByDefault && !Deprecated && !Slow && !Disruptive && !Flaky"
- name: PARALLEL
value: "true"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
resources:
limits:
memory: 9Gi
cpu: 7
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: 9Gi
cpu: 7

- interval: 4h
cluster: k8s-infra-prow-build
name: ci-kubernetes-e2e-kind-beta-features
Expand Down
49 changes: 0 additions & 49 deletions config/jobs/kubernetes/sig-testing/kubernetes-kind-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,55 +268,6 @@ presubmits:
testgrid-create-test-group: 'true'
testgrid-dashboards: sig-testing-kind

- name: pull-kubernetes-e2e-kind-alpha-features
cluster: k8s-infra-prow-build
annotations:
description: Runs tests with no special requirements other than alpha feature gates in a KinD cluster where alpha feature gates and APIs are enabled.
testgrid-num-failures-to-alert: '10'
testgrid-alert-stale-results-hours: '24'
testgrid-create-test-group: 'true'
optional: true
always_run: false
decorate: true
skip_branches:
- release-\d+\.\d+ # per-release settings
labels:
preset-dind-enabled: "true"
decoration_config:
timeout: 60m
grace_period: 15m
path_alias: k8s.io/kubernetes
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/krte:v20250904-c89b045f57-master
command:
- wrapper.sh
- bash
- -c
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
env:
# EventedPLEG is disabled temporarily for https://github.com/kubernetes/kubernetes/issues/122721
- name: FEATURE_GATES
value: '{"AllAlpha":true,"EventedPLEG":false}'
- name: RUNTIME_CONFIG
value: '{"api/alpha":"true", "api/ga":"true"}'
- name: LABEL_FILTER
value: "Feature: isSubsetOf OffByDefault && !BetaOffByDefault && !Deprecated && !Slow && !Disruptive && !Flaky"
- name: SKIP
value: PodSecurityPolicy|LoadBalancer|load.balancer|In-tree.Volumes.\[Driver:.nfs\]|PersistentVolumes.NFS|Network.should.set.TCP.CLOSE_WAIT.timeout|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|should.provide.basic.identity
- name: PARALLEL
value: "true"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
resources:
limits:
cpu: 7
memory: 9000Mi
requests:
cpu: 7
memory: 9000Mi

- name: pull-kubernetes-e2e-kind-beta-features
cluster: k8s-infra-prow-build
annotations:
Expand Down
3 changes: 0 additions & 3 deletions config/testgrids/kubernetes/presubmits/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ dashboards:
- name: pull-kubernetes-e2e-kind-dual-canary
test_group_name: pull-kubernetes-e2e-kind-dual-canary
base_options: width=10
- name: pull-kubernetes-e2e-kind-alpha-features
test_group_name: pull-kubernetes-e2e-kind-alpha-features
base_options: width=10
- name: pull-kubernetes-e2e-kind-evented-pleg
test_group_name: pull-kubernetes-e2e-kind-evented-pleg
base_options: width=10
Expand Down
8 changes: 4 additions & 4 deletions releng/test_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ testSuites:
- --timeout=180m
- --env=KUBE_PROXY_DAEMONSET=true
- --env=ENABLE_POD_PRIORITY=true
- --env=KUBE_FEATURE_GATES=AllAlpha=true
- --env=KUBE_FEATURE_GATES=AllAlpha=true,AllBeta=true
# Panic if anything mutates a shared informer cache
- --env=ENABLE_CACHE_MUTATION_DETECTOR=true
- --runtime-config=api/all=true
Expand All @@ -286,7 +286,7 @@ testSuites:
- --timeout=180m
- --env=KUBE_PROXY_DAEMONSET=true
- --env=ENABLE_POD_PRIORITY=true
- --env=KUBE_FEATURE_GATES=AllAlpha=true,EventedPLEG=false
- --env=KUBE_FEATURE_GATES=AllAlpha=true,AllBeta=true,EventedPLEG=false
# Panic if anything mutates a shared informer cache
- --env=ENABLE_CACHE_MUTATION_DETECTOR=true
- --runtime-config=api/all=true
Expand All @@ -299,7 +299,7 @@ testSuites:
- --timeout=180m
- --env=KUBE_PROXY_DAEMONSET=true
- --env=ENABLE_POD_PRIORITY=true
- --env=KUBE_FEATURE_GATES=AllAlpha=true,InTreePluginGCEUnregister=false,DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false
- --env=KUBE_FEATURE_GATES=AllAlpha=true,AllBeta=true,InTreePluginGCEUnregister=false,DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false
# Panic if anything mutates a shared informer cache
- --env=ENABLE_CACHE_MUTATION_DETECTOR=true
- --runtime-config=api/all=true
Expand Down Expand Up @@ -480,4 +480,4 @@ nodeTestSuites:
serial:
args:
- --timeout=300m
- --test_args=--nodes=1 --focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]"
- --test_args=--nodes=1 --focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]|\[NodeAlphaFeature:.+\]|\[NodeAlphaFeature\]"