X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-ci-jobs.yaml;h=b1d3646b84f9f537bc5ef9660c65bc534b0a163e;hb=0912741cdcac047d4ef2e0d689a0260debc92b32;hp=74eaee0c4baa364c0989da846bedd02aae2a6aec;hpb=724167b0fc12efba132bed0033ef1d98d68d940f;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index 74eaee0c..b1d3646b 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -8,8 +8,21 @@ jjb-version: 1.6.2 jobs: - - '{project-name}-jjb-merge' - - '{project-name}-jjb-verify' + - gerrit-jjb-merge + - gerrit-jjb-verify + +- job-group: + name: '{project-name}-github-ci-jobs' + + # This job group contains all the recommended jobs that should be deployed + # for any project ci that is using github. + + jjb-version: 1.6.2 + + jobs: + - 'github-jjb-merge' + - 'github-jjb-verify' + #################### # Anchors & Macros # @@ -102,6 +115,7 @@ - job-template: name: '{project-name}-jjb-merge' + id: gerrit-jjb-merge <<: *lf_jjb_verify_merge # yamllint disable-line rule:key-duplicates <<: *lf_jjb_merge_builders @@ -131,6 +145,7 @@ - job-template: name: '{project-name}-jjb-verify' + id: gerrit-jjb-verify concurrent: true <<: *lf_jjb_verify_merge # yamllint disable-line rule:key-duplicates @@ -162,3 +177,83 @@ - branch-compare-type: ANT branch-pattern: '**/{branch}' <<: *lf_jjb_file_paths + +- job-template: + name: '{project-name}-jjb-merge' + id: github-jjb-merge + <<: *lf_jjb_verify_merge + # yamllint disable-line rule:key-duplicates + <<: *lf_jjb_merge_builders + + ###################### + # Default parameters # + ###################### + + github-url: https://github.com + + ##################### + # Job Configuration # + ##################### + + properties: + - github: + url: '{github-url}/{github-org}/{project}' + + scm: + - lf-infra-github-scm: + url: '$GIT_URL/$PROJECT' + refspec: '+refs/pull/*:refs/remotes/origin/pr/*' + branch: '{branch}' + submodule-recursive: '{submodule-recursive}' + choosing-strategy: default + jenkins-ssh-credential: '{jenkins-ssh-credential}' + + triggers: + - github-pull-request: + trigger-phrase: '^remerge$' + only-trigger-phrase: true + status-context: 'JJB Merge' + permit-all: false + github-hooks: true + auto-close-on-fail: false + org-list: + - '{github-org}' + +- job-template: + name: '{project-name}-jjb-verify' + id: github-jjb-verify + <<: *lf_jjb_verify_merge + # yamllint disable-line rule:key-duplicates + <<: *lf_jjb_merge_builders + + ###################### + # Default parameters # + ###################### + + github-url: https://github.com + + ##################### + # Job Configuration # + ##################### + + properties: + - github: + url: '{github-url}/{github-org}/{project}' + + scm: + - lf-infra-github-scm: + url: '$GIT_URL/$PROJECT' + refspec: '+refs/pull/*:refs/remotes/origin/pr/*' + branch: '{branch}' + submodule-recursive: '{submodule-recursive}' + choosing-strategy: default + jenkins-ssh-credential: '{jenkins-ssh-credential}' + + triggers: + - github-pull-request: + trigger-phrase: '^recheck$' + only-trigger-phrase: false + status-context: 'JJB Verify' + permit-all: true + github-hooks: true + auto-close-on-fail: false