X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.jjb-test%2Flf-ci-jobs.yaml;h=f66be15195bb3234dc3e1048c324b5b67f70ef66;hb=refs%2Fchanges%2F56%2F72756%2F1;hp=ed0ef468670743b2ee7df746eddbc0575b94a540;hpb=227dc247632240097740bf3cfece2829bfd3cf14;p=releng%2Fglobal-jjb.git diff --git a/.jjb-test/lf-ci-jobs.yaml b/.jjb-test/lf-ci-jobs.yaml index ed0ef468..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,6 +12,7 @@ - "{project-name}-github-ci-jobs" project-name: github-ciman + github-org: fake-org - project: name: gerrit-openstack-jobs @@ -31,6 +31,7 @@ - github-openstack-cron project-name: github-ciman + github-org: fake-org jenkins-urls: > https://jenkins.example.org @@ -58,6 +59,7 @@ packer-cloud-settings: ci-packer-cloud-env project-name: github-ciman + github-org: fake-org platforms: - centos - ubuntu1604 @@ -66,6 +68,8 @@ - java-builder - mininet + update-cloud-images: false + - project: name: throttle-ci-jobs jobs: @@ -87,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