Azure / container-upstream

This project captures work in progress, and completed work for the Azure Core Container Upstream team
MIT License
53 stars 26 forks source link

[k8s] Create e2e test infra for k/k prow jobs #18

Closed ritazh closed 5 years ago

ritazh commented 5 years ago

As a developer for Kubernetes/Kubernetes, I want to run e2e tests against a Kubernetes cluster built with my changes on Azure to make sure my PR did not break anything.

ritazh commented 5 years ago

Prow job for Linux: https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/sig-azure/sig-azure-config.yaml

presubmits:
  kubernetes/kubernetes:
  - name: pull-kubernetes-e2e-aks-engine-azure

To trigger this job, run /test pull-kubernetes-e2e-aks-engine-azure on a PR.

ritazh commented 5 years ago

Prow jobs for Windows: https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes-sigs/sig-windows/sig-windows-config.yaml

periodics:
- interval: 6h
  name: ci-kubernetes-e2e-aks-engine-azure-master-windows

and

- interval: 6h
  name: ci-kubernetes-e2e-aks-engine-azure-master-staging-windows