Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removes canary job that tested migration changes #19153

Merged
merged 1 commit into from
Sep 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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