Skip to content

Commit

Permalink
Merge pull request #19153 from RobertKielty/18854
Browse files Browse the repository at this point in the history
removes canary job that tested migration changes
  • Loading branch information
k8s-ci-robot committed Sep 11, 2020
2 parents a4d77d4 + fb90f21 commit a47ed95
Showing 1 changed file with 1 addition and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,52 +79,8 @@ periodics:
presubmits:
kubernetes/kubernetes:
- name: pull-kubernetes-e2e-gce-network-proxy-http-connect
always_run: false
run_if_changed: '^(cluster/gce/manifests/konnectivity-server.yaml$|cluster/gce/addons/konnectivity-agent)'
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-bazel-scratch-dir: "true"
preset-bazel-remote-cache-enabled: "true"
preset-pull-kubernetes-e2e: "true"
preset-pull-kubernetes-e2e-gce: "true"
spec:
containers:
- args:
- --root=/go/src
- --repo=k8s.io/kubernetes=$(PULL_REFS)
- --repo=k8s.io/release
- --upload=gs://kubernetes-jenkins/pr-logs
- --timeout=105
- --scenario=kubernetes_e2e
- --
- --build=bazel
- --cluster=
- --extract=local
- --env=ENABLE_EGRESS_VIA_KONNECTIVITY_SERVICE=true
- --env=KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE=http-connect
- --gcp-node-image=gci
- --gcp-zone=us-west1-b
- --gcp-project=k8s-network-proxy-e2e
- --ginkgo-parallel=30
- --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-network-proxy-http-connect
- --provider=gce
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=9
- --timeout=80m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200903-fd282bc-master
resources:
requests:
cpu: 2
memory: 6Gi
limits:
cpu: 2
memory: 6Gi
annotations:
testgrid-dashboards: sig-api-machinery-network-proxy
- name: pull-kubernetes-e2e-gce-network-proxy-http-connect-canary
cluster: k8s-infra-prow-build
always_run: false
optional: true
run_if_changed: '^(cluster/gce/manifests/konnectivity-server.yaml$|cluster/gce/addons/konnectivity-agent)'
labels:
preset-service-account: "true"
Expand Down Expand Up @@ -164,8 +120,7 @@ presubmits:
cpu: 2
memory: 6Gi
annotations:
testgrid-dashboards: sig-testing-canaries
testgrid-tab-name: pull-http-connect-canary
testgrid-dashboards: sig-api-machinery-network-proxy
- name: pull-kubernetes-e2e-gce-network-proxy-grpc
always_run: false
optional: true
Expand Down

0 comments on commit a47ed95

Please sign in to comment.