Skip to content

Commit

Permalink
move cross to podutils
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Aug 2, 2020
1 parent ae60b0f commit 3516889
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions config/jobs/kubernetes/sig-release/kubernetes-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@ presubmits:
- name: pull-kubernetes-cross
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

0 comments on commit 3516889

Please sign in to comment.