Remove -Pintegrationtests from controller 67/88867/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Apr 2020 20:37:59 +0000 (22:37 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Apr 2020 20:37:59 +0000 (22:37 +0200)
There is no such profile defined anywhere in controller, hence
this is a no-op. Remove the activation flag.

Change-Id: I1a382cbf074676b20e16c00008b3f9a65faf4aa1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
jjb/controller/controller.yaml

index 91be5fedba93a733def35bfe23b421ba785bbdd6..6ad59e788935569e26e7c4f80b6dc5f9e17f7988 100644 (file)
@@ -17,7 +17,7 @@
     java-version: 'openjdk11'
     mvn-settings: 'controller-settings'
     mvn-version: mvn36
-    mvn-goals: 'clean deploy -Pintegrationtests,docs'
+    mvn-goals: 'clean deploy -Pdocs'
     mvn-opts: '-Xmx4096m -Dmaven.compile.fork=true'
     build-node: centos7-builder-8c-8g
     build-timeout: 90