Remove Arquillian tests from SO jenkins builds 35/58035/3
authorRob Daugherty <rd472p@att.com>
Mon, 30 Jul 2018 14:00:50 +0000 (10:00 -0400)
committerRob Daugherty <rd472p@att.com>
Mon, 30 Jul 2018 14:23:05 +0000 (10:23 -0400)
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>
jjb/so/so.yaml

index 79ebdf9..dc016d1 100644 (file)
@@ -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'