k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes-sigs/karpenter/karpenter-presubmit-main.yaml (about) 1 presubmits: 2 kubernetes-sigs/karpenter: 3 - name: pull-karpenter-test-1-26 4 cluster: eks-prow-build-cluster 5 always_run: false 6 optional: true # TODO set back to false when stabilized 7 decorate: true 8 path_alias: "sigs.k8s.io/karpenter" 9 branches: 10 - ^main$ 11 spec: 12 containers: 13 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240405-68dde9badf-1.26 14 command: 15 - runner.sh 16 args: 17 - make 18 - toolchain 19 securityContext: 20 privileged: true 21 resources: 22 limits: 23 cpu: 6 24 memory: 16Gi 25 requests: 26 cpu: 6 27 memory: 16Gi 28 annotations: 29 testgrid-dashboards: sig-autoscaling-karpenter 30 testgrid-tab-name: karpenter-pr-test-1-26-main 31 - name: pull-karpenter-test-1-27 32 cluster: eks-prow-build-cluster 33 always_run: false 34 optional: true # TODO set back to false when stabilized 35 decorate: true 36 path_alias: "sigs.k8s.io/karpenter" 37 branches: 38 - ^main$ 39 spec: 40 containers: 41 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.27 42 command: 43 - runner.sh 44 args: 45 - make 46 - toolchain 47 securityContext: 48 privileged: true 49 resources: 50 limits: 51 cpu: 6 52 memory: 16Gi 53 requests: 54 cpu: 6 55 memory: 16Gi 56 annotations: 57 testgrid-dashboards: sig-autoscaling-karpenter 58 testgrid-tab-name: karpenter-pr-test-1-27-main 59 - name: pull-karpenter-test-1-28 60 cluster: eks-prow-build-cluster 61 always_run: false 62 optional: true # TODO set back to false when stabilized 63 decorate: true 64 path_alias: "sigs.k8s.io/karpenter" 65 branches: 66 - ^main$ 67 spec: 68 containers: 69 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.28 70 command: 71 - runner.sh 72 args: 73 - make 74 - toolchain 75 securityContext: 76 privileged: true 77 resources: 78 limits: 79 cpu: 6 80 memory: 16Gi 81 requests: 82 cpu: 6 83 memory: 16Gi 84 annotations: 85 testgrid-dashboards: sig-autoscaling-karpenter 86 testgrid-tab-name: karpenter-pr-test-1-28-main 87 - name: pull-karpenter-test-1-29 88 cluster: eks-prow-build-cluster 89 always_run: false 90 optional: true # TODO set back to false when stabilized 91 decorate: true 92 path_alias: "sigs.k8s.io/karpenter" 93 branches: 94 - ^main$ 95 spec: 96 containers: 97 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.29 98 command: 99 - runner.sh 100 args: 101 - make 102 - toolchain 103 securityContext: 104 privileged: true 105 resources: 106 limits: 107 cpu: 6 108 memory: 16Gi 109 requests: 110 cpu: 6 111 memory: 16Gi 112 annotations: 113 testgrid-dashboards: sig-autoscaling-karpenter 114 testgrid-tab-name: karpenter-pr-test-1-29-main