Skip to content

Commit

Permalink
sig-cli: migrate prowjobs to community cluster
Browse files Browse the repository at this point in the history
Related to:
  - kubernetes#30277

Signed-off-by: Arnaud Meukam <[email protected]>
  • Loading branch information
ameukam committed Sep 24, 2023
1 parent c0bd891 commit ddf2a8f
Showing 1 changed file with 110 additions and 13 deletions.
123 changes: 110 additions & 13 deletions config/jobs/kubernetes/sig-cli/sig-cli-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
periodics:
- interval: 12h
name: ci-kubernetes-e2e-gce-gci-serial-sig-cli
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -21,14 +22,22 @@ periodics:
- --test_args=--ginkgo.focus=\[sig-cli\].*\[Serial\]|\[sig-cli\].*\[Disruptive\] --ginkgo.skip=\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=500m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master

resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
annotations:
testgrid-dashboards: sig-cli-master
testgrid-tab-name: gce-serial
testgrid-alert-email: [email protected]
description: kubectl gce serial e2e tests for master branch

- interval: 12h
name: ci-kubernetes-e2e-gci-gce-sig-cli
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -52,12 +61,19 @@ periodics:
- --test_args=--ginkgo.focus=\[sig-cli\] --ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=50m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master

resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
annotations:
testgrid-dashboards: sig-cli-master
testgrid-tab-name: gce
testgrid-alert-email: [email protected]
description: kubectl gce e2e tests for master branch

- interval: 12h
name: ci-kubernetes-e2e-kops-aws-sig-cli
labels:
Expand Down Expand Up @@ -88,8 +104,10 @@ periodics:
testgrid-dashboards: sig-cli-master
testgrid-tab-name: aws
testgrid-alert-email: [email protected]

- interval: 12h
name: ci-kubernetes-e2e-gce-latest-stable1-gci-kubectl-skew
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand Down Expand Up @@ -121,12 +139,13 @@ periodics:
requests:
cpu: 1
memory: 6Gi

annotations:
testgrid-dashboards: sig-release-job-config-errors, sig-cli-master
testgrid-tab-name: gce-latest-stable1-gci-kubectl-skew

- interval: 12h
name: ci-kubernetes-e2e-gce-latest-stable1-gci-kubectl-skew-serial
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -150,10 +169,17 @@ periodics:
- --test_args=--ginkgo.focus=Kubectl.*\[Serial\] --ginkgo.skip=\[Deprecated\] --minStartupPods=8
- --timeout=120m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master

resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
annotations:
testgrid-dashboards: sig-release-job-config-errors, sig-cli-master
testgrid-tab-name: gce-latest-stable1-gci-kubectl-skew-serial

- interval: 12h
name: ci-kubernetes-e2e-gce-master-new-gci-kubectl-skew
cluster: k8s-infra-prow-build
Expand Down Expand Up @@ -200,6 +226,7 @@ periodics:
testgrid-alert-stale-results-hours: "24"
- interval: 12h
name: ci-kubernetes-e2e-gce-master-new-gci-kubectl-skew-serial
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -223,13 +250,21 @@ periodics:
- --test_args=--ginkgo.focus=Kubectl.*\[Serial\] --ginkgo.skip=\[Deprecated\] --minStartupPods=8
- --timeout=120m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master

resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
annotations:
testgrid-dashboards: sig-cli-master
testgrid-tab-name: skew-cluster-latest-kubectl-stable1-gce-serial
description: stable1 serial tests run against a master gce cluster using a stable1 kubectl binary

- interval: 12h
name: ci-kubernetes-e2e-gce-new-master-gci-kubectl-skew
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -253,13 +288,21 @@ periodics:
- --test_args=--ginkgo.focus=Kubectl --ginkgo.skip=\[Serial\]|\[Deprecated\] --kubectl-path=../../../../kubernetes_skew/cluster/kubectl.sh --minStartupPods=8
- --timeout=120m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master

resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
annotations:
testgrid-dashboards: sig-cli-master
testgrid-tab-name: skew-cluster-stable1-kubectl-latest-gce
description: stable1 e2e tests run against a stable1 gce cluster using a master kubectl binary

