From 4521841912ad9604497be80da35d66d99a683530 Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Mon, 4 May 2026 18:32:43 +0200 Subject: [PATCH] Switch CI from WildFly Preview to standard WildFly nightly Standard WildFly nightly no longer ships `standalone-activemq-embedded.xml` in `docs/examples/configs/`. Replace it with `standalone-full.xml` which is part of the standard configuration and includes the messaging subsystem with embedded broker. --- .github/workflows/ci-actions.yml | 10 ++++------ jboss-as/pom.xml | 15 --------------- jboss-tck-runner/src/test/wildfly8/arquillian.xml | 5 ++--- .../src/test/resources/wildfly-arquillian.xml | 5 ++--- 4 files changed, 8 insertions(+), 27 deletions(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index e1c20aab526..78ecc63366f 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -24,13 +24,11 @@ jobs: distribution: 'temurin' - name: Download WildFly run: | - wget https://ci.wildfly.org/guestAuth/repository/download/WF_WildflyPreviewNightly/latest.lastSuccessful/wildfly-preview-latest-SNAPSHOT.zip - unzip wildfly-preview-latest-SNAPSHOT.zip - # wget https://ci.wildfly.org/guestAuth/repository/download/WF_Nightly/latest.lastSuccessful/wildfly-latest-SNAPSHOT.zip - # unzip wildfly-latest-SNAPSHOT.zip + wget https://ci.wildfly.org/guestAuth/repository/download/WF_Nightly/latest.lastSuccessful/wildfly-latest-SNAPSHOT.zip + unzip wildfly-latest-SNAPSHOT.zip # ZIP contains two more ZIPs, sources and actual WFLY - # rm wildfly-*-src.zip - # rm wildfly-latest-SNAPSHOT.zip + rm wildfly-*-src.zip + rm wildfly-latest-SNAPSHOT.zip unzip wildfly-*.zip -d container cd container mv ./* wildfly/ diff --git a/jboss-as/pom.xml b/jboss-as/pom.xml index 4837ef3812d..e8b9ce7bc80 100644 --- a/jboss-as/pom.xml +++ b/jboss-as/pom.xml @@ -174,21 +174,6 @@ - - - ========================================================================= - - Copying standalone-activemq-embedded.xml - - ========================================================================= - - - - - - - - diff --git a/jboss-tck-runner/src/test/wildfly8/arquillian.xml b/jboss-tck-runner/src/test/wildfly8/arquillian.xml index d5dfbaa7183..fe5c9cadcb6 100644 --- a/jboss-tck-runner/src/test/wildfly8/arquillian.xml +++ b/jboss-tck-runner/src/test/wildfly8/arquillian.xml @@ -10,9 +10,8 @@ - - - standalone-activemq-embedded.xml + + standalone-full.xml -Xms128m -Xmx1g -ea -DcdiTckExcludeDummy=true ${gc.args} ${additional.vm.args} ${jacoco.agent} false true diff --git a/tests-arquillian/src/test/resources/wildfly-arquillian.xml b/tests-arquillian/src/test/resources/wildfly-arquillian.xml index 30eaa5d4ca8..09907eab813 100644 --- a/tests-arquillian/src/test/resources/wildfly-arquillian.xml +++ b/tests-arquillian/src/test/resources/wildfly-arquillian.xml @@ -12,9 +12,8 @@ - - - standalone-activemq-embedded.xml + + standalone-full.xml false true