summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-07-30 10:00:50 -0400
committerRob Daugherty <rd472p@att.com>2018-07-30 10:23:05 -0400
commitd4ed08979e7ded3ec3c016857e9c359e21101b85 (patch)
treed3aa874387f92af270fd6f2951a2b4c8dbb64b2a
parenta15ae3d6502882e60fd1e57cdf39a4ef95bcaf2d (diff)
Remove Arquillian tests from SO jenkins builds
Arquillian will not be supported in Casablanca. Removing it will speed up verify, merge, and release builds by an order of magnitude. Change-Id: Ia9cee0db2ac2950e6fd1a189b47026edd5a3c47d Issue-ID: CIMAN-183 Signed-off-by: Rob Daugherty <rd472p@att.com>
-rw-r--r--jjb/so/so.yaml14
1 files changed, 3 insertions, 11 deletions
diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml
index 79ebdf96f..dc016d127 100644
--- a/jjb/so/so.yaml
+++ b/jjb/so/so.yaml
@@ -5,17 +5,9 @@
project-name: 'so'
jobs:
- gerrit-maven-clm
- - '{project-name}-{stream}-verify-profile-java':
- mvn-profile: 'with-integration-tests'
- build-node: 'ubuntu1604-docker-8c-8g'
- archive-artifacts: 'packages/arquillian-unit-tests/target/**/*'
- - '{project-name}-{stream}-merge-profile-java':
- mvn-profile: 'with-integration-tests'
- build-node: 'ubuntu1604-docker-8c-8g'
- archive-artifacts: 'packages/arquillian-unit-tests/target/**/*'
- - '{project-name}-{stream}-release-version-profile-java-daily':
- mvn-profile: 'with-integration-tests'
- build-node: 'ubuntu1604-docker-8c-8g'
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-version-java-daily'
- '{project-name}-{stream}-docker-version-java-daily':
docker-pom: 'pom.xml'
mvn-profile: 'docker'