Untitled diff

Criado O diff nunca expira
10 remoções
53 linhas
7 adições
50 linhas
- name: pull-kubernetes-unit
- name: pull-kubernetes-unit-prow
agent: kubernetes
agent: kubernetes
branches:
always_run: false
- release-1.6
context: pull-kubernetes-unit-prow
- release-1.7
rerun_command: "/test pull-kubernetes-unit-prow"
- release-1.8
trigger: "(?m)^/test pull-kubernetes-unit-prow,?(\\s+|$)"
always_run: true
context: pull-kubernetes-unit
rerun_command: "/test pull-kubernetes-unit"
trigger: "(?m)^/test( all| pull-kubernetes-unit),?(\\s+|$)"
spec:
spec:
containers:
containers:
- image: gcr.io/k8s-testimages/bootstrap:v20171127-a1522ede
- image: gcr.io/k8s-testimages/bootstrap:latest
imagePullPolicy: Always
args:
args:
- "--clean"
- "--clean"
- "--git-cache=/root/.cache/git"
- "--git-cache=/root/.cache/git"
- "--job=$(JOB_NAME)"
- "--job=$(JOB_NAME)"
- "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
- "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
- "--service-account=/etc/service-account/service-account.json"
- "--service-account=/etc/service-account/service-account.json"
- "--upload=gs://kubernetes-jenkins/pr-logs"
- "--upload=gs://kubernetes-jenkins/pr-logs"
- "--timeout=60"
- "--timeout=60"
env:
env:
- name: DOCKER_IN_DOCKER_ENABLED
- name: DOCKER_IN_DOCKER_ENABLED
value: true
value: true
- name: GOOGLE_APPLICATION_CREDENTIALS
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/service-account/service-account.json
value: /etc/service-account/service-account.json
# docker-in-docker needs privileged mode
# docker-in-docker needs privileged mode
securityContext:
securityContext:
privileged: true
privileged: true
volumeMounts:
volumeMounts:
- name: service
- name: service
mountPath: /etc/service-account
mountPath: /etc/service-account
readOnly: true
readOnly: true
- name: cache-ssd
- name: cache-ssd
mountPath: /root/.cache
mountPath: /root/.cache
- name: docker-graph
- name: docker-graph
mountPath: /docker-graph
mountPath: /docker-graph
ports:
ports:
- containerPort: 9999
- containerPort: 9999
hostPort: 9999
hostPort: 9999
resources:
resources:
requests:
requests:
cpu: 4
cpu: 4
volumes:
volumes:
- name: service
- name: service
secret:
secret:
secretName: service-account
secretName: service-account
- name: cache-ssd
- name: cache-ssd
hostPath:
hostPath:
path: /mnt/disks/ssd0
path: /mnt/disks/ssd0
- name: docker-graph
- name: docker-graph
hostPath:
hostPath:
path: /mnt/disks/ssd0/docker-graph
path: /mnt/disks/ssd0/docker-graph