Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add periodic CAPI e2e job #20463

Merged
merged 2 commits into from
Jan 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:v20210113-cc576af-1.19
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:
Expand All @@ -57,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"
Expand Down Expand Up @@ -95,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"
Expand Down Expand Up @@ -133,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"
Expand Down Expand Up @@ -182,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"
Expand Down Expand Up @@ -238,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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down