Skip to content

Commit

Permalink
Merge pull request #30793 from kannon92/crio-community-cluster
Browse files Browse the repository at this point in the history
crio jobs should use community cluster
  • Loading branch information
k8s-ci-robot authored Sep 25, 2023
2 parents d79e119 + 9ba477f commit f1a68e6
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions config/jobs/kubernetes/sig-node/crio.yaml
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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f1a68e6

Please sign in to comment.