From d23d89b49e057ef2435e9bd9afc7aeffce3dd155 Mon Sep 17 00:00:00 2001 From: Brian Stansberry Date: Mon, 14 Aug 2023 14:08:54 -0500 Subject: [PATCH] [WFLY-18350] Constrain the testsuite/galleon/update testing to the minor channel associated with the branch --- pom.xml | 4 +++- testsuite/galleon/update/pom.xml | 3 +++ testsuite/galleon/update/run-test.sh | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2e2cf3a62ad1..aaa337daec65 100644 --- a/pom.xml +++ b/pom.xml @@ -146,7 +146,9 @@ ${project.version} 30 - 30.0 + ${product.docs.server.version}.0 + + ${product.docs.server.version}.0 true diff --git a/testsuite/galleon/update/pom.xml b/testsuite/galleon/update/pom.xml index 3ba20f8658c2..3db8bc45bf1d 100644 --- a/testsuite/galleon/update/pom.xml +++ b/testsuite/galleon/update/pom.xml @@ -66,6 +66,7 @@ + @@ -74,6 +75,7 @@ + @@ -82,6 +84,7 @@ + diff --git a/testsuite/galleon/update/run-test.sh b/testsuite/galleon/update/run-test.sh index 27ca6dabebab..b05af129d8ae 100755 --- a/testsuite/galleon/update/run-test.sh +++ b/testsuite/galleon/update/run-test.sh @@ -27,7 +27,7 @@ echo "Testing update of ${WILDFLY_PRODUCER} from ${WF_BASE_VERSION} to ${WILDFLY wildflyDir="${BASE_DIR}"/target/${WILDFLY_PRODUCER} rm -rf "${wildflyDir}" -"${BASE_DIR}"/target/galleon/galleon-${GALLEON_VERSION}/bin/galleon.sh install ${WILDFLY_PRODUCER}:current/snapshot#${WF_BASE_VERSION} \ +"${BASE_DIR}"/target/galleon/galleon-${GALLEON_VERSION}/bin/galleon.sh install ${WILDFLY_PRODUCER}:${WILDFLY_CHANNEL}/snapshot#${WF_BASE_VERSION} \ --dir="${wildflyDir}" "${BASE_DIR}"/target/galleon/galleon-${GALLEON_VERSION}/bin/galleon.sh update --yes --dir="${wildflyDir}" "${BASE_DIR}"/target/galleon/galleon-${GALLEON_VERSION}/bin/galleon.sh get-info --type=configs --dir="${wildflyDir}" @@ -37,7 +37,7 @@ echo "Testing update of ${WILDFLY_PRODUCER} with Galleon layers from ${WF_BASE_V # Layers base update wildflyLayersDir="${BASE_DIR}"/target/${WILDFLY_PRODUCER}-layers rm -rf "${wildflyLayersDir}" -"${BASE_DIR}"/target/galleon/galleon-${GALLEON_VERSION}/bin/galleon.sh install ${WILDFLY_PRODUCER}:current/snapshot#${WF_BASE_VERSION} \ +"${BASE_DIR}"/target/galleon/galleon-${GALLEON_VERSION}/bin/galleon.sh install ${WILDFLY_PRODUCER}:${WILDFLY_CHANNEL}/snapshot#${WF_BASE_VERSION} \ --dir="${wildflyLayersDir}" --layers=${GALLEON_LAYERS} "${BASE_DIR}"/target/galleon/galleon-${GALLEON_VERSION}/bin/galleon.sh update --yes --dir="${wildflyLayersDir}" "${BASE_DIR}"/target/galleon/galleon-${GALLEON_VERSION}/bin/galleon.sh get-info --type=configs --dir="${wildflyLayersDir}"