Skip to content

Commit

Permalink
Merge pull request #18612 from BenTheElder/cleanup-cross
Browse files Browse the repository at this point in the history
Cleanup cross
  • Loading branch information
k8s-ci-robot authored Aug 2, 2020
2 parents e62c12c + 3516889 commit 9f06480
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
15 changes: 6 additions & 9 deletions config/jobs/kubernetes/sig-release/kubernetes-builds.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
presubmits:
kubernetes/kubernetes:
- name: pull-kubernetes-cross
run_if_changed: '^((build\/|hack\/lib\/).*)|(.*Makefile.*)$'
optional: true
always_run: false
decorate: true
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/bootstrap:v20200729-ee80a02
command:
- runner.sh
args:
- "--job=$(JOB_NAME)"
- "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
- "--service-account=/etc/service-account/service-account.json"
- "--upload=gs://kubernetes-jenkins/pr-logs"
- --scenario=execute
- --
- --env=KUBE_RELEASE_RUN_TESTS=n
- make
- release
- KUBE_RELEASE_RUN_TESTS=n
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down
6 changes: 3 additions & 3 deletions config/testgrids/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,6 @@ dashboards:
- name: pull-kubernetes-dependencies
test_group_name: pull-kubernetes-dependencies
base_options: width=10
- name: pull-kubernetes-cross
test_group_name: pull-kubernetes-cross
base_options: width=10

- name: presubmits-kubernetes-nonblocking
dashboard_tab:
Expand Down Expand Up @@ -444,6 +441,9 @@ dashboards:
- name: pull-kubernetes-e2e-gce-storage-disruptive
test_group_name: pull-kubernetes-e2e-gce-storage-disruptive
base_options: width=10
- name: pull-kubernetes-cross
test_group_name: pull-kubernetes-cross
base_options: width=10

- name: presubmits-cloud-provider-vsphere-blocking
- name: vmware-presubmits-cloud-provider-vsphere
Expand Down

0 comments on commit 9f06480

Please sign in to comment.