From 82251c353eab31c107a042ae33c40fb7e74e434f Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Mon, 22 Nov 2021 10:51:47 +0100 Subject: [PATCH] capdo: add experimental job to use boskos to be able to push temporary container images Signed-off-by: Carlos Panato --- ...-api-provider-digitalocean-presubmits.yaml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/config/jobs/kubernetes-sigs/cluster-api-provider-digitalocean/cluster-api-provider-digitalocean-presubmits.yaml b/config/jobs/kubernetes-sigs/cluster-api-provider-digitalocean/cluster-api-provider-digitalocean-presubmits.yaml index e3b8256ed2d9..5409482ad8f8 100644 --- a/config/jobs/kubernetes-sigs/cluster-api-provider-digitalocean/cluster-api-provider-digitalocean-presubmits.yaml +++ b/config/jobs/kubernetes-sigs/cluster-api-provider-digitalocean/cluster-api-provider-digitalocean-presubmits.yaml @@ -154,3 +154,37 @@ presubmits: annotations: testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean testgrid-tab-name: capdo-pr-conformance + - name: pull-cluster-api-provider-digitalocean-capi-e2e-experimental + always_run: false + optional: true + decorate: true + path_alias: "sigs.k8s.io/cluster-api-provider-digitalocean" + decoration_config: + timeout: 5h + max_concurrency: 1 + labels: + preset-dind-enabled: "true" + preset-kind-volume-mounts: "true" + preset-do-credential: "true" + branches: + - ^main$ + spec: + containers: + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20211111-d096cb0c5f-master + command: + - "runner.sh" + - "./scripts/ci-e2e-experimental.sh" + env: + - name: "BOSKOS_HOST" + value: "boskos.test-pods.svc.cluster.local" + - name: GINKGO_FOCUS + value: "Cluster API E2E tests" + securityContext: + privileged: true + resources: + requests: + cpu: 1 + memory: "4Gi" + annotations: + testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean + testgrid-tab-name: capdo-pr-capi-e2e-experimental