diff --git a/prow/cluster/jobs/istio-private/istio/istio-private.istio.master.gen.yaml b/prow/cluster/jobs/istio-private/istio/istio-private.istio.master.gen.yaml index 4a69d6c3ec0..dc97fd0f89f 100644 --- a/prow/cluster/jobs/istio-private/istio/istio-private.istio.master.gen.yaml +++ b/prow/cluster/jobs/istio-private/istio/istio-private.istio.master.gen.yaml @@ -1126,7 +1126,6 @@ postsubmits: preset-use-go-control-plane-api-private: "true" name: integ-cni-k8s-tests_istio_postsubmit_priv path_alias: istio.io/istio - skip_report: true spec: containers: - command: @@ -1391,6 +1390,75 @@ presubmits: name: cgroup - emptyDir: {} name: docker-root + - always_run: true + annotations: + testgrid-create-test-group: "false" + branches: + - ^master$ + clone_uri: git@github.com:istio-private/istio.git + cluster: private + decorate: true + labels: + preset-enable-ssh: "true" + preset-override-deps: master-istio + preset-override-envoy: "true" + preset-use-go-control-plane-api-private: "true" + name: integ-cni-k8s-tests_istio_priv + path_alias: istio.io/istio + skip_report: true + spec: + containers: + - command: + - entrypoint + - prow/integ-suite-kind.sh + - test.integration.pilot.kube.presubmit + env: + - name: TEST_SELECT + value: -postsubmit,-flaky,-multicluster + - name: INTEGRATION_TEST_FLAGS + value: ' --istio.test.istio.operatorOptions=components.cni.enabled=true,components.cni.namespace=kube-system ' + image: gcr.io/istio-testing/build-tools:master-2021-04-12T17-40-14 + name: "" + resources: + limits: + memory: 24Gi + requests: + cpu: "5" + memory: 3Gi + securityContext: + privileged: true + volumeMounts: + - mountPath: /home/prow/go/pkg + name: build-cache + subPath: gomod + - mountPath: /lib/modules + name: modules + readOnly: true + - mountPath: /sys/fs/cgroup + name: cgroup + readOnly: true + - mountPath: /var/lib/docker + name: docker-root + - mountPath: /gocache + name: build-cache + subPath: gocache + nodeSelector: + testing: test-pool + volumes: + - hostPath: + path: /tmp/prow/cache + type: DirectoryOrCreate + name: build-cache + - hostPath: + path: /lib/modules + type: Directory + name: modules + - hostPath: + path: /sys/fs/cgroup + type: Directory + name: cgroup + - emptyDir: {} + name: docker-root - always_run: true annotations: testgrid-create-test-group: "false" diff --git a/prow/cluster/jobs/istio/istio/istio.istio.master.gen.yaml b/prow/cluster/jobs/istio/istio/istio.istio.master.gen.yaml index 31d7db0ec66..82ae9708421 100644 --- a/prow/cluster/jobs/istio/istio/istio.istio.master.gen.yaml +++ b/prow/cluster/jobs/istio/istio/istio.istio.master.gen.yaml @@ -1076,7 +1076,6 @@ postsubmits: timeout: 4h0m0s name: integ-cni-k8s-tests_istio_postsubmit path_alias: istio.io/istio - skip_report: true spec: containers: - command: @@ -1314,6 +1313,68 @@ presubmits: name: cgroup - emptyDir: {} name: docker-root + - always_run: true + annotations: + testgrid-dashboards: istio_istio + branches: + - ^master$ + decorate: true + name: integ-cni-k8s-tests_istio + path_alias: istio.io/istio + skip_report: true + spec: + containers: + - command: + - entrypoint + - prow/integ-suite-kind.sh + - test.integration.pilot.kube.presubmit + env: + - name: TEST_SELECT + value: -postsubmit,-flaky,-multicluster + - name: INTEGRATION_TEST_FLAGS + value: ' --istio.test.istio.operatorOptions=components.cni.enabled=true,components.cni.namespace=kube-system ' + image: gcr.io/istio-testing/build-tools:master-2021-04-12T17-40-14 + name: "" + resources: + limits: + memory: 24Gi + requests: + cpu: "5" + memory: 3Gi + securityContext: + privileged: true + volumeMounts: + - mountPath: /home/prow/go/pkg + name: build-cache + subPath: gomod + - mountPath: /lib/modules + name: modules + readOnly: true + - mountPath: /sys/fs/cgroup + name: cgroup + readOnly: true + - mountPath: /var/lib/docker + name: docker-root + - mountPath: /gocache + name: build-cache + subPath: gocache + nodeSelector: + testing: test-pool + volumes: + - hostPath: + path: /tmp/prow/cache + type: DirectoryOrCreate + name: build-cache + - hostPath: + path: /lib/modules + type: Directory + name: modules + - hostPath: + path: /sys/fs/cgroup + type: Directory + name: cgroup + - emptyDir: {} + name: docker-root - always_run: true annotations: testgrid-dashboards: istio_istio diff --git a/prow/config/jobs/istio.yaml b/prow/config/jobs/istio.yaml index 3af66b48cb5..8e310c519ba 100644 --- a/prow/config/jobs/istio.yaml +++ b/prow/config/jobs/istio.yaml @@ -36,6 +36,18 @@ jobs: - name: TEST_SELECT value: "-postsubmit,-flaky,-multicluster" + - name: integ-cni-k8s-tests + types: [presubmit] + command: [entrypoint, prow/integ-suite-kind.sh, test.integration.pilot.kube.presubmit] + requirements: [kind] + # Hidden until stability is measure + modifiers: [hidden] + env: + - name: TEST_SELECT + value: "-postsubmit,-flaky,-multicluster" + - name: INTEGRATION_TEST_FLAGS + value: " --istio.test.istio.operatorOptions=components.cni.enabled=true,components.cni.namespace=kube-system " + - name: integ-security-k8s-tests types: [presubmit] command: [entrypoint, prow/integ-suite-kind.sh, test.integration.security.kube.presubmit] @@ -253,8 +265,6 @@ jobs: - prow/integ-suite-kind.sh - test.integration.kube.presubmit requirements: [kind] - # Hidden until stability is measure - modifiers: [hidden] timeout: 4h env: - name: INTEGRATION_TEST_FLAGS