-
Notifications
You must be signed in to change notification settings - Fork 176
/
Copy pathlong-job-name.yaml
62 lines (55 loc) · 1.27 KB
/
long-job-name.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
56
57
58
59
60
61
62
org: gerrit.istio
repo: istio
image: fooimage
branches:
- release-1.12
cron: 0 2 * * *
jobs:
- name: test-this-is-a-very-long-name-that-is-expected-to-fail
types: [presubmit, postsubmit]
command: [prow/command.sh]
image: barimage
regex: "foo.*"
trigger: "/test basic"
- name: presubmit-kind
types: [presubmit]
resources: custom
requirements: [kind]
excluded_requirements: [cache]
command: [prow/istio-lint.sh]
env:
- name: var
value: val
repos: [istio/istio]
- name: custom-node-selector
types: [presubmit]
command: [prow/command.sh]
requirements: [gcp, commonargs]
node_selector:
foo: baz
- name: periodic-job
types: [periodic]
command: [run/nightly.sh]
annotations:
whatever-annotation-name: whatever-annotation-value
requirements: [desc, commonargs]
tags: [ "prowDashPrefix: periodic-job" ]
- name: presubmit-skipped
types: [presubmit, periodic]
resources: custom
command: [prow/command.sh]
repos: [istio/istio]
trigger: "/test basic"
requirements: [gocache]
resources_presets:
default:
requests:
memory: "1Gi"
cpu: "1000m"
custom:
requests:
memory: "3Gi"
cpu: "3000m"
limits:
memory: "5Gi"
cpu: "5000m"