k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/cloud-provider-openstack/provider-openstack-presubmits-release-v1.25-config.yaml (about) 1 presubmits: 2 kubernetes/cloud-provider-openstack: 3 - name: openstack-cloud-csi-cinder-sanity-test-release-125 4 cluster: eks-prow-build-cluster 5 always_run: false 6 run_if_changed: '^(pkg\/util\/|pkg\/csi\/cinder\/|cmd\/cinder-csi-plugin\/|tests\/sanity\/cinder\/|Dockerfile|tests\/playbooks)' 7 decorate: true 8 branches: 9 - ^release-1.25$ 10 path_alias: "k8s.io/cloud-provider-openstack" 11 spec: 12 containers: 13 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 14 command: 15 - make 16 args: 17 - test-cinder-csi-sanity 18 resources: 19 limits: 20 cpu: 2 21 memory: 4Gi 22 requests: 23 cpu: 2 24 memory: 4Gi 25 annotations: 26 testgrid-dashboards: provider-openstack-openstack-csi-cinder 27 testgrid-tab-name: presubmit-sanity-test-release-1.25 28 description: Run cloud-provider-openstack csi sanity tests for cinder-csi-plugin 29 30 - name: openstack-cloud-controller-manager-e2e-test-release-125 31 cluster: k8s-infra-prow-build 32 labels: 33 preset-service-account: "true" 34 preset-dind-enabled: "true" 35 preset-kind-volume-mounts: "true" 36 path_alias: "k8s.io/cloud-provider-openstack" 37 always_run: false 38 branches: 39 - ^release-1.25$ 40 run_if_changed: '^(pkg\/util\/|pkg\/openstack\/|cmd\/openstack-cloud-controller-manager\/|tests\/e2e\/cloudprovider\/|Dockerfile|tests\/playbooks)' 41 optional: false 42 decorate: true 43 decoration_config: 44 timeout: 3h 45 spec: 46 containers: 47 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 48 env: 49 - name: "BOSKOS_HOST" 50 value: "boskos.test-pods.svc.cluster.local" 51 command: 52 - "runner.sh" 53 - "./tests/ci-occm-e2e.sh" 54 securityContext: 55 privileged: true 56 resources: 57 limits: 58 cpu: 2 59 memory: 4Gi 60 requests: 61 cpu: 2 62 memory: 4Gi 63 annotations: 64 testgrid-dashboards: provider-openstack-openstack-cloud-controller-manager 65 testgrid-tab-name: presubmit-e2e-test-release-1.25 66 67 - name: openstack-cloud-csi-cinder-e2e-test-release-125 68 cluster: k8s-infra-prow-build 69 labels: 70 preset-service-account: "true" 71 preset-dind-enabled: "true" 72 preset-kind-volume-mounts: "true" 73 path_alias: "k8s.io/cloud-provider-openstack" 74 always_run: false 75 branches: 76 - ^release-1.25$ 77 run_if_changed: '^(pkg\/util\/|pkg\/csi\/cinder\/|cmd\/cinder-csi-plugin\/|tests\/e2e\/csi\/cinder\/|manifests\/cinder-csi-plugin\/|Dockerfile|tests\/playbooks)' 78 optional: false 79 decorate: true 80 decoration_config: 81 timeout: 3h 82 spec: 83 containers: 84 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 85 env: 86 - name: "BOSKOS_HOST" 87 value: "boskos.test-pods.svc.cluster.local" 88 command: 89 - "runner.sh" 90 - "./tests/ci-csi-cinder-e2e.sh" 91 securityContext: 92 privileged: true 93 resources: 94 limits: 95 cpu: 2 96 memory: 4Gi 97 requests: 98 cpu: 2 99 memory: 4Gi 100 annotations: 101 testgrid-dashboards: provider-openstack-openstack-csi-cinder 102 testgrid-tab-name: presubmit-e2e-test-release-1.25 103 104 - name: openstack-cloud-csi-manila-e2e-test-release-125 105 cluster: k8s-infra-prow-build 106 labels: 107 preset-service-account: "true" 108 preset-dind-enabled: "true" 109 preset-kind-volume-mounts: "true" 110 path_alias: "k8s.io/cloud-provider-openstack" 111 always_run: false 112 branches: 113 - ^release-1.25$ 114 run_if_changed: '^(pkg\/util\/|pkg\/csi\/manila\/|cmd\/manila-csi-plugin\/|tests\/e2e\/csi\/manila\/|Dockerfile|tests\/playbooks)' 115 optional: false 116 decorate: true 117 decoration_config: 118 timeout: 3h 119 spec: 120 containers: 121 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 122 env: 123 - name: "BOSKOS_HOST" 124 value: "boskos.test-pods.svc.cluster.local" 125 command: 126 - "runner.sh" 127 - "./tests/ci-csi-manila-e2e.sh" 128 securityContext: 129 privileged: true 130 resources: 131 limits: 132 cpu: 2 133 memory: 4Gi 134 requests: 135 cpu: 2 136 memory: 4Gi 137 annotations: 138 testgrid-dashboards: provider-openstack-manila-csi-plugin 139 testgrid-tab-name: presubmit-e2e-test-release-1.25 140 141 - name: openstack-cloud-csi-manila-sanity-test-release-125 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.25$ 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.25 166 description: Run cloud-provider-openstack csi sanity tests for manila-csi-plugin