Disable SBOM generator
[ci-management.git] / jjb / policy / policy-csit-jobs.yaml
1 - job-template:
2     name: '{project-name}-{stream}-project-csit-{functionality}'
3     disabled: '{disabled}'
4     project-type: freestyle
5     build-node: 'ubuntu1804-docker-8c-8g'
6     node: '{build-node}'
7     recipients: ''
8     java-version: 'openjdk11'
9     python-version: python3
10
11     properties:
12       - lf-infra-properties:
13           project: '{project}'
14           build-days-to-keep: '{build-days-to-keep}'
15
16     parameters:
17       - infra-parameters:
18           project: '{project}'
19           branch: '{branch}'
20           refspec: 'refs/heads/{branch}'
21           artifacts: '{archive-artifacts}'
22       - integration-test-options:
23           test-options: '{functionality}'
24
25     scm:
26       - gerrit-trigger-scm:
27           refspec: '$GERRIT_REFSPEC'
28           choosing-strategy: 'default'
29           submodule-recursive: '{submodule-recursive}'
30
31     wrappers:
32       - lf-infra-wrappers:
33           build-timeout: '{build-timeout}'
34           jenkins-ssh-credential: '{jenkins-ssh-credential}'
35
36     triggers:
37       - timed: '@daily'
38       - reverse:
39           jobs: '{obj:trigger_jobs}'
40
41     builders:
42       - lf-infra-pre-build
43       - lf-update-java-alternatives:
44           java-version: '{java-version}'
45       - integration-run-project-test
46
47     publishers:
48       - integration-project-robot:
49           unstable-if: 0.0
50           pass-if: 100.0
51       - lf-infra-publish
52       - email:
53           recipients: '{recipients}'
54           notify-every-unstable-build: false
55           send-to-individuals: true
56
57 - job-template:
58     name: '{project-name}-{stream}-project-csit-verify-{functionality}'
59     disabled: '{disabled}'
60
61     project-type: freestyle
62     build-node: 'ubuntu1804-docker-8c-8g'
63     node: '{build-node}'
64     recipients: ''
65     java-version: 'openjdk11'
66     python-version: python3
67
68     properties:
69       - lf-infra-properties:
70           project: '{project}'
71           build-days-to-keep: '{build-days-to-keep}'
72
73     parameters:
74       - infra-parameters:
75           project: '{project}'
76           branch: '{branch}'
77           refspec: 'refs/heads/{branch}'
78           artifacts: '{archive-artifacts}'
79       - integration-test-options:
80           test-options: '{functionality}'
81
82     scm:
83       - gerrit-trigger-scm:
84           refspec: '$GERRIT_REFSPEC'
85           choosing-strategy: 'gerrit'
86           submodule-recursive: '{submodule-recursive}'
87
88     wrappers:
89       - lf-infra-wrappers:
90           build-timeout: '{build-timeout}'
91           jenkins-ssh-credential: '{jenkins-ssh-credential}'
92
93     triggers:
94       - gerrit-trigger-patch-submitted:
95           server: '{server-name}'
96           project: '{project}'
97           branch: '{branch}'
98           files: '**/csit/**'
99
100     builders:
101       - lf-infra-pre-build
102       - lf-update-java-alternatives:
103           java-version: '{java-version}'
104       - integration-run-project-test
105
106     publishers:
107       - integration-project-robot:
108           unstable-if: 0.0
109           pass-if: 100.0
110       - lf-infra-publish
111       - email:
112           recipients: '{recipients}'
113           notify-every-unstable-build: false
114           send-to-individuals: true