From 9562ae6af879b0086047bccdb1f21d094769a0e2 Mon Sep 17 00:00:00 2001 From: Pierangelo Di Pilato Date: Thu, 19 Oct 2023 17:37:53 +0200 Subject: [PATCH] Use Quarkus 2.13.8.SP3-redhat-00001 (#872) * Fix s-o branch to install e2e Signed-off-by: Pierangelo Di Pilato Co-authored-by: David Simansky --- data-plane/pom.xml | 28 ++++++++++++++++++++++++++-- openshift/e2e-common.sh | 2 +- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/data-plane/pom.xml b/data-plane/pom.xml index 6b1b9df927..e9b07ee2ea 100644 --- a/data-plane/pom.xml +++ b/data-plane/pom.xml @@ -60,7 +60,7 @@ 3.2.3 1.9.6.Final 3.2.1 - 2.13.7.Final + 2.13.8.SP3-redhat-00001 @@ -95,7 +95,31 @@ + + + red-hat-enterprise-maven-repository + https://maven.repository.redhat.com/ga/ + + true + + + false + + + + + + + true + + + false + + redhat + https://maven.repository.redhat.com/ga + + https://oss.sonatype.org/content/repositories/snapshots/ sonatype @@ -112,7 +136,7 @@ - io.quarkus + com.redhat.quarkus.platform quarkus-bom ${quarkus.version} pom diff --git a/openshift/e2e-common.sh b/openshift/e2e-common.sh index 42f34b2856..8ff04aa778 100755 --- a/openshift/e2e-common.sh +++ b/openshift/e2e-common.sh @@ -129,7 +129,7 @@ EOF export KNATIVE_EVENTING_KAFKA_BROKER_MANIFESTS_DIR local operator_dir=/tmp/serverless-operator - git clone --branch main https://github.com/openshift-knative/serverless-operator.git $operator_dir + git clone --branch release-1.30 https://github.com/openshift-knative/serverless-operator.git $operator_dir export GOPATH=/tmp/go local failed=0 pushd $operator_dir || return $?