X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-node-jobs.yaml;h=77eb800450c0627885cb49d35b1ae610868ee269;hb=refs%2Fchanges%2F77%2F12377%2F3;hp=44be4428da68d148317c297c8edfcaf041845d5c;hpb=d371fe9f60056d0f4efd988613636869c515b02d;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-node-jobs.yaml b/jjb/lf-node-jobs.yaml index 44be4428..77eb8004 100644 --- a/jjb/lf-node-jobs.yaml +++ b/jjb/lf-node-jobs.yaml @@ -33,7 +33,9 @@ branch: master build-days-to-keep: 7 build-timeout: 10 + disable-job: false git-url: '$GIT_URL/$GERRIT_PROJECT' + github-url: 'https://github.com' node-dir: '' stream: master submodule-recursive: true @@ -53,6 +55,7 @@ project-type: freestyle node: '{build-node}' concurrent: true + disabled: '{disable-job}' properties: - lf-infra-properties: @@ -133,7 +136,7 @@ - lf-infra-properties: build-days-to-keep: '{build-days-to-keep}' - github: - url: '{git-url}/{github-org}/{project}' + url: '{github-url}/{github-org}/{project}' scm: - lf-infra-github-scm: @@ -152,3 +155,5 @@ permit-all: true github-hooks: true included-regions: '{obj:github_included_regions}' + white-list-target-branches: + - '{branch}'