Skip to content

Commit

Permalink
GCE/Windows: Add a serial tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
yujuhong committed Mar 8, 2019
1 parent e2e6d5b commit ae5fb1a
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 2 deletions.
40 changes: 40 additions & 0 deletions config/jobs/kubernetes/sig-gcp/sig-gcp-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,43 @@ periodics:
- name: KUBERNETES_NODE_PLATFORM
value: "windows"
image: gcr.io/k8s-testimages/kubekins-e2e:v20190301-76bc03340-master

- name: ci-kubernetes-e2e-windows-gce-serial
decorate: true
extra_refs:
- org: yujuhong
repo: gce-k8s-windows-testing
base_ref: master
path_alias: k8s.io/gce-k8s-windows-testing
interval: 2h
labels:
preset-k8s-ssh: "true"
preset-service-account: "true"
spec:
containers:
- command:
- runner.sh
- /workspace/scenarios/kubernetes_e2e.py
args:
- --check-leaked-resources
- --cluster=
- --extract=ci-cross/latest
- --gcp-zone=us-west1-b
- --ginkgo-parallel=1
- --provider=gce
- --gcp-nodes=2
- --test=false
- --test-cmd=$GOPATH/src/k8s.io/gce-k8s-windows-testing/run-e2e.sh
- --test-cmd-args=--ginkgo.focus=\[Serial\]|\[Feature:Windows\] --ginkgo.skip=\[Flaky\]|\[LinuxOnly\] --minStartupPods=8
- --test-cmd-args=--node-os-distro=windows
- --timeout=120m
env:
- name: KUBE_GCE_ENABLE_IP_ALIASES
value: "true"
- name: NUM_WINDOWS_NODES
value: "3"
- name: NUM_NODES
value: "2"
- name: KUBERNETES_NODE_PLATFORM
value: "windows"
image: gcr.io/k8s-testimages/kubekins-e2e:v20190301-76bc03340-master
9 changes: 7 additions & 2 deletions testgrid/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3338,6 +3338,9 @@ test_groups:
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-e2e-windows-gce-alpha-features
- name: ci-kubernetes-e2e-windows-gce-poc
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-e2e-windows-gce-poc
- name: ci-kubernetes-e2e-windows-gce-serial
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-e2e-windows-gce-serial

- name: ci-kubernetes-e2e-windows-gce-k8sbeta
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-e2e-windows-gce-k8sbeta

Expand Down Expand Up @@ -4660,10 +4663,12 @@ dashboards:
test_group_name: ci-kubernetes-e2e-windows-gce-poc
- name: windows-gce
test_group_name: ci-kubernetes-e2e-windows-gce
- name: windows-gce-1.14
test_group_name: ci-kubernetes-e2e-windows-gce-k8sbeta
- name: windows-gce-serial
test_group_name: ci-kubernetes-e2e-windows-gce-serial
- name: windows-gce-alpha-features
test_group_name: ci-kubernetes-e2e-windows-gce-alpha-features
- name: windows-gce-1.14
test_group_name: ci-kubernetes-e2e-windows-gce-k8sbeta

- name: sig-release-master-upgrade
dashboard_tab:
Expand Down

0 comments on commit ae5fb1a

Please sign in to comment.