9 - config-file-provider:
12 target: "$HOME/.config/jenkins_jobs/jenkins_jobs.ini"
14 - lf_packer: &lf_packer_common
15 name: lf-packer-common
16 # Provide configuration common in packer jobs.
18 ######################
19 # Default parameters #
20 ######################
26 github-url: "https://github.com"
28 submodule-recursive: true
30 submodule-disable: false
31 packer-cloud-settings: packer-cloud-env
38 project-type: freestyle
40 disabled: "{disable-job}"
43 - lf-infra-properties:
48 - lf-infra-parameters:
52 - lf-packer-parameters:
53 packer-version: "{packer-version}"
57 build-timeout: "{build-timeout}"
58 jenkins-ssh-credential: "{jenkins-ssh-credential}"
64 name: lf-infra-jjb-parameters
68 default: "{jjb-version}"
69 description: Jenkins Job Builder version to download and install.
72 default: "{jjb-cache}"
73 description: Jenkins Job Builder cache location.
76 name: lf-packer-parameters
80 default: "{packer-version}"
81 description: Packer version to download and install.
84 name: lf-puppet-parameters
87 name: PUPPET_LINT_VERSION
88 default: "{puppet-lint-version}"
89 description: Puppet-lint version to download and install.
91 - lf_jjb_common: &lf_jjb_common
94 ######################
95 # Default parameters #
96 ######################
101 github-url: "https://github.com"
102 jjb-cache: "$HOME/.cache/jenkins_jobs"
105 submodule-recursive: true
106 submodule-timeout: 10
107 submodule-disable: false
108 throttle_categories: []
109 throttle-enabled: false
110 throttle-max-per-node: 1
111 throttle-max-total: 0
112 throttle-option: "project"
114 gerrit_trigger_file_paths:
115 - compare-type: REG_EXP
117 - compare-type: REG_EXP
118 pattern: "global-jjb"
119 - compare-type: REG_EXP
122 # github_included_regions MUST match gerrit_trigger_file_paths
123 github_included_regions:
128 #####################
129 # Job Configuration #
130 #####################
132 project-type: freestyle
134 disabled: "{disable-job}"
137 - lf-infra-properties:
139 build-days-to-keep: 7
141 categories: "{obj:throttle_categories}"
142 enabled: "{throttle-enabled}"
143 max-per-node: "{throttle-max-per-node}"
144 max-total: "{throttle-max-total}"
145 option: "{throttle-option}"
148 - lf-infra-parameters:
152 - lf-infra-jjb-parameters:
153 jjb-cache: "{jjb-cache}"
154 jjb-version: "{jjb-version}"
158 build-timeout: "{build-timeout}"
159 jenkins-ssh-credential: "{jenkins-ssh-credential}"
164 ######################
165 # Gerrit Branch Lock #
166 ######################
169 name: "{project-name}-gerrit-branch-lock-{stream}"
170 id: gerrit-branch-lock
172 ######################
173 # Default parameters #
174 ######################
178 git-url: "$GIT_URL/$GERRIT_PROJECT"
180 submodule-timeout: 10
181 submodule-disable: false
182 gerrit_merge_triggers:
183 - comment-added-contains-event:
184 comment-contains-value: (un)?lock branch$
186 #####################
187 # Job Configuration #
188 #####################
190 project-type: freestyle
192 disabled: "{disable-job}"
195 - lf-infra-properties:
197 build-days-to-keep: 1
200 - lf-infra-parameters:
208 jenkins-ssh-credential: "{jenkins-ssh-credential}"
211 - lf-infra-gerrit-scm:
215 submodule-recursive: false
216 submodule-timeout: "{submodule-timeout}"
217 submodule-disable: "{submodule-disable}"
218 choosing-strategy: default
219 jenkins-ssh-credential: "{jenkins-ssh-credential}"
223 server-name: "{gerrit-server-name}"
224 trigger-on: "{obj:gerrit_merge_triggers}"
226 - project-compare-type: ANT
227 project-pattern: "{project}"
229 - branch-compare-type: ANT
230 branch-pattern: "**/{branch}"
233 - shell: !include-raw-escape: ../shell/gerrit-branch-lock.sh
238 ##########################################
239 # Jenkins Configuration Management Merge #
240 ##########################################
243 name: lf-jenkins-cfg-clouds
247 properties-content: "jenkins_silos={jenkins-silos}"
248 - shell: !include-raw-escape: ../shell/jenkins-configure-clouds.sh
249 - shell: rm -f "$HOME/.config/jenkins_jobs/jenkins_jobs.ini"
252 name: lf-jenkins-cfg-global-vars
256 properties-content: "jenkins_silos={jenkins-silos}"
257 - shell: !include-raw-escape: ../shell/jenkins-configure-global-vars.sh
258 - shell: rm -f "$HOME/.config/jenkins_jobs/jenkins_jobs.ini"
260 - lf_jenkins_configuration: &lf_jenkins_cfg_merge
261 name: lf-jenkins-cfg-merge
263 ######################
264 # Default parameters #
265 ######################
270 git-url: "$GIT_URL/$GERRIT_PROJECT"
271 github-url: "https://github.com"
272 jenkins-silos: production sandbox
273 submodule-timeout: 10
274 submodule-disable: false
276 gerrit_merge_triggers:
277 - change-merged-event
278 - comment-added-contains-event:
279 comment-contains-value: '^Patch Set\s+\d+:\s+remerge\s*$'
281 gerrit_trigger_file_paths:
282 - compare-type: REG_EXP
283 pattern: 'jenkins-config\/.*'
285 # github_included_regions MUST match gerrit_trigger_file_paths
286 github_included_regions:
287 - 'jenkins-config\/.*'
289 #####################
290 # Job Configuration #
291 #####################
293 project-type: freestyle
296 disabled: "{disable-job}"
299 - lf-infra-properties:
301 build-days-to-keep: 1
304 - lf-infra-parameters:
312 jenkins-ssh-credential: "{jenkins-ssh-credential}"
316 - lf-jenkins-cfg-global-vars:
317 jenkins-silos: "{jenkins-silos}"
318 - lf-jenkins-cfg-clouds:
319 jenkins-silos: "{jenkins-silos}"
325 name: "{project-name}-jenkins-cfg-merge"
326 id: gerrit-jenkins-cfg-merge
327 <<: *lf_jenkins_cfg_merge
330 - lf-infra-gerrit-scm:
332 refspec: "refs/heads/{branch}"
334 submodule-recursive: true
335 submodule-timeout: "{submodule-timeout}"
336 submodule-disable: "{submodule-disable}"
337 choosing-strategy: default
338 jenkins-ssh-credential: "{jenkins-ssh-credential}"
341 - timed: "{obj:cron}"
343 server-name: "{gerrit-server-name}"
344 trigger-on: "{obj:gerrit_merge_triggers}"
346 - project-compare-type: ANT
347 project-pattern: "{project}"
349 - branch-compare-type: ANT
350 branch-pattern: "**/{branch}"
351 file-paths: "{obj:gerrit_trigger_file_paths}"
354 name: "{project-name}-jenkins-cfg-merge"
355 id: github-jenkins-cfg-merge
356 <<: *lf_jenkins_cfg_merge
359 - lf-infra-properties:
361 build-days-to-keep: 1
363 url: "{github-url}/{github-org}/{project}"
366 - lf-infra-github-scm:
367 url: "{git-clone-url}{github-org}/{project}"
369 branch: "refs/heads/{branch}"
370 submodule-recursive: true
371 submodule-timeout: "{submodule-timeout}"
372 submodule-disable: "{submodule-disable}"
373 choosing-strategy: default
374 jenkins-ssh-credential: "{jenkins-ssh-credential}"
377 - timed: "{obj:cron}"
381 - github-pull-request:
382 trigger-phrase: "^remerge$"
383 only-trigger-phrase: true
384 status-context: "Jenkins CFG Merge"
389 white-list: "{obj:github_pr_whitelist}"
390 admin-list: "{obj:github_pr_admin_list}"
391 included-regions: "{obj:github_included_regions}"
392 white-list-target-branches:
395 ###########################################
396 # Jenkins Configuration Management Verify #
397 ###########################################
399 - lf_jenkins_configuration: &lf_jenkins_cfg_verify
400 name: lf-jenkins-cfg-verify
402 ######################
403 # Default parameters #
404 ######################
407 build-days-to-keep: 7
409 git-url: "$GIT_URL/$GERRIT_PROJECT"
410 github-url: "https://github.com"
412 submodule-timeout: 10
413 submodule-disable: false
415 gerrit_verify_triggers:
416 - patchset-created-event:
418 exclude-trivial-rebase: false
419 exclude-no-code-change: false
420 - draft-published-event
421 - comment-added-contains-event:
422 comment-contains-value: '^Patch Set\s+\d+:\s+(recheck|reverify)\s*$'
424 gerrit_trigger_file_paths:
425 - compare-type: REG_EXP
426 pattern: 'jenkins-config\/.*'
428 # github_included_regions MUST match gerrit_trigger_file_paths
429 github_included_regions:
430 - 'jenkins-config\/.*'
432 #####################
433 # Job Configuration #
434 #####################
436 project-type: freestyle
439 disabled: "{disable-job}"
442 - lf-infra-properties:
444 build-days-to-keep: 1
447 - lf-infra-parameters:
455 jenkins-ssh-credential: "{jenkins-ssh-credential}"
456 - config-file-provider:
457 # Listed after to override openstack-infra-wrappers clouds.yaml
460 - file-id: clouds-yaml
461 target: "$HOME/.config/openstack/clouds.yaml"
463 target: "$HOME/.npmrc"
465 target: "$HOME/.config/pip/pip.conf"
470 properties-content: OS_CLOUD={openstack-cloud}
471 - shell: !include-raw-escape: ../shell/jenkins-verify-images.sh
477 name: "{project-name}-jenkins-cfg-verify"
478 id: gerrit-jenkins-cfg-verify
479 <<: *lf_jenkins_cfg_verify
482 - lf-infra-gerrit-scm:
484 refspec: "$GERRIT_REFSPEC"
485 branch: "$GERRIT_BRANCH"
486 submodule-recursive: true
487 submodule-timeout: "{submodule-timeout}"
488 submodule-disable: "{submodule-disable}"
489 choosing-strategy: gerrit
490 jenkins-ssh-credential: "{jenkins-ssh-credential}"
494 server-name: "{gerrit-server-name}"
495 trigger-on: "{obj:gerrit_verify_triggers}"
497 - project-compare-type: ANT
498 project-pattern: "{project}"
500 - branch-compare-type: ANT
501 branch-pattern: "**/{branch}"
502 file-paths: "{obj:gerrit_trigger_file_paths}"
505 name: "{project-name}-jenkins-cfg-verify"
506 id: github-jenkins-cfg-verify
507 <<: *lf_jenkins_cfg_verify
511 url: "{github-url}/{github-org}/{project}"
514 - lf-infra-github-scm:
515 url: "{git-clone-url}{github-org}/{project}"
516 refspec: "+refs/pull/*:refs/remotes/origin/pr/*"
518 submodule-recursive: true
519 submodule-timeout: "{submodule-timeout}"
520 submodule-disable: "{submodule-disable}"
521 choosing-strategy: default
522 jenkins-ssh-credential: "{jenkins-ssh-credential}"
525 - github-pull-request:
526 trigger-phrase: "^(recheck|reverify)$"
527 only-trigger-phrase: false
528 status-context: "Jenkins CFG Verify"
531 included-regions: "{obj:github_included_regions}"
532 white-list-target-branches:
535 ###########################
536 # JENKINS SANDBOX CLEANUP #
537 ###########################
539 - lf_jenkins_sandbox_cleanup: &lf_jenkins_sandbox_cleanup
540 name: lf-jenkins-sandbox-cleanup
542 ######################
543 # Default parameters #
544 ######################
547 # Run every Saturday at 08:00 UTC
551 #####################
552 # Job Configuration #
553 #####################
555 project-type: freestyle
558 disabled: "{disable-job}"
561 - lf-infra-jjb-parameters:
562 jjb-cache: "{jjb-cache}"
563 jjb-version: "{jjb-version}"
566 - timed: "{obj:cron}"
570 - shell: !include-raw-escape:
571 - ../shell/jjb-install.sh
572 - ../shell/jenkins-sandbox-cleanup.sh
573 - ../shell/jjb-cleanup.sh
576 name: "{project-name}-jenkins-sandbox-cleanup"
577 id: gerrit-jenkins-sandbox-cleanup
579 # yamllint disable-line rule:key-duplicates
580 <<: *lf_jenkins_sandbox_cleanup
583 name: "{project-name}-jenkins-sandbox-cleanup"
584 id: github-jenkins-sandbox-cleanup
586 # yamllint disable-line rule:key-duplicates
587 <<: *lf_jenkins_sandbox_cleanup
593 - lf_jjb_deploy_job: &lf_jjb_deploy_job
594 name: lf-jjb-deploy-job
596 ######################
597 # Default parameters #
598 ######################
602 # jjb-deploy should always clone $PROJECT regardless of what
603 # $GERRIT_PROJECT triggered the job.
604 git-url: "$GIT_URL/$PROJECT"
605 github-url: "https://github.com"
607 submodule-timeout: 10
608 submodule-disable: false
609 gerrit_jjb_deploy_job_triggers:
610 - comment-added-contains-event:
611 comment-contains-value: '^Patch Set\s+\d+:\s+(jjb-deploy[:]* (?!\*+$).+$)'
613 #####################
614 # Job Configuration #
615 #####################
617 project-type: freestyle
620 disabled: "{disable-job}"
623 - lf-infra-properties:
625 build-days-to-keep: 1
628 - lf-infra-parameters:
636 jenkins-ssh-credential: "{jenkins-ssh-credential}"
640 pip-packages: jenkins-job-builder
642 - shell: !include-raw-escape: ../shell/jjb-deploy-job.sh
648 name: "{project-name}-jjb-deploy-job"
649 id: gerrit-jjb-deploy-job
650 <<: *lf_jjb_deploy_job
653 - lf-infra-gerrit-scm:
655 refspec: "refs/heads/{branch}"
657 submodule-recursive: true
658 submodule-timeout: "{submodule-timeout}"
659 submodule-disable: "{submodule-disable}"
660 choosing-strategy: default
661 jenkins-ssh-credential: "{jenkins-ssh-credential}"
665 server-name: "{gerrit-server-name}"
666 trigger-on: "{obj:gerrit_jjb_deploy_job_triggers}"
668 - project-compare-type: ANT
669 project-pattern: "**"
671 - branch-compare-type: ANT
680 name: "{project-name}-jjb-deploy-job"
681 id: github-jjb-deploy-job
682 <<: *lf_jjb_deploy_job
685 - lf-infra-properties:
687 build-days-to-keep: 1
689 url: "{github-url}/{github-org}/{project}"
692 - lf-infra-github-scm:
693 url: "{git-clone-url}{github-org}/{project}"
694 refspec: "+refs/pull/*:refs/remotes/origin/pr/*"
696 submodule-recursive: true
697 submodule-timeout: "{submodule-timeout}"
698 submodule-disable: "{submodule-disable}"
699 choosing-strategy: default
700 jenkins-ssh-credential: "{jenkins-ssh-credential}"
703 - github-pull-request:
704 trigger-phrase: '^jjb-deploy (?!\*+$).+$'
705 only-trigger-phrase: true
706 status-context: "JJB Deploy Job"
709 white-list-target-branches:
716 - lf_jjb_merge: &lf_jjb_merge
719 ######################
720 # Default parameters #
721 ######################
725 gerrit_merge_triggers:
726 - change-merged-event
727 - comment-added-contains-event:
728 comment-contains-value: '^Patch Set\s+\d+:\s+remerge\s*$'
730 #####################
731 # Job Configuration #
732 #####################
738 properties-content: JJB_WORKERS={jjb-workers}
739 - shell: !include-raw-escape:
740 - ../shell/jjb-install.sh
741 - ../shell/jjb-merge-job.sh
742 - ../shell/jjb-cleanup.sh
745 name: "{project-name}-jjb-merge"
748 # yamllint disable-line rule:key-duplicates
751 git-url: "$GIT_URL/$GERRIT_PROJECT"
754 - lf-infra-gerrit-scm:
758 submodule-recursive: "{submodule-recursive}"
759 submodule-timeout: "{submodule-timeout}"
760 submodule-disable: "{submodule-disable}"
761 choosing-strategy: default
762 jenkins-ssh-credential: "{jenkins-ssh-credential}"
766 server-name: "{gerrit-server-name}"
767 trigger-on: "{obj:gerrit_merge_triggers}"
769 - project-compare-type: ANT
770 project-pattern: "{project}"
772 - branch-compare-type: ANT
773 branch-pattern: "**/{branch}"
774 file-paths: "{obj:gerrit_trigger_file_paths}"
777 name: "{project-name}-jjb-merge"
780 # yamllint disable-line rule:key-duplicates
783 #####################
784 # Job Configuration #
785 #####################
788 - lf-infra-properties:
790 build-days-to-keep: 7
792 url: "{github-url}/{github-org}/{project}"
795 - lf-infra-github-scm:
796 url: "{git-clone-url}{github-org}/{project}"
798 branch: "refs/heads/{branch}"
799 submodule-recursive: "{submodule-recursive}"
800 submodule-timeout: "{submodule-timeout}"
801 submodule-disable: "{submodule-disable}"
802 choosing-strategy: default
803 jenkins-ssh-credential: "{jenkins-ssh-credential}"
809 - github-pull-request:
810 trigger-phrase: "^remerge$"
811 only-trigger-phrase: true
812 status-context: "JJB Merge"
817 white-list: "{obj:github_pr_whitelist}"
818 admin-list: "{obj:github_pr_admin_list}"
819 included-regions: "{obj:github_included_regions}"
820 white-list-target-branches:
827 - lf_jjb_verify: &lf_jjb_verify
830 ######################
831 # Default parameters #
832 ######################
834 build-concurrent: true
836 gerrit_verify_triggers:
837 - patchset-created-event:
839 exclude-trivial-rebase: false
840 exclude-no-code-change: false
841 - draft-published-event
842 - comment-added-contains-event:
843 comment-contains-value: '^Patch Set\s+\d+:\s+(recheck|reverify)\s*$'
845 #####################
846 # Job Configuration #
847 #####################
849 concurrent: "{build-concurrent}"
854 - shell: !include-raw-escape:
855 - ../shell/git-validate-jira-urls.sh
856 - ../shell/jjb-install.sh
857 - ../shell/jjb-verify-job.sh
858 - ../shell/jjb-check-unicode.sh
859 - ../shell/jjb-cleanup.sh
860 - lf-infra-gpg-verify-git-signature
863 name: "{project-name}-jjb-verify"
864 id: gerrit-jjb-verify
866 # yamllint disable-line rule:key-duplicates
869 ######################
870 # Default parameters #
871 ######################
873 git-url: "$GIT_URL/$GERRIT_PROJECT"
875 #####################
876 # Job Configuration #
877 #####################
880 - lf-infra-gerrit-scm:
882 refspec: "$GERRIT_REFSPEC"
883 branch: "$GERRIT_BRANCH"
884 submodule-recursive: "{submodule-recursive}"
885 submodule-timeout: "{submodule-timeout}"
886 submodule-disable: "{submodule-disable}"
887 choosing-strategy: gerrit
888 jenkins-ssh-credential: "{jenkins-ssh-credential}"
892 server-name: "{gerrit-server-name}"
893 trigger-on: "{obj:gerrit_verify_triggers}"
895 - project-compare-type: ANT
896 project-pattern: "{project}"
898 - branch-compare-type: ANT
899 branch-pattern: "**/{branch}"
900 file-paths: "{obj:gerrit_trigger_file_paths}"
903 name: "{project-name}-jjb-verify"
904 id: github-jjb-verify
906 # yamllint disable-line rule:key-duplicates
909 #####################
910 # Job Configuration #
911 #####################
914 - lf-infra-properties:
916 build-days-to-keep: 7
918 url: "{github-url}/{github-org}/{project}"
921 - lf-infra-github-scm:
922 url: "{git-clone-url}{github-org}/{project}"
923 refspec: "+refs/pull/*:refs/remotes/origin/pr/*"
925 submodule-recursive: "{submodule-recursive}"
926 submodule-timeout: "{submodule-timeout}"
927 submodule-disable: "{submodule-disable}"
928 choosing-strategy: default
929 jenkins-ssh-credential: "{jenkins-ssh-credential}"
932 - github-pull-request:
933 trigger-phrase: "^(recheck|reverify)$"
934 only-trigger-phrase: false
935 status-context: "JJB Verify"
938 included-regions: "{obj:github_included_regions}"
939 white-list-target-branches:
942 ############################
943 # JJB Verify Upstream GJJB #
944 ############################
946 - lf_jjb_verify: &lf_jjb_verify_upstream_gjjb
947 name: lf-jjb-verify-upstream-gjjb
949 #####################
950 # Job Configuration #
951 #####################
958 git fetch https://gerrit.linuxfoundation.org/infra/releng/global-jjb $GERRIT_REFSPEC
959 git cherry-pick FETCH_HEAD
961 - shell: !include-raw-escape:
962 - ../shell/git-validate-jira-urls.sh
963 - ../shell/jjb-install.sh
964 - ../shell/jjb-verify-job.sh
965 - ../shell/jjb-check-unicode.sh
966 - ../shell/jjb-cleanup.sh
967 - lf-infra-gpg-verify-git-signature
970 name: "{project-name}-jjb-verify-upstream-gjjb"
971 id: gerrit-jjb-verify-upstream-gjjb
973 # yamllint disable-line rule:key-duplicates
974 <<: *lf_jjb_verify_upstream_gjjb
976 ######################
977 # Default parameters #
978 ######################
980 git-url: "$GIT_URL/$PROJECT"
981 submodule-timeout: 10
982 submodule-disable: false
984 #####################
985 # Job Configuration #
986 #####################
989 - lf-infra-gerrit-scm:
993 submodule-recursive: true
994 submodule-timeout: "{submodule-timeout}"
995 submodule-disable: "{submodule-disable}"
996 choosing-strategy: default
997 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1001 server-name: "LinuxFoundation"
1003 - patchset-created-event:
1004 exclude-drafts: true
1005 exclude-trivial-rebase: false
1006 exclude-no-code-change: false
1007 - draft-published-event
1008 - comment-added-contains-event:
1009 comment-contains-value: '^Patch Set\s+\d+:\s+(recheck|reverify)\s*$'
1011 - project-compare-type: ANT
1012 project-pattern: "releng/global-jjb"
1014 - branch-compare-type: ANT
1015 branch-pattern: "**/master"
1016 override-votes: true
1017 gerrit-build-failed-codereview-value: -1
1018 gerrit-build-failed-verified-value: 0
1019 gerrit-build-successful-codereview-value: 1
1020 gerrit-build-successful-verified-value: 0
1026 - lf_license_check: &lf_license_check
1027 name: lf-license-check
1029 ######################
1030 # Default parameters #
1031 ######################
1034 build-days-to-keep: 7
1043 git-url: "$GIT_URL/$PROJECT"
1044 github-url: "https://github.com"
1046 license-exclude-paths: ""
1047 licenses-allowed: Apache-2.0,EPL-1.0,MIT
1048 project-pattern: "**"
1051 submodule-timeout: 10
1052 submodule-disable: false
1054 #####################
1055 # Job Configuration #
1056 #####################
1058 project-type: freestyle
1059 node: "{build-node}"
1061 disabled: "{disable-job}"
1064 - lf-infra-properties:
1065 build-days-to-keep: "{build-days-to-keep}"
1068 - lf-infra-parameters:
1069 project: "{project}"
1074 - lf-infra-wrappers:
1075 build-timeout: "{build-timeout}"
1076 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1080 file-patterns: "{file-patterns}"
1081 spdx-disable: "{spdx-disable}"
1082 lhc-version: "{lhc-version}"
1083 license-exclude-paths: "{license-exclude-paths}"
1084 licenses-allowed: "{licenses-allowed}"
1090 name: "{project-name}-license-check"
1091 id: gerrit-license-check
1092 <<: *lf_license_check
1094 git-url: "$GIT_URL/$GERRIT_PROJECT"
1097 - lf-infra-gerrit-scm:
1098 git-url: "{git-url}"
1099 refspec: "$GERRIT_REFSPEC"
1100 branch: "$GERRIT_BRANCH"
1101 # Submodules are out of the project's control
1102 submodule-recursive: false
1103 submodule-timeout: "{submodule-timeout}"
1104 submodule-disable: "{submodule-disable}"
1105 choosing-strategy: gerrit
1106 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1110 server-name: "{gerrit-server-name}"
1111 # Trigger should not be overridable as we want to always run
1113 - patchset-created-event:
1114 exclude-drafts: false
1115 exclude-trivial-rebase: false
1116 exclude-no-code-change: false
1117 - draft-published-event
1118 - comment-added-contains-event:
1119 comment-contains-value: '^Patch Set\s+\d+:\s+(recheck|reverify)\s*$'
1121 - project-compare-type: ANT
1122 project-pattern: "{project-pattern}"
1124 - branch-compare-type: ANT
1125 branch-pattern: "**"
1128 name: "{project-name}-license-check"
1129 id: github-license-check
1130 <<: *lf_license_check
1133 - lf-infra-properties:
1134 build-days-to-keep: "{build-days-to-keep}"
1136 url: "{github-url}/{github-org}/{project}"
1139 - lf-infra-github-scm:
1140 url: "{git-clone-url}{github-org}/{project}"
1141 refspec: "+refs/pull/*:refs/remotes/origin/pr/*"
1143 # Submodules are out of the project's control
1144 submodule-recursive: false
1145 submodule-timeout: "{submodule-timeout}"
1146 submodule-disable: "{submodule-disable}"
1147 choosing-strategy: default
1148 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1151 - github-pull-request:
1152 trigger-phrase: "^recheck$"
1153 only-trigger-phrase: false
1154 status-context: "License Check"
1157 white-list-target-branches:
1160 ####################
1161 # Info YAML Verify #
1162 ####################
1164 - lf_info_yaml_verify: &lf_info_yaml_verify
1165 name: lf-info-yaml-verify
1167 ######################
1168 # Default parameters #
1169 ######################
1171 gerrit_verify_triggers:
1172 - patchset-created-event:
1173 exclude-drafts: true
1174 exclude-trivial-rebase: false
1175 exclude-no-code-change: false
1176 - draft-published-event
1177 - comment-added-contains-event:
1178 comment-contains-value: '^Patch Set\s+\d+:\s+(recheck|reverify)\s*$'
1180 #####################
1181 # Job Configuration #
1182 #####################
1187 - shell: !include-raw-escape:
1188 - ../shell/git-validate-info-yaml.sh
1189 - ../shell/info-file-validate.sh
1192 name: "{project-name}-info-yaml-verify"
1193 id: gerrit-info-yaml-verify
1195 # yamllint disable-line rule:key-duplicates
1196 <<: *lf_info_yaml_verify
1198 git-url: "$GIT_URL/$GERRIT_PROJECT"
1201 - lf-infra-gerrit-scm:
1202 git-url: "{git-url}"
1203 refspec: "$GERRIT_REFSPEC"
1204 branch: "$GERRIT_BRANCH"
1205 submodule-recursive: "{submodule-recursive}"
1206 submodule-timeout: "{submodule-timeout}"
1207 submodule-disable: "{submodule-disable}"
1208 choosing-strategy: gerrit
1209 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1213 server-name: "{gerrit-server-name}"
1214 trigger-on: "{obj:gerrit_verify_triggers}"
1216 - project-compare-type: ANT
1217 project-pattern: "{project}"
1219 - branch-compare-type: ANT
1220 branch-pattern: "**/{branch}"
1222 - compare-type: REG_EXP
1223 pattern: "INFO.yaml"
1226 name: "{project-name}-info-yaml-verify"
1227 id: github-info-yaml-verify
1229 # yamllint disable-line rule:key-duplicates
1230 <<: *lf_info_yaml_verify
1232 github-url: "https://github.com"
1235 url: "{github-url}/{github-org}/{project}"
1238 - lf-infra-github-scm:
1239 url: "{git-clone-url}{github-org}/{project}"
1240 refspec: "+refs/pull/*:refs/remotes/origin/pr/*"
1242 submodule-recursive: "{submodule-recursive}"
1243 submodule-timeout: "{submodule-timeout}"
1244 submodule-disable: "{submodule-disable}"
1245 choosing-strategy: default
1246 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1249 - github-pull-request:
1250 trigger-phrase: "^(recheck|reverify)$"
1251 only-trigger-phrase: false
1252 status-context: "INFO File Verify"
1255 # included-regions MUST match gerrit file-paths
1256 included-regions: "INFO.yaml"
1257 white-list-target-branches:
1264 - lf_openstack_cron: &lf_openstack_cron
1265 name: lf-openstack-cron
1267 ######################
1268 # Default parameters #
1269 ######################
1272 build-days-to-keep: 7
1276 git-url: "$GIT_URL/$PROJECT"
1277 github-url: "https://github.com"
1278 openstack-cloud: vex
1279 openstack-image-cleanup: true
1280 openstack-image-cleanup-age: 30
1281 openstack-image-protect: true
1282 openstack-port-cleanup: true
1283 openstack-server-cleanup: true
1284 openstack-stack-cleanup: true
1285 openstack-volume-cleanup: true
1287 submodule-timeout: 10
1288 submodule-disable: false
1290 #####################
1291 # Job Configuration #
1292 #####################
1294 project-type: freestyle
1295 node: "{build-node}"
1297 disabled: "{disable-job}"
1300 - lf-infra-properties:
1301 build-days-to-keep: "{build-days-to-keep}"
1304 - lf-infra-parameters:
1305 project: "{project}"
1310 default: "{jenkins-urls}"
1312 Space separated list of Jenkins URLs to check for active builds.
1315 - lf-infra-wrappers:
1316 build-timeout: "{build-timeout}"
1317 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1318 # Listed after to override openstack-infra-wrappers clouds.yaml definition
1319 - config-file-provider:
1321 - file-id: clouds-yaml
1322 target: "$HOME/.config/openstack/clouds.yaml"
1324 target: "$HOME/.npmrc"
1326 target: "$HOME/.config/pip/pip.conf"
1329 - timed: "{obj:cron}"
1332 - lf-infra-pre-build
1334 properties-content: OS_CLOUD={openstack-cloud}
1337 condition-kind: boolean-expression
1338 condition-expression: "{openstack-stack-cleanup}"
1340 - shell: !include-raw-escape: ../shell/openstack-cleanup-orphaned-stacks.sh
1343 condition-kind: boolean-expression
1344 condition-expression: "{openstack-server-cleanup}"
1346 - shell: !include-raw-escape: ../shell/openstack-cleanup-orphaned-servers.sh
1349 condition-kind: boolean-expression
1350 condition-expression: "{openstack-port-cleanup}"
1352 - shell: !include-raw-escape: ../shell/openstack-cleanup-orphaned-ports.sh
1355 condition-kind: boolean-expression
1356 condition-expression: "{openstack-volume-cleanup}"
1358 - shell: !include-raw-escape: ../shell/openstack-cleanup-orphaned-volumes.sh
1361 condition-kind: boolean-expression
1362 condition-expression: "{openstack-image-protect}"
1364 - shell: !include-raw-escape: ../shell/openstack-protect-in-use-images.sh
1366 condition-kind: boolean-expression
1367 condition-expression: "{openstack-image-cleanup}"
1370 properties-content: OS_IMAGE_CLEANUP_AGE={openstack-image-cleanup-age}
1371 - shell: !include-raw-escape: ../shell/openstack-cleanup-old-images.sh
1377 name: "{project-name}-openstack-cron"
1378 id: gerrit-openstack-cron
1379 <<: *lf_openstack_cron
1382 - lf-infra-gerrit-scm:
1383 git-url: "{git-url}"
1384 refspec: "refs/heads/{branch}"
1386 submodule-recursive: true
1387 submodule-timeout: "{submodule-timeout}"
1388 submodule-disable: "{submodule-disable}"
1389 choosing-strategy: default
1390 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1393 name: "{project-name}-openstack-cron"
1394 id: github-openstack-cron
1395 <<: *lf_openstack_cron
1398 - lf-infra-github-scm:
1399 url: "{git-clone-url}{github-org}/{project}"
1401 branch: "refs/heads/{branch}"
1402 submodule-recursive: true
1403 submodule-timeout: "{submodule-timeout}"
1404 submodule-disable: "{submodule-disable}"
1405 choosing-strategy: default
1406 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1412 - lf_packer_merge: &lf_packer_merge
1413 name: lf-packer-merge
1415 ######################
1416 # Default parameters #
1417 ######################
1420 openstack-cloud: vex
1422 #####################
1423 # Job Configuration #
1424 #####################
1427 - lf-infra-parameters:
1428 project: "{project}"
1431 - lf-packer-parameters:
1432 packer-version: "{packer-version}"
1435 - lf-infra-packer-build:
1436 openstack: "{openstack}"
1437 openstack-cloud: "{openstack-cloud}"
1438 packer-cloud-settings: "{packer-cloud-settings}"
1439 packer-version: "{packer-version}"
1440 platform: "{platforms}"
1441 template: "{templates}"
1442 - description-setter:
1443 regexp: '(\s+.*)(ZZCI\s+.*\d+-\d+\.\d+)'
1444 description: 'Image: \2'
1447 name: "{project-name}-packer-merge-{platforms}-{templates}"
1448 id: gerrit-packer-merge
1449 <<: *lf_packer_common
1450 # yamllint disable-line rule:key-duplicates
1451 <<: *lf_packer_merge
1453 ######################
1454 # Default parameters #
1455 ######################
1457 git-url: "$GIT_URL/$GERRIT_PROJECT"
1459 gerrit_merge_triggers:
1460 - change-merged-event
1461 - comment-added-contains-event:
1462 comment-contains-value: '^Patch Set\s+\d+:\s+remerge\s*$'
1464 #####################
1465 # Job Configuration #
1466 #####################
1469 - lf-infra-gerrit-scm:
1470 git-url: "{git-url}"
1471 refspec: "$GERRIT_REFSPEC"
1472 branch: "$GERRIT_BRANCH"
1473 submodule-recursive: "{submodule-recursive}"
1474 submodule-timeout: "{submodule-timeout}"
1475 submodule-disable: "{submodule-disable}"
1476 choosing-strategy: default
1477 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1480 - timed: "{obj:cron}"
1482 server-name: "{gerrit-server-name}"
1483 trigger-on: "{obj:gerrit_merge_triggers}"
1485 - project-compare-type: ANT
1486 project-pattern: "{project}"
1488 - branch-compare-type: ANT
1489 branch-pattern: "**/{branch}"
1491 - compare-type: REG_EXP
1492 pattern: 'packer\/provision\/.*\.sh'
1493 - compare-type: REG_EXP
1494 pattern: 'packer\/provision\/.*\.bat'
1495 - compare-type: REG_EXP
1496 pattern: 'packer\/provision\/.*\.ps1'
1497 - compare-type: REG_EXP
1498 pattern: 'packer\/provision\/{templates}\.yaml'
1499 - compare-type: REG_EXP
1500 pattern: 'packer\/provision\/local-{templates}\.yaml'
1501 - compare-type: REG_EXP
1502 pattern: 'packer\/templates\/{templates}\.json'
1503 - compare-type: REG_EXP
1504 pattern: 'packer\/vars\/{platforms}\.json'
1507 name: "{project-name}-packer-merge-{platforms}-{templates}"
1508 id: github-packer-merge
1509 <<: *lf_packer_common
1510 # yamllint disable-line rule:key-duplicates
1511 <<: *lf_packer_merge
1513 #####################
1514 # Job Configuration #
1515 #####################
1518 - lf-infra-properties:
1519 project: "{project}"
1520 build-days-to-keep: 7
1522 url: "{github-url}/{github-org}/{project}"
1525 - lf-infra-github-scm:
1526 url: "{git-clone-url}{github-org}/{project}"
1528 +refs/heads/*:refs/remotes/origin/*
1529 +refs/pull/*:refs/remotes/origin/pr/*
1530 branch: "$GERRIT_REFSPEC"
1531 submodule-recursive: "{submodule-recursive}"
1532 submodule-timeout: "{submodule-timeout}"
1533 submodule-disable: "{submodule-disable}"
1534 choosing-strategy: default
1535 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1538 - timed: "{obj:cron}"
1543 - github-pull-request:
1544 trigger-phrase: "^remerge$"
1545 only-trigger-phrase: true
1546 status-context: "Packer {platforms}-{templates} Merge"
1551 white-list: "{obj:github_pr_whitelist}"
1552 admin-list: "{obj:github_pr_admin_list}"
1553 # included-regions MUST match Gerrit Trigger file-paths
1555 - 'packer\/provision\/.*\.sh'
1556 - 'packer\/provision\/.*\.bat'
1557 - 'packer\/provision\/.*\.ps1'
1558 - 'packer\/provision\/{templates}\.yaml'
1559 - 'packer\/provision\/local-{templates}\.yaml'
1560 - 'packer\/templates\/{templates}\.json'
1561 - 'packer\/vars\/{platforms}\.json'
1562 white-list-target-branches:
1569 - lf_packer_verify: &lf_packer_verify
1570 name: lf-packer-verify
1572 ######################
1573 # Default parameters #
1574 ######################
1578 openstack-cloud: vex
1580 gerrit_verify_triggers:
1581 - patchset-created-event:
1582 exclude-drafts: true
1583 exclude-trivial-rebase: false
1584 exclude-no-code-change: false
1585 - draft-published-event
1586 - comment-added-contains-event:
1587 comment-contains-value: '^Patch Set\s+\d+:\s+(recheck|reverify)\s*$'
1589 gerrit_trigger_file_paths:
1590 - compare-type: REG_EXP
1591 pattern: 'packer\/.*'
1593 # github_included_regions MUST match gerrit_trigger_file_paths
1594 github_included_regions:
1597 #####################
1598 # Job Configuration #
1599 #####################
1604 - lf-infra-packer-validate:
1605 openstack: "{openstack}"
1606 openstack-cloud: "{openstack-cloud}"
1607 packer-cloud-settings: "{packer-cloud-settings}"
1608 packer-version: "{packer-version}"
1611 name: "{project-name}-packer-verify"
1612 id: gerrit-packer-verify
1613 <<: *lf_packer_common
1614 # yamllint disable-line rule:key-duplicates
1615 <<: *lf_packer_verify
1617 ######################
1618 # Default parameters #
1619 ######################
1621 git-url: "$GIT_URL/$GERRIT_PROJECT"
1623 #####################
1624 # Job Configuration #
1625 #####################
1628 - lf-infra-gerrit-scm:
1629 git-url: "{git-url}"
1630 refspec: "$GERRIT_REFSPEC"
1631 branch: "$GERRIT_BRANCH"
1632 submodule-recursive: "{submodule-recursive}"
1633 submodule-timeout: "{submodule-timeout}"
1634 submodule-disable: "{submodule-disable}"
1635 choosing-strategy: gerrit
1636 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1640 server-name: "{gerrit-server-name}"
1641 trigger-on: "{obj:gerrit_verify_triggers}"
1643 - project-compare-type: ANT
1644 project-pattern: "{project}"
1646 - branch-compare-type: ANT
1647 branch-pattern: "**/{branch}"
1648 file-paths: "{obj:gerrit_trigger_file_paths}"
1651 name: "{project-name}-packer-verify"
1652 id: github-packer-verify
1653 <<: *lf_packer_common
1654 # yamllint disable-line rule:key-duplicates
1655 <<: *lf_packer_verify
1657 #####################
1658 # Job Configuration #
1659 #####################
1662 - lf-infra-properties:
1663 project: "{project}"
1664 build-days-to-keep: 7
1666 url: "{github-url}/{github-org}/{project}"
1669 - lf-infra-github-scm:
1670 url: "{git-clone-url}{github-org}/{project}"
1671 refspec: "+refs/pull/*:refs/remotes/origin/pr/*"
1673 submodule-recursive: "{submodule-recursive}"
1674 submodule-timeout: "{submodule-timeout}"
1675 submodule-disable: "{submodule-disable}"
1676 choosing-strategy: default
1677 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1680 - github-pull-request:
1681 trigger-phrase: "^(recheck|reverify)$"
1682 only-trigger-phrase: false
1683 status-context: "Packer Verify"
1686 included-regions: "{obj:github_included_regions}"
1687 white-list-target-branches:
1694 - lf_puppet_verify: &lf_puppet_verify
1695 name: lf-puppet-verify
1697 ######################
1698 # Default parameters #
1699 ######################
1702 build-days-to-keep: 7
1705 git-url: "$GIT_URL/$GERRIT_PROJECT"
1706 github-url: "https://github.com"
1709 puppet-lint-version: 2.3.6
1711 submodule-recursive: true
1712 submodule-timeout: 10
1713 submodule-disable: false
1715 gerrit_trigger_file_paths:
1716 - compare-type: REG_EXP
1719 # github_included_regions MUST match gerrit_trigger_file_paths
1720 github_included_regions:
1723 #####################
1724 # Job Configuration #
1725 #####################
1727 project-type: freestyle
1728 node: "{build-node}"
1730 disabled: "{disable-job}"
1733 - lf-infra-properties:
1734 build-days-to-keep: "{build-days-to-keep}"
1737 - lf-infra-parameters:
1738 project: "{project}"
1741 - lf-puppet-parameters:
1742 puppet-lint-version: "{puppet-lint-version}"
1745 - lf-infra-wrappers:
1746 build-timeout: "{build-timeout}"
1747 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1750 - shell: !include-raw-escape: ../shell/puppet-lint.sh
1756 name: "{project-name}-puppet-verify"
1757 id: gerrit-puppet-verify
1758 <<: *lf_puppet_verify
1760 ######################
1761 # Default parameters #
1762 ######################
1764 gerrit_verify_triggers:
1765 - patchset-created-event:
1766 exclude-drafts: true
1767 exclude-trivial-rebase: false
1768 exclude-no-code-change: false
1769 - draft-published-event
1770 - comment-added-contains-event:
1771 comment-contains-value: '^Patch Set\s+\d+:\s+(recheck|reverify)\s*$'
1773 #####################
1774 # Job Configuration #
1775 #####################
1778 - lf-infra-gerrit-scm:
1779 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1780 git-url: "{git-url}"
1781 refspec: "$GERRIT_REFSPEC"
1782 branch: "$GERRIT_BRANCH"
1783 submodule-recursive: "{submodule-recursive}"
1784 submodule-timeout: "{submodule-timeout}"
1785 submodule-disable: "{submodule-disable}"
1786 choosing-strategy: gerrit
1790 server-name: "{gerrit-server-name}"
1791 trigger-on: "{obj:gerrit_verify_triggers}"
1793 - project-compare-type: ANT
1794 project-pattern: "{project}"
1796 - branch-compare-type: ANT
1797 branch-pattern: "**/{branch}"
1798 file-paths: "{obj:gerrit_trigger_file_paths}"
1801 name: "{project-name}-puppet-verify"
1802 id: github-puppet-verify
1803 <<: *lf_puppet_verify
1805 #####################
1806 # Job Configuration #
1807 #####################
1810 - lf-infra-properties:
1811 project: "{project}"
1812 build-days-to-keep: 7
1814 url: "{github-url}/{github-org}/{project}"
1817 - lf-infra-github-scm:
1818 url: "{git-clone-url}{github-org}/{project}"
1819 refspec: "+refs/pull/*:refs/remotes/origin/pr/*"
1821 submodule-recursive: "{submodule-recursive}"
1822 submodule-timeout: "{submodule-timeout}"
1823 submodule-disable: "{submodule-disable}"
1824 choosing-strategy: default
1825 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1828 - github-pull-request:
1829 trigger-phrase: "^(recheck|reverify)$"
1830 only-trigger-phrase: false
1831 status-context: "Puppet Verify"
1834 included-regions: "{obj:github_included_regions}"
1835 white-list-target-branches:
1842 - lf_sonar_common: &lf_sonar_common
1843 name: lf-sonar-common
1845 ######################
1846 # Default parameters #
1847 ######################
1849 archive-artifacts: >
1852 branch: master # Sonar should always be run on master branch
1853 build-days-to-keep: 7
1855 cron: "H H * * *" # run daily
1857 git-url: "$GIT_URL/$PROJECT"
1858 github-url: "https://github.com"
1860 submodule-recursive: true
1861 submodule-timeout: 10
1862 submodule-disable: false
1866 sonar-properties: ""
1868 sonar-additional-args: ""
1870 gerrit_trigger_file_paths:
1871 - compare-type: REG_EXP
1874 # github_included_regions MUST match gerrit_trigger_file_paths
1875 github_included_regions:
1878 #####################
1879 # Job Configuration #
1880 #####################
1882 project-type: freestyle
1883 node: "{build-node}"
1886 - lf-infra-properties:
1887 build-days-to-keep: "{build-days-to-keep}"
1890 - lf-infra-wrappers:
1891 build-timeout: "{build-timeout}"
1892 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1894 disabled: "{disable-job}"
1897 - lf-infra-parameters:
1898 project: "{project}"
1902 name: ARCHIVE_ARTIFACTS
1903 default: "{archive-artifacts}"
1904 description: Artifacts to archive to the logs server.
1909 - lf_sonar_builders: &lf_sonar_builders
1910 name: lf-sonar-builders
1912 - lf-infra-pre-build
1914 sonar-task: "{sonar-task}"
1915 sonar-properties: "{sonar-properties}"
1916 sonar-java-opts: "{sonar-java-opts}"
1917 sonar-additional-args: "{sonar-additional-args}"
1919 - lf_sonar_builders_prescan: &lf_sonar_builders_prescan
1920 name: lf-sonar-builders-prescan
1922 - lf-infra-pre-build
1923 - lf-infra-sonar-with-prescan:
1924 sonar-task: "{sonar-task}"
1925 sonar-properties: "{sonar-properties}"
1926 sonar-java-opts: "{sonar-java-opts}"
1927 sonar-additional-args: "{sonar-additional-args}"
1929 - lf_sonar_gerrit_common: &lf_sonar_gerrit_common
1930 name: lf-sonar-gerrit-common
1931 gerrit_sonar_triggers:
1932 - comment-added-contains-event:
1933 comment-contains-value: '^Patch Set\s+\d+:\s+run-sonar\s*$'
1936 - lf-infra-gerrit-scm:
1937 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1938 git-url: "{git-url}"
1939 refspec: $GERRIT_REFSPEC
1940 branch: $GERRIT_BRANCH
1941 submodule-recursive: "{submodule-recursive}"
1942 submodule-timeout: "{submodule-timeout}"
1943 submodule-disable: "{submodule-disable}"
1944 choosing-strategy: default
1947 - timed: "{obj:cron}"
1949 server-name: "{gerrit-server-name}"
1950 trigger-on: "{obj:gerrit_sonar_triggers}"
1952 - project-compare-type: "ANT"
1953 project-pattern: "{project}"
1955 - branch-compare-type: "ANT"
1956 branch-pattern: "**/{branch}"
1957 file-paths: "{obj:gerrit_trigger_file_paths}"
1964 - lf_sonar_github_common: &lf_sonar_github_common
1965 name: lf-sonar-github-common
1967 - lf-infra-properties:
1968 build-days-to-keep: "{build-days-to-keep}"
1970 url: "{github-url}/{github-org}/{project}"
1973 - lf-infra-github-scm:
1974 url: "{git-clone-url}{github-org}/{project}"
1975 refspec: "+refs/pull/*:refs/remotes/origin/pr/*"
1977 submodule-recursive: "{submodule-recursive}"
1978 submodule-timeout: "{submodule-timeout}"
1979 submodule-disable: "{submodule-disable}"
1980 choosing-strategy: default
1981 jenkins-ssh-credential: "{jenkins-ssh-credential}"
1984 - github-pull-request:
1985 trigger-phrase: "^run-sonar$"
1986 only-trigger-phrase: false
1987 status-context: "Python Sonar"
1990 white-list-target-branches:
1992 included-regions: "{obj:github_included_regions}"
1995 name: "{project-name}-sonar"
1997 <<: *lf_sonar_common
1998 # yamllint disable-line rule:key-duplicates
1999 <<: *lf_sonar_builders
2000 # yamllint disable-line rule:key-duplicates
2001 <<: *lf_sonar_gerrit_common
2004 name: "{project-name}-sonar"
2006 <<: *lf_sonar_common
2007 # yamllint disable-line rule:key-duplicates
2008 <<: *lf_sonar_builders
2009 # yamllint disable-line rule:key-duplicates
2010 <<: *lf_sonar_github_common
2013 name: "{project-name}-sonar-prescan"
2014 id: gerrit-sonar-prescan
2015 <<: *lf_sonar_common
2016 # yamllint disable-line rule:key-duplicates
2017 <<: *lf_sonar_builders_prescan
2018 # yamllint disable-line rule:key-duplicates
2019 <<: *lf_sonar_gerrit_common
2022 name: "{project-name}-sonar-prescan"
2023 id: github-sonar-prescan
2024 <<: *lf_sonar_common
2025 # yamllint disable-line rule:key-duplicates
2026 <<: *lf_sonar_builders_prescan
2027 # yamllint disable-line rule:key-duplicates
2028 <<: *lf_sonar_github_common