/ .prow.yaml
.prow.yaml
 1  presubmits:
 2    - name: kustomize-build
 3      decorate: true
 4      max_concurrency: 1
 5      skip_if_only_changed: "^docs/|\\.md$|^(OWNERS|LICENSE)$|^\\."
 6      skip_report: false
 7      context: op1st/prow/kustomize-build
 8      spec:
 9        containers:
10          - image: quay.io/operate-first/opf-toolbox:latest
11            command:
12              - "test-kustomize-build"
13    - name: pre-commit
14      decorate: true
15      skip_report: false
16      always_run: true
17      context: op1st/prow/pre-commit
18      spec:
19        containers:
20          - image: quay.io/thoth-station/pre-commit:v0.17.0
21            command:
22              - "prow-job-precommit"
23    - name: e2e-telemetry
24      decorate: true
25      skip_report: false
26      always_run: true
27      context: b4mad-racing/e2e/telemetry
28      spec:
29        containers:
30          - image: quay.io/sclorg/python-311-c9s:20230913
31            command:
32              - components/paddock/scripts/e2e-test.sh
33            env:
34              - name: SECRET_KEY
35                value: abcd1ac34873c54e158d38e7f1283977f202abcd
36    - name: unit-pytest
37      decorate: true
38      skip_report: false
39      always_run: true
40      context: b4mad-racing/unit/pytest
41      spec:
42        containers:
43          - image: quay.io/sclorg/python-311-c9s:20230913
44            command:
45              - components/paddock/scripts/pytest.sh
46            env:
47              - name: SECRET_KEY
48                value: abcd1ac34873c54e158d38e7f1283977f202abcd