X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.jjb-test%2Flf-ci-jobs.yaml;h=f66be15195bb3234dc3e1048c324b5b67f70ef66;hb=2dbcd20be0741c1ac2ff160634814c90b84f0e44;hp=c88fa92695a7ee00cdfc38ac8ace4398fb852fe9;hpb=5e69a04c8ff3dc6c0cefa392b6b60c626aaddf24;p=releng%2Fglobal-jjb.git diff --git a/.jjb-test/lf-ci-jobs.yaml b/.jjb-test/lf-ci-jobs.yaml index c88fa926..f66be151 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 @@ -13,7 +12,7 @@ - "{project-name}-github-ci-jobs" project-name: github-ciman - + github-org: fake-org - project: name: gerrit-openstack-jobs @@ -23,8 +22,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 @@ -32,11 +31,11 @@ - github-openstack-cron project-name: github-ciman + github-org: fake-org 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 @@ -60,6 +59,7 @@ packer-cloud-settings: ci-packer-cloud-env project-name: github-ciman + github-org: fake-org platforms: - centos - ubuntu1604 @@ -68,6 +68,8 @@ - java-builder - mininet + update-cloud-images: false + - project: name: throttle-ci-jobs jobs: @@ -75,11 +77,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 +91,29 @@ - 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" + + github-org: fake-org