k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes-sigs/cluster-api-provider-nested/cluster-api-provider-nested-periodics.yaml (about) 1 periodics: 2 - name: periodic-cluster-api-provider-nested-build 3 cluster: eks-prow-build-cluster 4 interval: 4h 5 decorate: true 6 extra_refs: 7 - org: kubernetes-sigs 8 repo: cluster-api-provider-nested 9 base_ref: main 10 path_alias: "sigs.k8s.io/cluster-api-provider-nested" 11 labels: 12 preset-service-account: "true" 13 preset-dind-enabled: "true" 14 preset-kind-volume-mounts: "true" 15 spec: 16 containers: 17 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 18 command: 19 - "runner.sh" 20 - "./scripts/ci-build.sh" 21 resources: 22 requests: 23 memory: "6Gi" 24 cpu: "2" 25 limits: 26 memory: "6Gi" 27 cpu: "2" 28 annotations: 29 testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-nested 30 testgrid-tab-name: periodic-cluster-api-provider-nested-build 31 - name: periodic-cluster-api-provider-nested-test 32 cluster: eks-prow-build-cluster 33 interval: 4h 34 decorate: true 35 extra_refs: 36 - org: kubernetes-sigs 37 repo: cluster-api-provider-nested 38 base_ref: main 39 path_alias: "sigs.k8s.io/cluster-api-provider-nested" 40 labels: 41 preset-service-account: "true" 42 preset-dind-enabled: "true" 43 preset-kind-volume-mounts: "true" 44 spec: 45 containers: 46 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 47 command: 48 - "runner.sh" 49 - "./scripts/ci-test.sh" 50 resources: 51 requests: 52 memory: "6Gi" 53 cpu: "2" 54 limits: 55 memory: "6Gi" 56 cpu: "2" 57 annotations: 58 testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-nested 59 testgrid-tab-name: periodic-cluster-api-provider-nested-test