-
Notifications
You must be signed in to change notification settings - Fork 2.7k
/
Copy pathcharts.yaml
55 lines (54 loc) · 1.44 KB
/
charts.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
presubmits:
helm/charts:
- name: pull-charts-e2e
agent: kubernetes
always_run: true
context: pull-charts-e2e
rerun_command: "/test pull-charts-e2e"
trigger: "(?m)^/test( all| pull-charts-e2e),?(\\s+|$)"
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20180716-9145034c9-master
args:
- "--repo=github.com/helm/charts=$(PULL_REFS)"
- "--root=/go/src/"
- "--upload=gs://kubernetes-jenkins/pr-logs"
env:
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
volumeMounts:
- name: docker-graph
mountPath: /docker-graph
volumes:
- name: docker-graph
emptyDir: {}
periodics:
- interval: 1h
agent: kubernetes
name: ci-kubernetes-charts-gce
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
spec:
containers:
- args:
- --timeout=200
- --repo=k8s.io/charts
- --root=/go/src
- --scenario=kubernetes_e2e
- --
- --charts
- --check-leaked-resources
- --extract=ci/latest
- --gcp-node-image=gci
- --gcp-zone=us-central1-f
- --provider=gce
- --test=false
- --timeout=180m
image: gcr.io/k8s-testimages/kubekins-e2e:v20180716-9145034c9-master