k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/sig-scheduling/sig-scheduling-config.yaml (about) 1 periodics: 2 - interval: 6h 3 name: ci-kubernetes-kind-scheduling-multizone-serial 4 cluster: k8s-infra-prow-build 5 decorate: true 6 decoration_config: 7 timeout: 200m # allow plenty of time for a serial conformance run 8 labels: 9 preset-service-account: "true" 10 preset-dind-enabled: "true" 11 preset-kind-volume-mounts: "true" 12 extra_refs: 13 - org: kubernetes 14 repo: kubernetes 15 base_ref: master 16 path_alias: k8s.io/kubernetes 17 - org: kubernetes 18 repo: test-infra 19 base_ref: master 20 path_alias: "k8s.io/test-infra" 21 spec: 22 containers: 23 - image: gcr.io/k8s-staging-test-infra/krte:v20240515-17c6d50e24-master 24 command: 25 - wrapper.sh 26 - bash 27 - -c 28 - curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && $GOPATH/src/k8s.io/test-infra/experiment/kind-multizone-e2e.sh 29 env: 30 - name: PARALLEL 31 value: "false" 32 - name: FOCUS 33 value: \[Conformance\]|Multi-AZ 34 # we need privileged mode in order to do docker in docker 35 securityContext: 36 privileged: true 37 resources: 38 limits: 39 cpu: 4 40 memory: 9Gi 41 requests: 42 cpu: 4 43 memory: 9Gi 44 annotations: 45 testgrid-dashboards: sig-scheduling 46 testgrid-tab-name: sig-scheduling-kind, multizone 47 description: Runs tests against a Multizone Kubernetes in Docker cluster 48 testgrid-alert-email: antonio.ojea.garcia@gmail.com, acondor@google.com