-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18663 from spiffxp/trial-ingress-project
Add job to test out k8s-infra-e2e-ingress-project
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -282,6 +282,42 @@ periodics: | |
testgrid-alert-email: [email protected] | ||
description: Uses kubetest to run e2e tests (+Feature:Ingress|NEG) against a cluster created with cluster/kube-up.sh | ||
testgrid-alert-stale-results-hours: '24' | ||
- interval: 30m | ||
name: ci-kubernetes-e2e-gci-gce-ingress-canary | ||
cluster: k8s-infra-prow-build | ||
labels: | ||
preset-service-account: "true" | ||
preset-k8s-ssh: "true" | ||
spec: | ||
containers: | ||
- args: | ||
- --timeout=340 | ||
- --bare | ||
- --scenario=kubernetes_e2e | ||
- -- | ||
- --check-leaked-resources | ||
- --env=GCE_ALPHA_FEATURES=NetworkEndpointGroup | ||
- --env=KUBE_GCE_ENABLE_IP_ALIASES=true | ||
- --extract=ci/latest-fast | ||
- --gcp-node-image=gci | ||
- --gcp-project=k8s-infra-e2e-ingress-project | ||
- --gcp-zone=asia-southeast1-a | ||
- --provider=gce | ||
- --test_args=--ginkgo.focus=\[Feature:Ingress\]|\[Feature:NEG\] | ||
- --timeout=320m | ||
image: gcr.io/k8s-testimages/kubekins-e2e:v20200802-ff98b58-master | ||
resources: | ||
limits: | ||
cpu: 1 | ||
memory: "3Gi" | ||
requests: | ||
cpu: 1 | ||
memory: "3Gi" | ||
annotations: | ||
testgrid-dashboards: sig-testing-canaries | ||
testgrid-tab-name: gci-gce-ingress | ||
description: Duplicate of ci-kubernetes-e2e-gci-gce-ingress pinned to a k8s-infra project to verify quota | ||
testgrid-alert-stale-results-hours: '24' | ||
- interval: 60m | ||
name: ci-kubernetes-e2e-gci-gce-ingress-manual-network | ||
labels: | ||
|