k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/cloud-provider-openstack/provider-openstack-presubmits-release-v1.28-config.yaml (about) 1 presubmits: 2 kubernetes/cloud-provider-openstack: 3 - name: openstack-cloud-controller-manager-e2e-test-release-128 4 cluster: k8s-infra-prow-build 5 labels: 6 preset-service-account: "true" 7 preset-dind-enabled: "true" 8 preset-kind-volume-mounts: "true" 9 path_alias: "k8s.io/cloud-provider-openstack" 10 always_run: false 11 branches: 12 - ^release-1.28$ 13 run_if_changed: '^(pkg\/util\/|pkg\/openstack\/|cmd\/openstack-cloud-controller-manager\/|tests\/e2e\/cloudprovider\/|Dockerfile|tests\/playbooks)' 14 optional: false 15 decorate: true 16 decoration_config: 17 timeout: 3h 18 spec: 19 containers: 20 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 21 env: 22 - name: "BOSKOS_HOST" 23 value: "boskos.test-pods.svc.cluster.local" 24 command: 25 - "runner.sh" 26 - "./tests/ci-occm-e2e.sh" 27 securityContext: 28 privileged: true 29 resources: 30 limits: 31 cpu: 2 32 memory: 4Gi 33 requests: 34 cpu: 2 35 memory: 4Gi 36 annotations: 37 testgrid-dashboards: provider-openstack-openstack-cloud-controller-manager 38 testgrid-tab-name: presubmit-e2e-test-release-1.28 39 40 - name: openstack-cloud-csi-cinder-e2e-test-release-128 41 cluster: k8s-infra-prow-build 42 labels: 43 preset-service-account: "true" 44 preset-dind-enabled: "true" 45 preset-kind-volume-mounts: "true" 46 path_alias: "k8s.io/cloud-provider-openstack" 47 always_run: false 48 branches: 49 - ^release-1.28$ 50 run_if_changed: '^(pkg\/util\/|pkg\/csi\/cinder\/|cmd\/cinder-csi-plugin\/|tests\/e2e\/csi\/cinder\/|manifests\/cinder-csi-plugin\/|Dockerfile|tests\/playbooks)' 51 optional: false 52 decorate: true 53 decoration_config: 54 timeout: 3h 55 spec: 56 containers: 57 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 58 env: 59 - name: "BOSKOS_HOST" 60 value: "boskos.test-pods.svc.cluster.local" 61 command: 62 - "runner.sh" 63 - "./tests/ci-csi-cinder-e2e.sh" 64 securityContext: 65 privileged: true 66 resources: 67 limits: 68 cpu: 2 69 memory: 4Gi 70 requests: 71 cpu: 2 72 memory: 4Gi 73 annotations: 74 testgrid-dashboards: provider-openstack-openstack-csi-cinder 75 testgrid-tab-name: presubmit-e2e-test-release-1.28 76 77 - name: openstack-cloud-csi-manila-e2e-test-release-128 78 cluster: k8s-infra-prow-build 79 labels: 80 preset-service-account: "true" 81 preset-dind-enabled: "true" 82 preset-kind-volume-mounts: "true" 83 path_alias: "k8s.io/cloud-provider-openstack" 84 always_run: false 85 branches: 86 - ^release-1.28$ 87 run_if_changed: '^(pkg\/util\/|pkg\/csi\/manila\/|cmd\/manila-csi-plugin\/|tests\/e2e\/csi\/manila\/|Dockerfile|tests\/playbooks)' 88 optional: false 89 decorate: true 90 decoration_config: 91 timeout: 3h 92 spec: 93 containers: 94 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 95 env: 96 - name: "BOSKOS_HOST" 97 value: "boskos.test-pods.svc.cluster.local" 98 command: 99 - "runner.sh" 100 - "./tests/ci-csi-manila-e2e.sh" 101 securityContext: 102 privileged: true 103 resources: 104 limits: 105 cpu: 2 106 memory: 4Gi 107 requests: 108 cpu: 2 109 memory: 4Gi 110 annotations: 111 testgrid-dashboards: provider-openstack-manila-csi-plugin 112 testgrid-tab-name: presubmit-e2e-test-release-1.28 113 114 - name: openstack-cloud-csi-cinder-sanity-test-release-128 115 cluster: eks-prow-build-cluster 116 always_run: false 117 run_if_changed: '^(pkg\/util\/|pkg\/csi\/cinder\/|cmd\/cinder-csi-plugin\/|tests\/sanity\/cinder\/|Dockerfile|tests\/playbooks)' 118 decorate: true 119 branches: 120 - ^release-1.28$ 121 path_alias: "k8s.io/cloud-provider-openstack" 122 spec: 123 containers: 124 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 125 command: 126 - make 127 args: 128 - test-cinder-csi-sanity 129 resources: 130 limits: 131 cpu: 2 132 memory: 4Gi 133 requests: 134 cpu: 2 135 memory: 4Gi 136 annotations: 137 testgrid-dashboards: provider-openstack-openstack-csi-cinder 138 testgrid-tab-name: presubmit-sanity-test-release-128 139 description: Run cloud-provider-openstack csi sanity tests for cinder-csi-plugin 140 141 - name: openstack-cloud-csi-manila-sanity-test-release-128 142 cluster: eks-prow-build-cluster 143 always_run: false 144 run_if_changed: '^(pkg\/util\/|pkg\/csi\/manila\/|cmd\/manila-csi-plugin\/|tests\/sanity\/manila\/|Dockerfile|tests\/playbooks)' 145 decorate: true 146 branches: 147 - ^release-1.28$ 148 path_alias: "k8s.io/cloud-provider-openstack" 149 spec: 150 containers: 151 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 152 command: 153 - make 154 args: 155 - test-manila-csi-sanity 156 resources: 157 limits: 158 cpu: 2 159 memory: 4Gi 160 requests: 161 cpu: 2 162 memory: 4Gi 163 annotations: 164 testgrid-dashboards: provider-openstack-manila-csi-plugin 165 testgrid-tab-name: presubmit-sanity-test-release-1.28 166 description: Run cloud-provider-openstack csi sanity tests for manila-csi-plugin 167 168 - name: openstack-cloud-keystone-authentication-authorization-test-release-128 169 cluster: k8s-infra-prow-build 170 labels: 171 preset-service-account: "true" 172 preset-dind-enabled: "true" 173 preset-kind-volume-mounts: "true" 174 path_alias: "k8s.io/cloud-provider-openstack" 175 always_run: false 176 branches: 177 - ^release-1.28$ 178 run_if_changed: '^(pkg\/util\/|pkg\/identity\/|cmd\/k8s-keystone-auth\/|tests\/e2e\/k8s-keystone-auth\/|Dockerfile|tests\/playbooks)' 179 optional: false 180 decorate: true 181 decoration_config: 182 timeout: 3h 183 spec: 184 containers: 185 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 186 env: 187 - name: "BOSKOS_HOST" 188 value: "boskos.test-pods.svc.cluster.local" 189 command: 190 - "runner.sh" 191 - "./tests/ci-keystone-e2e.sh" 192 securityContext: 193 privileged: true 194 resources: 195 limits: 196 cpu: 2 197 memory: 4Gi 198 requests: 199 cpu: 2 200 memory: 4Gi 201 annotations: 202 testgrid-dashboards: provider-openstack-keystone-authentication-authorization 203 testgrid-tab-name: presubmit-e2e-test-release-1.28