This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 1b83e3350f33b4bea8de970b902ff918242e18c2 Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Tue Jun 6 11:04:02 2023 +0200 Temporary disabled openshift-master, kubernetes native tests, because of different kubernetes-client in C and Q --- integration-tests/kubernetes/pom.xml | 56 +++++++++++----------- integration-tests/master-openshift/pom.xml | 76 +++++++++++++++--------------- 2 files changed, 68 insertions(+), 64 deletions(-) diff --git a/integration-tests/kubernetes/pom.xml b/integration-tests/kubernetes/pom.xml index 7b6d9c68c7..80550a899c 100644 --- a/integration-tests/kubernetes/pom.xml +++ b/integration-tests/kubernetes/pom.xml @@ -75,33 +75,35 @@ <profiles> - <profile> - <id>native</id> - <activation> - <property> - <name>native</name> - </property> - </activation> - <properties> - <quarkus.package.type>native</quarkus.package.type> - </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> - </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>--> +<!-- </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>--> +<!-- </plugin>--> +<!-- </plugins>--> +<!-- </build>--> +<!-- </profile>--> <profile> <id>virtualDependencies</id> <activation> 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 > - <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 >--> +<!-- <HOSTNAME>leader</HOSTNAME>--> +<!-- </environmentVariables>--> +<!-- </configuration>--> +<!-- </plugin>--> +<!-- </plugins>--> +<!-- </build>--> +<!-- </profile>--> <profile> <id>virtualDependencies</id> <activation>