-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30793 from kannon92/crio-community-cluster
crio jobs should use community cluster
- Loading branch information
Showing
1 changed file
with
71 additions
and
0 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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
periodics: | ||
- name: ci-crio-cgroupv1-node-e2e-conformance | ||
cluster: k8s-infra-prow-build | ||
interval: 1h | ||
labels: | ||
preset-service-account: "true" | ||
|
@@ -37,6 +38,13 @@ periodics: | |
env: | ||
- name: GOPATH | ||
value: /go | ||
resources: | ||
limits: | ||
cpu: 4 | ||
memory: 6Gi | ||
requests: | ||
cpu: 4 | ||
memory: 6Gi | ||
annotations: | ||
testgrid-dashboards: sig-node-cri-o, sig-release-master-informing, sig-node-release-blocking | ||
testgrid-tab-name: ci-crio-cgroupv1-node-e2e-conformance | ||
|
@@ -77,6 +85,7 @@ periodics: | |
# testgrid-alert-email: [email protected] | ||
# description: "OWNER: sig-node; runs NodeConformance and alpha e2e tests with crio master and cgroup v1" | ||
- name: ci-crio-cgroupv1-node-e2e-features | ||
cluster: k8s-infra-prow-build | ||
interval: 1h | ||
labels: | ||
preset-service-account: "true" | ||
|
@@ -114,12 +123,20 @@ periodics: | |
env: | ||
- name: GOPATH | ||
value: /go | ||
resources: | ||
limits: | ||
cpu: 4 | ||
memory: 6Gi | ||
requests: | ||
cpu: 4 | ||
memory: 6Gi | ||
annotations: | ||
testgrid-dashboards: sig-node-cri-o | ||
testgrid-tab-name: ci-crio-cgroupv1-node-e2e-features | ||
testgrid-alert-email: [email protected] | ||
description: "OWNER: sig-node; runs NodeFeatures e2e tests with crio master and cgroup v1" | ||
- name: ci-crio-cgroupv1-node-e2e-flaky | ||
cluster: k8s-infra-prow-build | ||
interval: 2h | ||
labels: | ||
preset-service-account: "true" | ||
|
@@ -157,6 +174,13 @@ periodics: | |
env: | ||
- name: GOPATH | ||
value: /go | ||
resources: | ||
limits: | ||
cpu: 4 | ||
memory: 6Gi | ||
requests: | ||
cpu: 4 | ||
memory: 6Gi | ||
annotations: | ||
testgrid-dashboards: sig-node-cri-o | ||
testgrid-tab-name: ci-crio-cgroupv1-node-e2e-flaky | ||
|
@@ -200,12 +224,20 @@ periodics: | |
env: | ||
- name: GOPATH | ||
value: /go | ||
resources: | ||
limits: | ||
cpu: 4 | ||
memory: 6Gi | ||
requests: | ||
cpu: 4 | ||
memory: 6Gi | ||
annotations: | ||
testgrid-dashboards: sig-node-cri-o | ||
testgrid-tab-name: ci-crio-cgroupv1-node-e2e-unlabelled | ||
testgrid-alert-email: [email protected] | ||
description: "Contains all uncategorized tests, these are tests which are not marked with a [Node] tag. All node tests should be marked with [NodeFeature] or [NodeSpecialFeature] or [NodeAlphaFeature] or [NodeConformance] classification. Also skipped are [Flaky], [Benchmark], [Legacy]." | ||
- name: ci-crio-cgroupv1-node-e2e-eviction | ||
cluster: k8s-infra-prow-build | ||
interval: 4h30m | ||
labels: | ||
preset-service-account: "true" | ||
|
@@ -243,12 +275,20 @@ periodics: | |
env: | ||
- name: GOPATH | ||
value: /go | ||
resources: | ||
limits: | ||
cpu: 4 | ||
memory: 6Gi | ||
requests: | ||
cpu: 4 | ||
memory: 6Gi | ||
annotations: | ||
testgrid-dashboards: sig-node-cri-o | ||
testgrid-tab-name: ci-crio-cgroupv1-node-e2e-eviction | ||
testgrid-alert-email: [email protected] | ||
description: "OWNER: sig-node; runs Eviction e2e tests with crio master and cgroup v1" | ||
- name: ci-crio-cgroupv2-node-e2e-conformance | ||
cluster: k8s-infra-prow-build | ||
interval: 1h | ||
labels: | ||
preset-service-account: "true" | ||
|
@@ -286,12 +326,20 @@ periodics: | |
env: | ||
- name: GOPATH | ||
value: /go | ||
resources: | ||
limits: | ||
cpu: 4 | ||
memory: 6Gi | ||
requests: | ||
cpu: 4 | ||
memory: 6Gi | ||
annotations: | ||
testgrid-dashboards: sig-node-cri-o, sig-node-release-blocking | ||
testgrid-tab-name: ci-crio-cgroupv2-node-e2e-conformance | ||
testgrid-alert-email: [email protected] | ||
description: "OWNER: sig-node; runs NodeConformance e2e tests with crio master and cgroup v2" | ||
- name: ci-crio-cgroupv1-node-e2e-resource-managers | ||
cluster: k8s-infra-prow-build | ||
interval: 4h | ||
labels: | ||
preset-service-account: "true" | ||
|
@@ -329,12 +377,20 @@ periodics: | |
env: | ||
- name: GOPATH | ||
value: /go | ||
resources: | ||
limits: | ||
cpu: 4 | ||
memory: 6Gi | ||
requests: | ||
cpu: 4 | ||
memory: 6Gi | ||
annotations: | ||
testgrid-dashboards: sig-node-cri-o | ||
testgrid-tab-name: ci-crio-cgroupv1-node-e2e-resource-managers | ||
testgrid-alert-email: [email protected] | ||
description: "Executes CPU, Memory and Topology manager e2e tests" | ||
- name: ci-crio-cgroupv1-node-e2e-hugepages | ||
cluster: k8s-infra-prow-build | ||
interval: 4h | ||
labels: | ||
preset-service-account: "true" | ||
|
@@ -372,12 +428,20 @@ periodics: | |
env: | ||
- name: GOPATH | ||
value: /go | ||
resources: | ||
limits: | ||
cpu: 4 | ||
memory: 6Gi | ||
requests: | ||
cpu: 4 | ||
memory: 6Gi | ||
annotations: | ||
testgrid-dashboards: sig-node-cri-o | ||
testgrid-tab-name: ci-crio-cgroupv1-node-e2e-hugepages | ||
testgrid-alert-email: [email protected] | ||
description: "Executes hugepages e2e tests" | ||
- name: ci-crio-cgroupv1-evented-pleg | ||
cluster: k8s-infra-prow-build | ||
interval: 3h | ||
labels: | ||
preset-service-account: "true" | ||
|
@@ -425,6 +489,13 @@ periodics: | |
value: /go | ||
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE | ||
value: "1" | ||
resources: | ||
limits: | ||
cpu: 4 | ||
memory: 6Gi | ||
requests: | ||
cpu: 4 | ||
memory: 6Gi | ||
annotations: | ||
testgrid-dashboards: sig-node-cri-o | ||
testgrid-tab-name: ci-crio-cgroupv1-evented-pleg | ||
|