Skip to content

Commit

Permalink
Merge pull request #99 from jmcrfp/master
Browse files Browse the repository at this point in the history
[ENGOPS-4411] - Move IT snapshot jobs to Thanos master
  • Loading branch information
cardosov authored Aug 3, 2018
2 parents b2e422a + 1ba4ed3 commit 7652f45
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions resources/builders/it-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ buildProperties:
BUILD_PLAN_ID : Master Suite Build
MAVEN_DEFAULT_DIRECTIVES : clean
MAVEN_DEFAULT_COMMAND_OPTIONS : -B -e -q
MAVEN_TEST_OPTS : -DsurefireArgLine=-Xmx1g \verify -DrunITs site sonar:sonar@sonar_publish -Dsonar -Dsonar.branch=${DEFAULT_BRANCH} -Dsonar.host.url=http://sonar.pentaho.com:9000 -Dmaven.test.failure.ignore
MAVEN_TEST_OPTS : -DsurefireArgLine=-Xmx1g \verify -DrunITs -Daudit sonar:sonar@sonar_publish -Dsonar -Dsonar.branch=${DEFAULT_BRANCH} -Dsonar.host.url=http://sonar.pentaho.com:9000 -Dmaven.test.failure.ignore
IGNORE_PIPELINE_FAILURE : true
ARCHIVE_ARTIFACTS_PATTERN : '**/target/*.gz, **/target/*.zip'
JOB_ITEM_DEFAULTS :
archivable : false
PARALLEL_UNIT_TESTS_CHUNKSIZE : 110
Expand Down Expand Up @@ -46,7 +45,6 @@ jobGroups:
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-osgi-bundles.git
scmBranch : ${DEFAULT_BRANCH}
versionProperty : pentaho-osgi-bundles.version
directives : -= site
archiveMatcher : NONE

- jobID : oss-license-assembly
Expand Down Expand Up @@ -154,7 +152,6 @@ jobGroups:
- jobID : platform
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-platform.git
scmBranch : ${DEFAULT_BRANCH}
directives : -= site
versionProperty : platform.version

- jobID : pdi
Expand Down Expand Up @@ -192,7 +189,6 @@ jobGroups:
- jobID : pdi-dataservice-plugin
scmUrl : ${PENTAHO_SCM_ROOT}/pdi-dataservice-plugin.git
scmBranch : ${DEFAULT_BRANCH}
directives : -= site
versionProperty : pdi-dataservice-client-plugin.version

- jobID : archetypes-ee
Expand Down Expand Up @@ -265,7 +261,6 @@ jobGroups:
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-metaverse.git
scmBranch : ${DEFAULT_BRANCH}
versionProperty : pentaho-metaverse.version
directives : -= site
archiveMatcher : NONE

- jobID : pdi-monitoring-plugin
Expand Down Expand Up @@ -336,7 +331,6 @@ jobGroups:
- jobID : data-access-plugin
scmUrl : ${PENTAHO_SCM_ROOT}/data-access.git
scmBranch : ${DEFAULT_BRANCH}
directives : -= site
versionProperty : pentaho-data-access.version

- jobID : marketplace-plugin
Expand Down Expand Up @@ -420,13 +414,12 @@ jobGroups:
- jobID : geo-plugin
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-platform-plugin-geo.git
scmBranch : ${DEFAULT_BRANCH}
directives : -= site
versionProperty : pentaho-geo-plugin.version

- jobID : analyzer-plugin
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-analyzer.git
scmBranch : ${DEFAULT_BRANCH}
directives : += -Dagilebi -= site
directives : += -Dagilebi
versionProperty : analyzer-plugin.version

- jobID : platform-chart-plugin-ee
Expand All @@ -442,7 +435,6 @@ jobGroups:
- jobID : pdi-yarn-plugin
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-yarn-kettle-plugin.git
scmBranch : ${DEFAULT_BRANCH}
directives : -= site
versionProperty : pentaho-kettle-yarn-plugin.version
archiveMatcher : NONE

Expand Down Expand Up @@ -554,7 +546,6 @@ jobGroups:
- jobID : foundry-workers-ee
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-ee.git
scmBranch : ${DEFAULT_BRANCH}
directives : clean package
versionProperty : worker-nodes.version
root : foundry

Expand Down

0 comments on commit 7652f45

Please sign in to comment.