Skip to content

Commit

Permalink
Merge pull request #16665 from aramase/add-dualstack-1.18
Browse files Browse the repository at this point in the history
add dualstack test job for release-1.18
  • Loading branch information
k8s-ci-robot authored Mar 7, 2020
2 parents 0770780 + 068bcc5 commit 3f978f0
Showing 1 changed file with 57 additions and 3 deletions.
60 changes: 57 additions & 3 deletions config/jobs/kubernetes/sig-network/dualstack-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ periodics:
- interval: 6h
name: ci-dualstack-azure-e2e-1-16
decorate: true
decoration_config:
timeout: 5h
labels:
preset-service-account: "true"
preset-azure-cred: "true"
Expand Down Expand Up @@ -41,7 +43,6 @@ periodics:
# Specific test args
- --test_args=--ginkgo.focus=\[Feature:IPv6DualStackAlphaFeature\]
- --ginkgo-parallel=1
- --timeout=450m
securityContext:
privileged: true
annotations:
Expand All @@ -52,6 +53,8 @@ periodics:
- interval: 6h
name: ci-dualstack-azure-e2e-1-17
decorate: true
decoration_config:
timeout: 5h
labels:
preset-service-account: "true"
preset-azure-cred: "true"
Expand Down Expand Up @@ -91,17 +94,69 @@ periodics:
# Specific test args
- --test_args=--ginkgo.focus=\[Feature:IPv6DualStackAlphaFeature\]
- --ginkgo-parallel=1
- --timeout=450m
securityContext:
privileged: true
annotations:
testgrid-dashboards: sig-network-dualstack-azure-e2e, provider-azure-dualstack, provider-azure-periodic
testgrid-tab-name: dualstack-azure-e2e-1-17
testgrid-alert-email: kubernetes-provider-azure@googlegroups.com
description: "Dual-stack e2e tests on a 1.17 Kubernetes cluster provided by aks-engine (https://github.com/Azure/aks-engine) on Azure cloud"
- interval: 6h
name: ci-dualstack-azure-e2e-1-18
decorate: true
decoration_config:
timeout: 5h
labels:
preset-service-account: "true"
preset-azure-cred: "true"
preset-dind-enabled: "true"
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: release-1.18
path_alias: k8s.io/kubernetes
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20200306-a7ca868-1.18
command:
- runner.sh
- kubetest
args:
# Generic e2e test args
- --test
- --up
- --down
- --build=quick
- --dump=$(ARTIFACTS)
# Azure-specific test args
- --provider=skeleton
- --deployment=aksengine
- --aksengine-agentpoolcount=2
- --aksengine-admin-username=azureuser
- --aksengine-creds=$(AZURE_CREDENTIALS)
- --aksengine-orchestratorRelease=1.17
- --aksengine-mastervmsize=Standard_DS2_v2
- --aksengine-agentvmsize=Standard_D4s_v3
- --aksengine-deploy-custom-k8s
- --aksengine-location=westus2
- --aksengine-public-key=$(AZURE_SSH_PUBLIC_KEY_FILE)
- --aksengine-template-url=https://gist.githubusercontent.com/aramase/21c3bdb44509c0f70f71389903d49c67/raw/1a9957626edc2b5c7913c741b9487fde123d0570/dualstack-prow.json
- --aksengine-download-url=https://aka.ms/aks-engine/aks-engine-k8s-e2e.tar.gz
# Specific test args
- --test_args=--ginkgo.focus=\[Feature:IPv6DualStackAlphaFeature\]
- --ginkgo-parallel=1
securityContext:
privileged: true
annotations:
testgrid-dashboards: sig-network-dualstack-azure-e2e, provider-azure-dualstack, provider-azure-periodic
testgrid-tab-name: dualstack-azure-e2e-1-18
testgrid-alert-email: kubernetes-provider-azure@googlegroups.com
description: "Dual-stack e2e tests on a 1.18 Kubernetes cluster provided by aks-engine (https://github.com/Azure/aks-engine) on Azure cloud"
- interval: 6h
name: ci-dualstack-azure-e2e-master
decorate: true
decoration_config:
timeout: 5h
labels:
preset-service-account: "true"
preset-azure-cred: "true"
Expand Down Expand Up @@ -141,7 +196,6 @@ periodics:
# Specific test args
- --test_args=--ginkgo.focus=\[Feature:IPv6DualStackAlphaFeature\]
- --ginkgo-parallel=1
- --timeout=450m
securityContext:
privileged: true
annotations:
Expand Down

0 comments on commit 3f978f0

Please sign in to comment.