Skip to content

added veryslow flag for few flaky cases #34935

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
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
150 changes: 147 additions & 3 deletions config/jobs/kubernetes/sig-testing/kubernetes-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ presubmits:
- name: RUNTIME_CONFIG
value: '{"api/alpha":"true", "api/ga":"true"}'
- name: LABEL_FILTER
value: "Feature: isSubsetOf EventedPLEG && !Slow && !Disruptive && !Flaky"
value: "Feature: isSubsetOf EventedPLEG && !VerySlow && !Disruptive && !Flaky"
- name: PARALLEL
value: "true"
# we need privileged mode in order to do docker in docker
Expand All @@ -456,6 +456,49 @@ presubmits:
testgrid-num-failures-to-alert: '10'
testgrid-alert-stale-results-hours: '24'
testgrid-create-test-group: 'true'
- name: pull-kubernetes-e2e-kind-evented-pleg-veryslow
cluster: k8s-infra-prow-build
optional: true
always_run: false
decorate: true
skip_branches:
- release-\d+\.\d+
labels:
preset-dind-enabled: "true"
decoration_config:
timeout: 90m
grace_period: 15m
path_alias: k8s.io/kubernetes
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/krte:v20250527-1b2b10e804-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: '{"EventedPLEG":true}'
- name: RUNTIME_CONFIG
value: '{"api/alpha":"true", "api/ga":"true"}'
- name: LABEL_FILTER
value: "Feature: isSubsetOf EventedPLEG && VerySlow && !Disruptive && !Flaky"
- name: PARALLEL
value: "false"
securityContext:
privileged: true
resources:
limits:
cpu: 7
memory: 9000Mi
requests:
cpu: 7
memory: 9000Mi
annotations:
testgrid-num-failures-to-alert: '10'
testgrid-alert-stale-results-hours: '24'
testgrid-create-test-group: 'true'
periodics:
- interval: 4h
cluster: k8s-infra-prow-build
Expand Down Expand Up @@ -490,7 +533,59 @@ periodics:
- name: RUNTIME_CONFIG
value: '{"api/alpha":"true", "api/ga":"true"}'
- name: LABEL_FILTER
value: "Feature: isSubsetOf OffByDefault && !BetaOffByDefault && !Deprecated && !Slow && !Disruptive && !Flaky"
value: "Feature: isSubsetOf OffByDefault && !BetaOffByDefault && !Deprecated && !VerySlow && !Disruptive && !Flaky"
# ListFromCacheSnapshot does not implement the compaction behavior for watch cache defined in "Servers with support for API chunking should support continue listing from the last key if the original version has been compacted away" conformance test so it flakes
# Ref: https://issues.k8s.io/131011
- name: SKIP
value: Servers.with.support.for.API.chunking.should.support.continue.listing.from.the.last.key.if.the.original.version.has.been.compacted.away
- 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-alpha-features-veryslow
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: 90m
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/krte:v20250527-1b2b10e804-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 && VerySlow && !BetaOffByDefault && !Deprecated && !Disruptive && !Flaky"
# ListFromCacheSnapshot does not implement the compaction behavior for watch cache defined in "Servers with support for API chunking should support continue listing from the last key if the original version has been compacted away" conformance test so it flakes
# Ref: https://issues.k8s.io/131011
- name: SKIP
Expand Down Expand Up @@ -543,7 +638,7 @@ periodics:
- name: RUNTIME_CONFIG
value: '{"api/beta":"true", "api/ga":"true"}'
- name: LABEL_FILTER
value: "Feature: isSubsetOf OffByDefault && !Alpha && !Deprecated && !Slow && !Disruptive && !Flaky"
value: "Feature: isSubsetOf OffByDefault && !Alpha && !Deprecated && !VerySlow && !Disruptive && !Flaky"
- name: PARALLEL
value: "true"
# we need privileged mode in order to do docker in docker
Expand All @@ -558,6 +653,55 @@ periodics:
# this is mostly for building kubernetes
memory: 9Gi
cpu: 7
- interval: 4h
cluster: k8s-infra-prow-build
name: ci-kubernetes-e2e-kind-beta-features-veryslow
annotations:
testgrid-dashboards: sig-release-master-informing, sig-testing-kind
testgrid-tab-name: kind-master-beta
description: Runs tests with no special requirements other than beta feature gates in a KinD cluster where beta 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: 90m
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/krte:v20250527-1b2b10e804-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: '{"AllBeta":true}'
- name: RUNTIME_CONFIG
value: '{"api/beta":"true", "api/ga":"true"}'
- name: LABEL_FILTER
value: "Feature: isSubsetOf OffByDefault && VerySlow && !Alpha && !Deprecated && !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
Expand Down