X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-ci-jobs.yaml;h=c07bd033d9cefea1bdb256cef77db117ba91b01a;hb=refs%2Fchanges%2F80%2F12180%2F2;hp=13723b81820cb7a1db9601a9026b563c7c087ac7;hpb=33157b200cf17ea688c996d2b9683a442515bdc3;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index 13723b81..c07bd033 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -136,7 +136,7 @@ branch: master build-timeout: 10 github-url: 'https://github.com' - jjb-version: 2.0.5 + jjb-version: 2.2.1 stream: master submodule-recursive: true @@ -410,6 +410,8 @@ white-list: '{obj:github_pr_whitelist}' admin-list: '{obj:github_pr_admin_list}' included-regions: '{obj:github_included_regions}' + white-list-target-branches: + - '{branch}' ################## # JJB DEPLOY JOB # @@ -524,6 +526,8 @@ status-context: 'JJB Deploy Job' permit-all: true github-hooks: true + white-list-target-branches: + - '{branch}' ############# # JJB Merge # @@ -624,6 +628,8 @@ white-list: '{obj:github_pr_whitelist}' admin-list: '{obj:github_pr_admin_list}' included-regions: '{obj:github_included_regions}' + white-list-target-branches: + - '{branch}' ############## # JJB Verify # @@ -734,6 +740,8 @@ permit-all: true github-hooks: true included-regions: '{obj:github_included_regions}' + white-list-target-branches: + - '{branch}' ################# # License Check # @@ -863,6 +871,8 @@ status-context: 'License Check' permit-all: true github-hooks: true + white-list-target-branches: + - '{branch}' #################### # Info YAML Verify # @@ -957,6 +967,8 @@ github-hooks: true # included-regions MUST match gerrit file-paths included-regions: 'INFO.yaml' + white-list-target-branches: + - '{branch}' ################ # Packer Merge # @@ -1008,7 +1020,7 @@ jenkins-ssh-credential: '{jenkins-ssh-credential}' triggers: - - timed: '{cron}' + - timed: '{obj:cron}' - gerrit: server-name: '{gerrit-server-name}' trigger-on: '{obj:gerrit_merge_triggers}' @@ -1062,7 +1074,7 @@ jenkins-ssh-credential: '{jenkins-ssh-credential}' triggers: - - timed: '{cron}' + - timed: '{obj:cron}' - github - pollscm: cron: '' @@ -1086,6 +1098,8 @@ - 'packer\/provision\/local-{templates}\.yaml' - 'packer\/templates\/{templates}\.json' - 'packer\/vars\/{platforms}\.json' + white-list-target-branches: + - '{branch}' ################# # Packer Verify # @@ -1201,3 +1215,5 @@ permit-all: true github-hooks: true included-regions: '{obj:github_included_regions}' + white-list-target-branches: + - '{branch}'