Skip to content

Commit

Permalink
Merge pull request #18663 from spiffxp/trial-ingress-project
Browse files Browse the repository at this point in the history
Add job to test out k8s-infra-e2e-ingress-project
  • Loading branch information
k8s-ci-robot authored Aug 4, 2020
2 parents 74b78f6 + 770aa3c commit 917d56e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions config/jobs/kubernetes/sig-network/sig-network-misc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 917d56e

Please sign in to comment.