- interval: 12h
name: ci-kubernetes-e2e-gce-new-master-gci-kubectl-skew-serial
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -282,13 +325,21 @@ periodics:
- --test_args=--ginkgo.focus=Kubectl.*\[Serial\] --ginkgo.skip=\[Deprecated\] --kubectl-path=../../../../kubernetes_skew/cluster/kubectl.sh --minStartupPods=8
- --timeout=120m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master

resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
annotations:
testgrid-dashboards: sig-cli-master
testgrid-tab-name: skew-cluster-stable1-kubectl-latest-gce-serial
description: stable1 serial tests run against a stable1 gce cluster using a master kubectl binary

- interval: 12h
name: ci-kubernetes-e2e-gce-stable1-latest-gci-kubectl-skew
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -312,12 +363,20 @@ periodics:
- --test_args=--ginkgo.focus=Kubectl --ginkgo.skip=\[Serial\]|\[Deprecated\] --kubectl-path=../../../../kubernetes_skew/cluster/kubectl.sh --minStartupPods=8
- --timeout=120m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master

resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
annotations:
testgrid-dashboards: sig-release-job-config-errors, sig-cli-master
testgrid-tab-name: gce-stable1-latest-gci-kubectl-skew

- interval: 12h
name: ci-kubernetes-e2e-gce-stable1-latest-gci-kubectl-skew-serial
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -340,12 +399,20 @@ periodics:
- --test_args=--ginkgo.focus=Kubectl.*\[Serial\] --ginkgo.skip=\[Deprecated\] --kubectl-path=../../../../kubernetes_skew/cluster/kubectl.sh --minStartupPods=8
- --timeout=120m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master

resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
annotations:
testgrid-dashboards: sig-release-job-config-errors, sig-cli-master
testgrid-tab-name: gce-stable1-latest-gci-kubectl-skew-serial

- interval: 12h
name: ci-kubernetes-e2e-gce-stable1-stable2-gci-kubectl-skew
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -370,12 +437,20 @@ periodics:
- --test_args=--ginkgo.focus=Kubectl --ginkgo.skip=\[Serial\]|\[Deprecated\] --minStartupPods=8
- --timeout=120m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master

resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
annotations:
testgrid-dashboards: sig-release-job-config-errors, sig-cli-master
testgrid-tab-name: gce-1.13-1.12-gci-kubectl-skew

- interval: 12h
name: ci-kubernetes-e2e-gce-stable1-stable2-gci-kubectl-skew-serial
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -399,12 +474,20 @@ periodics:
- --test_args=--ginkgo.focus=Kubectl.*\[Serial\] --ginkgo.skip=\[Deprecated\] --minStartupPods=8
- --timeout=120m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master

resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
annotations:
testgrid-dashboards: sig-release-job-config-errors, sig-cli-master
testgrid-tab-name: gce-1.13-1.12-gci-kubectl-skew-serial

- interval: 12h
name: ci-kubernetes-e2e-gce-stable2-stable1-gci-kubectl-skew
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -428,12 +511,20 @@ periodics:
- --test_args=--ginkgo.focus=Kubectl --ginkgo.skip=\[Serial\]|\[Deprecated\] --kubectl-path=../../../../kubernetes_skew/cluster/kubectl.sh --minStartupPods=8
- --timeout=120m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master

resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
annotations:
testgrid-dashboards: sig-release-job-config-errors, sig-cli-master
testgrid-tab-name: gce-1.12-1.13-gci-kubectl-skew

- interval: 12h
name: ci-kubernetes-e2e-gce-stable2-stable1-gci-kubectl-skew-serial
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -456,7 +547,13 @@ periodics:
- --test_args=--ginkgo.focus=Kubectl.*\[Serial\] --ginkgo.skip=\[Deprecated\] --kubectl-path=../../../../kubernetes_skew/cluster/kubectl.sh --minStartupPods=8
- --timeout=120m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master

resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
annotations:
testgrid-dashboards: sig-release-job-config-errors, sig-cli-master
testgrid-tab-name: gce-1.12-1.13-gci-kubectl-skew-serial

0 comments on commit ddf2a8f

Please sign in to comment.