X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-python-jobs.yaml;h=c1fd50bdebfba63a2f3ac4a631fdf8adca814688;hb=4280674744e6a55cfbf34a6edbab606aa242220a;hp=a32a487312473a5afdd5384631f79f23a4706112;hpb=b788ff5c5fdd15bf913b546f451a2045d446d054;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-python-jobs.yaml b/jjb/lf-python-jobs.yaml index a32a4873..c1fd50bd 100644 --- a/jjb/lf-python-jobs.yaml +++ b/jjb/lf-python-jobs.yaml @@ -93,6 +93,7 @@ build-days-to-keep: 30 # 30 days for troubleshooting purposes build-timeout: 60 git-url: '$GIT_URL/$PROJECT' + github-url: 'https://github.com' java-version: openjdk8 nexus-iq-cli-version: 1.44.0-01 staging-profile-id: '' # Unused in this job @@ -141,6 +142,7 @@ # yamllint disable-line rule:key-duplicates <<: *lf_python_xc_clm + disabled: true ###################### # Default parameters # ###################### @@ -188,11 +190,12 @@ # yamllint disable-line rule:key-duplicates <<: *lf_python_xc_clm + disabled: true properties: - 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: @@ -212,6 +215,8 @@ status-context: 'CLM' permit-all: true github-hooks: true + white-list-target-branches: + - '{branch}' included-regions: '{obj:github_included_regions}' ######################## @@ -230,6 +235,7 @@ build-timeout: 60 cron: 'H H * * *' # run daily git-url: '$GIT_URL/$PROJECT' + github-url: 'https://github.com' java-version: openjdk8 python-version: python2 mvn-global-settings: global-settings @@ -369,7 +375,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: @@ -387,6 +393,8 @@ status-context: 'Python Sonar' permit-all: true github-hooks: true + white-list-target-branches: + - '{branch}' included-regions: '{obj:github_included_regions}' ############## @@ -404,6 +412,7 @@ build-days-to-keep: 7 build-timeout: 15 git-url: '$GIT_URL/$GERRIT_PROJECT' + github-url: 'https://github.com' parallel: true python-version: python2 stream: master @@ -517,7 +526,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: @@ -535,4 +544,6 @@ status-context: 'Tox Verify' permit-all: true github-hooks: true + white-list-target-branches: + - '{branch}' included-regions: '{obj:github_included_regions}'