Skip to content

Commit

Permalink
Reenable kubeadm presubmit test.
Browse files Browse the repository at this point in the history
This had been previously disabled by
kubernetes#2568. Adding the job back
to the bazel pipeline and reenabling.
  • Loading branch information
pipejakob committed Jun 6, 2017
1 parent 4197625 commit 9dd42a6
Showing 1 changed file with 80 additions and 82 deletions.
162 changes: 80 additions & 82 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,50 +77,49 @@ presubmits:
- name: cache-ssd
hostPath:
path: /mnt/disks/ssd0

- name: pull-kubernetes-e2e-kubeadm-gce
context: pull-kubernetes-e2e-kubeadm-gce
always_run: false
skip_report: true
rerun_command: "@k8s-bot pull-kubernetes-e2e-kubeadm-gce test this"
trigger: "@k8s-bot (pull-kubernetes-e2e-kubeadm-gce |kubeadm e2e )?test this"
spec:
containers:
- image: gcr.io/k8s-testimages/e2e-kubeadm:0.4
args:
- "--pull=$(PULL_REFS)"
- "--upload=gs://kubernetes-jenkins/pr-logs"
- "--git-cache=/root/.cache/git"
- "--timeout=75"
- "--json"
- "--clean"
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/service-account/service-account.json
- name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
value: /etc/ssh-key-secret/ssh-private
- name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
value: /etc/ssh-key-secret/ssh-public
volumeMounts:
run_after_success:
- name: pull-kubernetes-e2e-kubeadm-gce
context: pull-kubernetes-e2e-kubeadm-gce
always_run: true
rerun_command: "@k8s-bot pull-kubernetes-e2e-kubeadm-gce test this"
trigger: "@k8s-bot (pull-kubernetes-e2e-kubeadm-gce |kubeadm e2e )?test this"
spec:
containers:
- image: gcr.io/k8s-testimages/e2e-kubeadm:0.4
args:
- "--pull=$(PULL_REFS)"
- "--upload=gs://kubernetes-jenkins/pr-logs"
- "--git-cache=/root/.cache/git"
- "--timeout=75"
- "--json"
- "--clean"
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/service-account/service-account.json
- name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
value: /etc/ssh-key-secret/ssh-private
- name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
value: /etc/ssh-key-secret/ssh-public
volumeMounts:
- name: service
mountPath: /etc/service-account
readOnly: true
- name: ssh
mountPath: /etc/ssh-key-secret
readOnly: true
- name: cache-ssd
mountPath: /root/.cache
volumes:
- name: service
mountPath: /etc/service-account
readOnly: true
secret:
secretName: service-account
- name: ssh
mountPath: /etc/ssh-key-secret
readOnly: true
secret:
secretName: ssh-key-secret
defaultMode: 0400
- name: cache-ssd
mountPath: /root/.cache
volumes:
- name: service
secret:
secretName: service-account
- name: ssh
secret:
secretName: ssh-key-secret
defaultMode: 0400
- name: cache-ssd
hostPath:
path: /mnt/disks/ssd0
hostPath:
path: /mnt/disks/ssd0

- name: pull-kubernetes-cross
context: pull-kubernetes-cross
Expand Down Expand Up @@ -291,50 +290,49 @@ presubmits:
- name: cache-ssd
hostPath:
path: /mnt/disks/ssd0

- name: pull-security-kubernetes-e2e-kubeadm-gce
context: pull-security-kubernetes-e2e-kubeadm-gce
always_run: false
skip_report: true
rerun_command: "@k8s-bot pull-security-kubernetes-e2e-kubeadm-gce test this"
trigger: "@k8s-bot (pull-security-kubernetes-e2e-kubeadm-gce |kubeadm e2e )?test this"
spec:
containers:
- image: gcr.io/k8s-testimages/e2e-kubeadm:0.4
args:
- "--pull=$(PULL_REFS)"
- "--upload=gs://kubernetes-jenkins/pr-logs"
- "--git-cache=/root/.cache/git"
- "--timeout=75"
- "--json"
- "--clean"
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/service-account/service-account.json
- name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
value: /etc/ssh-key-secret/ssh-private
- name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
value: /etc/ssh-key-secret/ssh-public
volumeMounts:
run_after_success:
- name: pull-security-kubernetes-e2e-kubeadm-gce
context: pull-security-kubernetes-e2e-kubeadm-gce
always_run: true
rerun_command: "@k8s-bot pull-security-kubernetes-e2e-kubeadm-gce test this"
trigger: "@k8s-bot (pull-security-kubernetes-e2e-kubeadm-gce |kubeadm e2e )?test this"
spec:
containers:
- image: gcr.io/k8s-testimages/e2e-kubeadm:0.4
args:
- "--pull=$(PULL_REFS)"
- "--upload=gs://kubernetes-jenkins/pr-logs"
- "--git-cache=/root/.cache/git"
- "--timeout=75"
- "--json"
- "--clean"
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/service-account/service-account.json
- name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
value: /etc/ssh-key-secret/ssh-private
- name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
value: /etc/ssh-key-secret/ssh-public
volumeMounts:
- name: service
mountPath: /etc/service-account
readOnly: true
- name: ssh
mountPath: /etc/ssh-key-secret
readOnly: true
- name: cache-ssd
mountPath: /root/.cache
volumes:
- name: service
mountPath: /etc/service-account
readOnly: true
secret:
secretName: service-account
- name: ssh
mountPath: /etc/ssh-key-secret
readOnly: true
secret:
secretName: ssh-key-secret
defaultMode: 0400
- name: cache-ssd
mountPath: /root/.cache
volumes:
- name: service
secret:
secretName: service-account
- name: ssh
secret:
secretName: ssh-key-secret
defaultMode: 0400
- name: cache-ssd
hostPath:
path: /mnt/disks/ssd0
hostPath:
path: /mnt/disks/ssd0

- name: pull-security-kubernetes-cross
context: pull-security-kubernetes-cross
Expand Down

0 comments on commit 9dd42a6

Please sign in to comment.