Skip to content

Commit

Permalink
remove godeps test on branches release-1.[4321]
Browse files Browse the repository at this point in the history
There is no longer activity on these branches.

Signed-off-by: Tim Pepper <tpepper@vmware.com>
  • Loading branch information
Tim Pepper committed Jul 28, 2020
1 parent 0465444 commit 9a8cea5
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions config/jobs/kubernetes/sig-testing/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,41 +58,3 @@ presubmits:
value: "external-dependencies-version vendor vendor-licenses"
annotations:
testgrid-create-test-group: 'true'
- name: pull-kubernetes-godeps
run_if_changed: '^((build\/|Godeps\/|vendor\/|hack\/lib\/|hack\/.*godep|staging\/).*)$'
path_alias: "k8s.io/kubernetes"
decorate: true
branches:
- release-1.14
- release-1.13
- release-1.12
- release-1.11
always_run: false
skip_report: false
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
spec:
containers:
- name: main
command:
- runner.sh
image: gcr.io/k8s-testimages/kubekins-e2e:v20200726-f8d6253-master
args:
- make
- verify
# docker-in-docker needs privileged mode
securityContext:
privileged: true
env:
# Force checks to run; we don't have remotes so we can't rely on the
# bash/git checks to work.
- name: KUBE_FORCE_VERIFY_CHECKS
value: "Y"
# Space separated list of the checks to run
- name: WHAT
value: "godeps staging-godeps godep-licenses"
annotations:
testgrid-num-failures-to-alert: '10'
testgrid-alert-stale-results-hours: '24'
testgrid-create-test-group: 'true'

0 comments on commit 9a8cea5

Please sign in to comment.