-
Notifications
You must be signed in to change notification settings - Fork 13
/
.prow.yaml
48 lines (48 loc) · 1.35 KB
/
.prow.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
presubmits:
- name: kustomize-build
decorate: true
max_concurrency: 1
skip_if_only_changed: "^docs/|\\.md$|^(OWNERS|LICENSE)$|^\\."
skip_report: false
context: op1st/prow/kustomize-build
spec:
containers:
- image: quay.io/operate-first/opf-toolbox:latest
command:
- "test-kustomize-build"
- name: pre-commit
decorate: true
skip_report: false
always_run: true
context: op1st/prow/pre-commit
spec:
containers:
- image: quay.io/thoth-station/pre-commit:v0.17.0
command:
- "prow-job-precommit"
- name: e2e-telemetry
decorate: true
skip_report: false
always_run: true
context: b4mad-racing/e2e/telemetry
spec:
containers:
- image: quay.io/sclorg/python-311-c9s:20230913
command:
- components/paddock/scripts/e2e-test.sh
env:
- name: SECRET_KEY
value: abcd1ac34873c54e158d38e7f1283977f202abcd
- name: unit-pytest
decorate: true
skip_report: false
always_run: true
context: b4mad-racing/unit/pytest
spec:
containers:
- image: quay.io/sclorg/python-311-c9s:20230913
command:
- components/paddock/scripts/pytest.sh
env:
- name: SECRET_KEY
value: abcd1ac34873c54e158d38e7f1283977f202abcd