X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.jjb-test%2Flf-ci-jobs.yaml;h=f7eed0d0d9416785f922032fac6fb8d8842e5875;hb=ed6b5d3de1eadc54717670b2a7a946051c821944;hp=c88fa92695a7ee00cdfc38ac8ace4398fb852fe9;hpb=d0b4b64aa4c1ced7c3c07b5fb8f50613e40b3baa;p=releng%2Fglobal-jjb.git diff --git a/.jjb-test/lf-ci-jobs.yaml b/.jjb-test/lf-ci-jobs.yaml index c88fa926..f7eed0d0 100644 --- a/.jjb-test/lf-ci-jobs.yaml +++ b/.jjb-test/lf-ci-jobs.yaml @@ -3,7 +3,6 @@ name: gerrit-ci-jobs jobs: - "{project-name}-ci-jobs" - - gerrit-branch-lock project-name: gerrit-ciman @@ -14,7 +13,6 @@ project-name: github-ciman - - project: name: gerrit-openstack-jobs jobs: @@ -23,8 +21,8 @@ project-name: gerrit-ciman jenkins-urls: > - https://jenkins.example.org - https://jenkins.example.org/sandbox + https://jenkins.example.org + https://jenkins.example.org/sandbox - project: name: github-openstack-jobs @@ -34,9 +32,8 @@ project-name: github-ciman jenkins-urls: > - https://jenkins.example.org - https://jenkins.example.org/sandbox - + https://jenkins.example.org + https://jenkins.example.org/sandbox - project: name: gerrit-packer-jobs @@ -68,6 +65,8 @@ - java-builder - mininet + update-cloud-images: false + - project: name: throttle-ci-jobs jobs: @@ -75,11 +74,11 @@ throttle-enabled: true throttle_categories: - - 'cat1' - - 'cat2' + - "cat1" + - "cat2" throttle-max-per-node: 3 throttle-max-total: 2 - throttle-option: 'category' + throttle-option: "category" project-name: throttle-ciman @@ -89,3 +88,27 @@ - project-view project-name: ci-jobs + +# required by gerrit-sonar-prescan and github-sonar-prescan +- builder: + name: lf-sonar-prescan + builders: + - shell: "#!/bin/sh" + +- project: + name: gerrit-sonar-jobs + project-name: gerrit-ciman + jobs: + - gerrit-sonar + - gerrit-sonar-prescan + - gerrit-sonar-prescan-script: + sonar-prescan-script: "#!/bin/sh" + +- project: + name: github-sonar-jobs + project-name: github-ciman + jobs: + - github-sonar + - github-sonar-prescan + - github-sonar-prescan-script: + sonar-prescan-script: "#!/bin/sh"