|
1 |
| ---- |
2 | 1 | postsubmits:
|
3 |
| - kubernetes/k8s.io: |
4 |
| - - name: post-k8sio-dns |
5 |
| - cluster: k8s-infra-prow-build-trusted |
6 |
| - decorate: true |
7 |
| - max_concurrency: 1 |
8 |
| - run_if_changed: "^dns/zone-configs/" |
9 |
| - branches: |
10 |
| - - ^main$ |
11 |
| - annotations: |
12 |
| - testgrid-create-test-group: 'true' |
13 |
| - testgrid-dashboards: sig-k8s-infra-dns |
14 |
| - testgrid-alert-email: [email protected] |
15 |
| - testgrid-num-failures-to-alert: '1' |
16 |
| - rerun_auth_config: |
17 |
| - github_team_slugs: |
18 |
| - # proxy for sig-k8s-infra-oncall |
19 |
| - - org: kubernetes |
20 |
| - slug: sig-k8s-infra-leads |
21 |
| - # TODO(spiffxp): team specifically for this service |
22 |
| - # - org: kubernetes |
23 |
| - # slug: k8s-infra-dns-admins |
24 |
| - spec: |
25 |
| - serviceAccountName: k8s-infra-dns-updater |
26 |
| - containers: |
27 |
| - - image: registry.k8s.io/infra-tools/octodns:v20220319-97d14a558 |
28 |
| - command: |
29 |
| - - bash |
30 |
| - args: |
31 |
| - - -c |
32 |
| - - "cd dns && make push-local" |
| 2 | + kubernetes/k8s.io: |
| 3 | + - name: post-k8sio-dns |
| 4 | + cluster: k8s-infra-prow-build-trusted |
| 5 | + decorate: true |
| 6 | + max_concurrency: 1 |
| 7 | + run_if_changed: "^dns/zone-configs/" |
| 8 | + branches: |
| 9 | + - ^main$ |
| 10 | + annotations: |
| 11 | + testgrid-create-test-group: 'true' |
| 12 | + testgrid-dashboards: sig-k8s-infra-dns |
| 13 | + testgrid-alert-email: [email protected] |
| 14 | + testgrid-num-failures-to-alert: '1' |
| 15 | + rerun_auth_config: |
| 16 | + github_team_slugs: |
| 17 | + # proxy for sig-k8s-infra-oncall |
| 18 | + - org: kubernetes |
| 19 | + slug: sig-k8s-infra-leads |
| 20 | + # TODO(spiffxp): team specifically for this service |
| 21 | + # - org: kubernetes |
| 22 | + # slug: k8s-infra-dns-admins |
| 23 | + spec: |
| 24 | + serviceAccountName: k8s-infra-dns-updater |
| 25 | + containers: |
| 26 | + - image: registry.k8s.io/infra-tools/octodns:v20220319-97d14a558 |
| 27 | + command: |
| 28 | + - bash |
| 29 | + args: |
| 30 | + - -c |
| 31 | + - "cd dns && make push-local" |
33 | 32 |
|
34 | 33 | periodics:
|
35 |
| - - name: ci-k8sio-dns |
36 |
| - interval: 6h |
37 |
| - cluster: k8s-infra-prow-build-trusted |
38 |
| - decorate: true |
39 |
| - max_concurrency: 1 |
40 |
| - extra_refs: |
41 |
| - - org: kubernetes |
42 |
| - repo: k8s.io |
43 |
| - base_ref: main |
44 |
| - annotations: |
45 |
| - testgrid-create-test-group: 'true' |
46 |
| - testgrid-dashboards: sig-k8s-infra-dns |
47 |
| - testgrid-alert-email: [email protected] |
48 |
| - testgrid-num-failures-to-alert: '1' |
49 |
| - rerun_auth_config: |
50 |
| - github_team_slugs: |
51 |
| - # proxy for sig-k8s-infra-oncall |
52 |
| - - org: kubernetes |
53 |
| - slug: sig-k8s-infra-leads |
54 |
| - # TODO(spiffxp): team specifically for this service |
55 |
| - # - org: kubernetes |
56 |
| - # slug: k8s-infra-dns-admins |
57 |
| - spec: |
58 |
| - serviceAccountName: k8s-infra-dns-updater |
59 |
| - containers: |
60 |
| - - image: registry.k8s.io/infra-tools/octodns:v20220319-97d14a558 |
61 |
| - command: |
62 |
| - - bash |
63 |
| - args: |
64 |
| - - -c |
65 |
| - - "cd dns && make push-local" |
| 34 | +- name: ci-k8sio-dns |
| 35 | + interval: 6h |
| 36 | + cluster: k8s-infra-prow-build-trusted |
| 37 | + decorate: true |
| 38 | + max_concurrency: 1 |
| 39 | + extra_refs: |
| 40 | + - org: kubernetes |
| 41 | + repo: k8s.io |
| 42 | + base_ref: main |
| 43 | + annotations: |
| 44 | + testgrid-create-test-group: 'true' |
| 45 | + testgrid-dashboards: sig-k8s-infra-dns |
| 46 | + testgrid-alert-email: [email protected] |
| 47 | + testgrid-num-failures-to-alert: '1' |
| 48 | + rerun_auth_config: |
| 49 | + github_team_slugs: |
| 50 | + # proxy for sig-k8s-infra-oncall |
| 51 | + - org: kubernetes |
| 52 | + slug: sig-k8s-infra-leads |
| 53 | + # TODO(spiffxp): team specifically for this service |
| 54 | + # - org: kubernetes |
| 55 | + # slug: k8s-infra-dns-admins |
| 56 | + spec: |
| 57 | + serviceAccountName: k8s-infra-dns-updater |
| 58 | + containers: |
| 59 | + - image: registry.k8s.io/infra-tools/octodns:v20220319-97d14a558 |
| 60 | + command: |
| 61 | + - bash |
| 62 | + args: |
| 63 | + - -c |
| 64 | + - "cd dns && make push-local" |
0 commit comments