Skip to content

Commit

Permalink
Merge pull request #162 from cardosov/qat-cleanup
Browse files Browse the repository at this point in the history
[CLEANUP] - disable parallelize in some job items
  • Loading branch information
lgrill-pentaho authored Oct 9, 2018
2 parents 0419c42 + ae05ce3 commit 9fc570c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions resources/builders/qat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ jobGroups:
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-platform.git
scmBranch : ${DEFAULT_BRANCH}
directives : += -DskipDefault -P platform-user-console -Djavadoc
parallelize : true
#parallelize : true
versionProperty : platform.version

- jobID : big-data-plugin-features
Expand Down Expand Up @@ -524,7 +524,7 @@ jobGroups:
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-platform-plugin-reporting.git
scmBranch : ${DEFAULT_BRANCH}
versionProperty : pentaho-reporting-plugin.version
parallelize : true
#parallelize : true

3000:

Expand Down Expand Up @@ -664,7 +664,7 @@ jobGroups:
versionProperty : pir-plugin.version
archivable : true
artifactsArchivePattern: ${PIR_PLUGIN_PATTERN}
parallelize : true
#parallelize : true

- jobID : pdi-scheduler-plugin
scmUrl : ${PENTAHO_SCM_ROOT}/pdi-scheduler-plugin.git
Expand Down Expand Up @@ -727,7 +727,7 @@ jobGroups:
versionProperty : pentaho-reporting.version
archivable : true
artifactsArchivePattern: ${PRD_ASSEMBLY_PATTERN}
parallelize : true
#parallelize : true

4000:

Expand Down
6 changes: 3 additions & 3 deletions resources/builders/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ jobGroups:
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-platform.git
scmBranch : ${DEFAULT_BRANCH}
directives : += -DskipDefault -P platform-user-console
parallelize : true
#parallelize : true
versionProperty : platform.version

- jobID : big-data-plugin-features
Expand Down Expand Up @@ -506,7 +506,7 @@ jobGroups:

- jobID : platform-reporting-plugin
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-platform-plugin-reporting.git
parallelize : true
#parallelize : true
scmBranch : ${DEFAULT_BRANCH}
versionProperty : pentaho-reporting-plugin.version

Expand Down Expand Up @@ -711,7 +711,7 @@ jobGroups:
versionProperty : pentaho-reporting.version
archivable : true
artifactsArchivePattern: ${PRD_ASSEMBLY_PATTERN}
parallelize : true
#parallelize : true

4000:

Expand Down

0 comments on commit 9fc570c

Please sign in to comment.