X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-python-jobs.yaml;h=0029f3ec03d49f4851175493d17f1d0528601b51;hb=refs%2Fchanges%2F97%2F10397%2F2;hp=fc644c0c718119dc639843427bf833113ff999a6;hpb=00c55b34e2528da665e08cc773c1af94984de115;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-python-jobs.yaml b/jjb/lf-python-jobs.yaml index fc644c0c..0029f3ec 100644 --- a/jjb/lf-python-jobs.yaml +++ b/jjb/lf-python-jobs.yaml @@ -51,10 +51,7 @@ archive-artifacts: > **/*.log - **/hs_err_*.log - **/target/**/feature.xml - **/target/failsafe-reports/failsafe-summary.xml - **/target/surefire-reports/*-output.txt + nexus-iq-cli-version: 1.44.0-01 ##################### # Job Configuration # @@ -73,14 +70,6 @@ branch: '{branch}' stream: '{stream}' lftools-version: '{lftools-version}' - - string: - name: NEXUS_IQ_CLI_JAR - default: nexus-iq-cli-1.44.0-01.jar - description: Nexus IQ CLI package to download and use. - - string: - name: ARCHIVE_ARTIFACTS - default: '{archive-artifacts}' - description: Artifacts to archive to the logs server. wrappers: - lf-infra-wrappers: @@ -113,11 +102,20 @@ gerrit_clm_triggers: - comment-added-contains-event: comment-contains-value: run-clm$ + gerrit_trigger_file_paths: + - compare-type: ANT + pattern: '**' ##################### # Job Configuration # ##################### + parameters: + - string: + name: NEXUS_IQ_CLI_VERSION + default: '{nexus-iq-cli-version}' + description: Nexus IQ CLI package to download and use. + triggers: # Build weekly on Saturdays - timed: 'H H * * 6' @@ -130,6 +128,7 @@ branches: - branch-compare-type: ANT branch-pattern: '**/{branch}' + file-paths: '{obj:gerrit_trigger_file_paths}' skip-vote: successful: true failed: true @@ -224,6 +223,9 @@ gerrit_sonar_triggers: - comment-added-contains-event: comment-contains-value: run-sonar$ + gerrit_trigger_file_paths: + - compare-type: ANT + pattern: '**' ##################### # Job Configuration # @@ -265,6 +267,7 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/master' + file-paths: '{obj:gerrit_trigger_file_paths}' skip-vote: successful: true failed: true @@ -435,6 +438,11 @@ - draft-published-event - comment-added-contains-event: comment-contains-value: recheck$ + gerrit_trigger_file_paths: + - compare-type: ANT + pattern: '**' + + parallel: true ##################### # Job Configuration # @@ -449,6 +457,13 @@ submodule-recursive: '{submodule-recursive}' choosing-strategy: gerrit + parameters: + - bool: + name: PARALLEL + default: '{parallel}' + description: Tox test type used to configure serial or parallel testing. + + triggers: - gerrit: server-name: '{gerrit-server-name}' @@ -459,6 +474,7 @@ branches: - branch-compare-type: ANT branch-pattern: '**/{branch}' + file-paths: '{obj:gerrit_trigger_file_paths}' - job-template: # Python projects typically use tox to run testing.