You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ji...@apache.org on 2023/06/06 09:04:19 UTC

[camel-quarkus] branch camel-main updated: Temporary disabled openshift-master native tests, because of different kubernetes-client in C and Q

This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/camel-main by this push:
     new e2fcdb5fb2 Temporary disabled openshift-master native tests, because of different kubernetes-client in C and Q
e2fcdb5fb2 is described below

commit e2fcdb5fb21fee9c2ad2eb9bf58bd50b12546638
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Tue Jun 6 11:04:02 2023 +0200

    Temporary disabled openshift-master native tests, because of different kubernetes-client in C and Q
---
 integration-tests/master-openshift/pom.xml | 76 +++++++++++++++---------------
 1 file changed, 39 insertions(+), 37 deletions(-)

diff --git a/integration-tests/master-openshift/pom.xml b/integration-tests/master-openshift/pom.xml
index 23cd59a20b..ba42245e71 100644
--- a/integration-tests/master-openshift/pom.xml
+++ b/integration-tests/master-openshift/pom.xml
@@ -149,43 +149,45 @@
                 </plugins>
             </build>
         </profile>
-         <profile>
-             <id>native</id>
-             <activation>
-                 <property>
-                     <name>native</name>
-                 </property>
-             </activation>
-             <properties>
-                 <quarkus.package.type>native</quarkus.package.type>
-                 <quarkus.runner>${project.build.directory}/${project.artifactId}-${project.version}-runner</quarkus.runner>
-             </properties>
-             <build>
-                 <plugins>
-                     <plugin>
-                         <groupId>org.apache.maven.plugins</groupId>
-                         <artifactId>maven-failsafe-plugin</artifactId>
-                         <executions>
-                             <execution>
-                                 <goals>
-                                     <goal>integration-test</goal>
-                                     <goal>verify</goal>
-                                 </goals>
-                             </execution>
-                         </executions>
-                         <configuration>
-                             <systemProperties>
-                                 <quarkus.runner>${quarkus.runner}</quarkus.runner>
-                             </systemProperties>
-                             <environmentVariables>
-                                 Fake KubernetesClusterService so it assumes being run from a pod named leader  &gt;
-                                 <HOSTNAME>leader</HOSTNAME>
-                             </environmentVariables>
-                         </configuration>
-                     </plugin>
-                 </plugins>
-             </build>
-         </profile>
+<!--        https://github.com/apache/camel-quarkus/issues/4957 -->
+<!--        Profile should be restored after upgrade of Quarkus-->
+<!--         <profile>-->
+<!--             <id>native</id>-->
+<!--             <activation>-->
+<!--                 <property>-->
+<!--                     <name>native</name>-->
+<!--                 </property>-->
+<!--             </activation>-->
+<!--             <properties>-->
+<!--                 <quarkus.package.type>native</quarkus.package.type>-->
+<!--                 <quarkus.runner>${project.build.directory}/${project.artifactId}-${project.version}-runner</quarkus.runner>-->
+<!--             </properties>-->
+<!--             <build>-->
+<!--                 <plugins>-->
+<!--                     <plugin>-->
+<!--                         <groupId>org.apache.maven.plugins</groupId>-->
+<!--                         <artifactId>maven-failsafe-plugin</artifactId>-->
+<!--                         <executions>-->
+<!--                             <execution>-->
+<!--                                 <goals>-->
+<!--                                     <goal>integration-test</goal>-->
+<!--                                     <goal>verify</goal>-->
+<!--                                 </goals>-->
+<!--                             </execution>-->
+<!--                         </executions>-->
+<!--                         <configuration>-->
+<!--                             <systemProperties>-->
+<!--                                 <quarkus.runner>${quarkus.runner}</quarkus.runner>-->
+<!--                             </systemProperties>-->
+<!--                             <environmentVariables>-->
+<!--                                 Fake KubernetesClusterService so it assumes being run from a pod named leader  &gt;-->
+<!--                                 <HOSTNAME>leader</HOSTNAME>-->
+<!--                             </environmentVariables>-->
+<!--                         </configuration>-->
+<!--                     </plugin>-->
+<!--                 </plugins>-->
+<!--             </build>-->
+<!--         </profile>-->
          <profile>
              <id>virtualDependencies</id>
              <activation>