X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-node-jobs.yaml;h=c6bcc9b3c7bf0f0b68f16ce4038e0dc9adcb9fc3;hb=0ea259773ff37f8a8fdade2424548a31c0bd6590;hp=cca9388b6379a044e5e1205272c1f5d2419b033a;hpb=33157b200cf17ea688c996d2b9683a442515bdc3;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-node-jobs.yaml b/jjb/lf-node-jobs.yaml index cca9388b..c6bcc9b3 100644 --- a/jjb/lf-node-jobs.yaml +++ b/jjb/lf-node-jobs.yaml @@ -1,23 +1,4 @@ --- -- job-group: - name: '{project-name}-github-node-jobs' - - # Job group containing recommended jobs to deploy for a Node Project. - - node-version: 6.11.4 - - jobs: - - github-node-verify - -- job-group: - name: '{project-name}-node-jobs' - - # Job group containing recommended jobs to deploy for a Node Project. - - node-version: 6.11.4 - - jobs: - - gerrit-node-verify ############### # Node Verify # @@ -33,6 +14,7 @@ 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: '' @@ -54,6 +36,7 @@ project-type: freestyle node: '{build-node}' concurrent: true + disabled: '{disable-job}' properties: - lf-infra-properties: @@ -153,3 +136,5 @@ permit-all: true github-hooks: true included-regions: '{obj:github_included_regions}' + white-list-target-branches: + - '{branch}'