From 6ecc1463df6b0ce7995794379c07dbcc3bd95f61 Mon Sep 17 00:00:00 2001 From: Sedef Date: Wed, 13 Jan 2021 04:12:46 -0500 Subject: [PATCH 1/2] Add CAPI e2e as periodic job --- .../cluster-api-provider-aws-periodics.yaml | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-periodics.yaml b/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-periodics.yaml index d46a91c42ad1..16685bee0e28 100644 --- a/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-periodics.yaml +++ b/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-periodics.yaml @@ -39,6 +39,48 @@ periodics: testgrid-tab-name: periodic-e2e-v1alpha3 testgrid-alert-email: kubernetes-sig-cluster-lifecycle-cluster-api-alerts@googlegroups.com testgrid-num-failures-to-alert: "2" +- name: periodic-cluster-api-provider-aws-capi-e2e-v1alpha3 + decorate: true + decoration_config: + timeout: 5h + interval: 24h + labels: + preset-dind-enabled: "true" + preset-kind-volume-mounts: "true" + preset-service-account: "true" + preset-aws-ssh: "true" + preset-aws-credential: "true" + extra_refs: + - org: kubernetes-sigs + repo: cluster-api-provider-aws + base_ref: master + path_alias: "sigs.k8s.io/cluster-api-provider-aws" + spec: + containers: + - image: gcr.io/k8s-testimages/kubekins-e2e:v20201203-4778e22-1.18 + command: + - "runner.sh" + - "./scripts/ci-e2e.sh" + env: + - name: BOSKOS_HOST + value: "boskos.test-pods.svc.cluster.local" + - name: AWS_REGION + value: "us-west-2" + - name: E2E_UNMANAGED_FOCUS + value: "Cluster API E2E tests" + - name: NEW_E2E_FLOW + value: "1" + securityContext: + privileged: true + resources: + requests: + cpu: 1 + memory: "4Gi" + annotations: + testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-aws + testgrid-tab-name: periodic-capi-e2e-v1alpha3 + testgrid-alert-email: kubernetes-sig-cluster-lifecycle-cluster-api-alerts@googlegroups.com + testgrid-num-failures-to-alert: "2" - name: periodic-cluster-api-provider-aws-e2e-v1alpha2 decorate: true decoration_config: From 2dc9911515210671452c0bbdc8dc4ab9469a3068 Mon Sep 17 00:00:00 2001 From: Sedef Date: Wed, 13 Jan 2021 04:18:23 -0500 Subject: [PATCH 2/2] update kubekins --- .../cluster-api-provider-aws-periodics.yaml | 14 +++++++------- .../cluster-api-provider-aws-postsubmits.yaml | 4 ++-- .../cluster-api-provider-aws-presubmits.yaml | 14 +++++++------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-periodics.yaml b/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-periodics.yaml index 16685bee0e28..cb50d9903acd 100644 --- a/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-periodics.yaml +++ b/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-periodics.yaml @@ -17,7 +17,7 @@ periodics: path_alias: "sigs.k8s.io/cluster-api-provider-aws" spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 command: - "runner.sh" - "./scripts/ci-e2e.sh" @@ -57,7 +57,7 @@ periodics: path_alias: "sigs.k8s.io/cluster-api-provider-aws" spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20201203-4778e22-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 command: - "runner.sh" - "./scripts/ci-e2e.sh" @@ -99,7 +99,7 @@ periodics: path_alias: "sigs.k8s.io/cluster-api-provider-aws" spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 command: - "runner.sh" - "./scripts/ci-e2e.sh" @@ -137,7 +137,7 @@ periodics: path_alias: "sigs.k8s.io/cluster-api-provider-aws" spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 command: - "runner.sh" - "./scripts/ci-conformance.sh" @@ -175,7 +175,7 @@ periodics: path_alias: "sigs.k8s.io/cluster-api-provider-aws" spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 command: - "runner.sh" - "./scripts/ci-e2e-conformance.sh" @@ -224,7 +224,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 env: - name: CAPI_BRANCH value: "stable" @@ -280,7 +280,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 env: - name: BOSKOS_HOST value: "boskos.test-pods.svc.cluster.local" diff --git a/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-postsubmits.yaml b/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-postsubmits.yaml index 957e6506a7a4..8a83cf1656b5 100644 --- a/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-postsubmits.yaml +++ b/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-postsubmits.yaml @@ -14,7 +14,7 @@ postsubmits: preset-aws-credential: "true" spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 command: - "runner.sh" - "./scripts/ci-e2e.sh" @@ -50,7 +50,7 @@ postsubmits: preset-aws-credential: "true" spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 command: - "runner.sh" - "./scripts/ci-conformance.sh" diff --git a/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-presubmits.yaml b/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-presubmits.yaml index 7ec612668546..8618952c7de2 100644 --- a/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-presubmits.yaml +++ b/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-presubmits.yaml @@ -7,7 +7,7 @@ presubmits: path_alias: "sigs.k8s.io/cluster-api-provider-aws" spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 command: - "./scripts/ci-test.sh" annotations: @@ -20,7 +20,7 @@ presubmits: path_alias: "sigs.k8s.io/cluster-api-provider-aws" spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 command: - "./scripts/ci-build.sh" annotations: @@ -33,7 +33,7 @@ presubmits: path_alias: "sigs.k8s.io/cluster-api-provider-aws" spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 command: - "make" - "verify" @@ -68,7 +68,7 @@ presubmits: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 command: - "runner.sh" - "./scripts/ci-conformance.sh" @@ -108,7 +108,7 @@ presubmits: preset-aws-credential: "true" spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 command: - "runner.sh" - "./scripts/ci-conformance.sh" @@ -145,7 +145,7 @@ presubmits: preset-aws-credential: "true" spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 command: - "runner.sh" - "./scripts/ci-e2e.sh" @@ -182,7 +182,7 @@ presubmits: preset-aws-credential: "true" spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.18 + - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-1.19 command: - "runner.sh" - "./scripts/ci-e2e-eks.sh"