forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
42 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -214,7 +214,8 @@ presubmits: | |
- master | ||
- main | ||
always_run: false | ||
run_if_changed: '^(test/e2e/network/|pkg/apis/networking|pkg/proxy/nftables/)' | ||
# skip until COS support all the necessary kernel modules | ||
# run_if_changed: '^(test/e2e/network/|pkg/apis/networking|pkg/proxy/nftables/)' | ||
optional: true | ||
decorate: true | ||
decoration_config: | ||
|
@@ -745,47 +746,48 @@ periodics: | |
annotations: | ||
testgrid-num-failures-to-alert: '6' | ||
testgrid-alert-stale-results-hours: '24' | ||
- interval: 6h | ||
name: ci-kubernetes-e2e-gci-gce-nftables | ||
cluster: k8s-infra-prow-build | ||
labels: | ||
preset-service-account: "true" | ||
preset-k8s-ssh: "true" | ||
decorate: true | ||
decoration_config: | ||
timeout: 170m | ||
spec: | ||
containers: | ||
- command: | ||
- runner.sh | ||
- /workspace/scenarios/kubernetes_e2e.py | ||
args: | ||
- --check-leaked-resources | ||
- --env=KUBE_PROXY_MODE=nftables | ||
- --extract=ci/latest | ||
- --gcp-master-image=gci | ||
- --gcp-node-image=gci | ||
- --gcp-zone=us-west1-b | ||
- --ginkgo-parallel=30 | ||
- --provider=gce | ||
# skip ESIPP should work from pods #97081 | ||
- --test_args=--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[sig-storage\]|ESIPP|LoadBalancers --minStartupPods=8 | ||
- --timeout=150m | ||
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240409-13cd3acf7e-master | ||
resources: | ||
limits: | ||
cpu: 2 | ||
memory: "6Gi" | ||
requests: | ||
cpu: 2 | ||
memory: "6Gi" | ||
annotations: | ||
testgrid-dashboards: sig-network-gce | ||
testgrid-tab-name: periodic-network-nftables, google-gce | ||
testgrid-num-failures-to-alert: '6' | ||
testgrid-alert-stale-results-hours: '24' | ||
testgrid-alert-email: [email protected], [email protected] | ||
description: Uses kubetest to run e2e Conformance, SIG-Network tests against a cluster using nftables created with cluster/kube-up.sh | ||
# skip until COS support all the necessary kernel modules | ||
#- interval: 6h | ||
# name: ci-kubernetes-e2e-gci-gce-nftables | ||
# cluster: k8s-infra-prow-build | ||
# labels: | ||
# preset-service-account: "true" | ||
# preset-k8s-ssh: "true" | ||
# decorate: true | ||
# decoration_config: | ||
# timeout: 170m | ||
# spec: | ||
# containers: | ||
# - command: | ||
# - runner.sh | ||
# - /workspace/scenarios/kubernetes_e2e.py | ||
# args: | ||
# - --check-leaked-resources | ||
# - --env=KUBE_PROXY_MODE=nftables | ||
# - --extract=ci/latest | ||
# - --gcp-master-image=gci | ||
# - --gcp-node-image=gci | ||
# - --gcp-zone=us-west1-b | ||
# - --ginkgo-parallel=30 | ||
# - --provider=gce | ||
# # skip ESIPP should work from pods #97081 | ||
# - --test_args=--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[sig-storage\]|ESIPP|LoadBalancers --minStartupPods=8 | ||
# - --timeout=150m | ||
# image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240409-13cd3acf7e-master | ||
# resources: | ||
# limits: | ||
# cpu: 2 | ||
# memory: "6Gi" | ||
# requests: | ||
# cpu: 2 | ||
# memory: "6Gi" | ||
# annotations: | ||
# testgrid-dashboards: sig-network-gce | ||
# testgrid-tab-name: periodic-network-nftables, google-gce | ||
# testgrid-num-failures-to-alert: '6' | ||
# testgrid-alert-stale-results-hours: '24' | ||
# testgrid-alert-email: [email protected], [email protected] | ||
# description: Uses kubetest to run e2e Conformance, SIG-Network tests against a cluster using nftables created with cluster/kube-up.sh | ||
|
||
- interval: 6h | ||
name: ci-kubernetes-e2e-gci-gce-kube-dns | ||
|