Skip to content

Commit

Permalink
chore(CI): remove wildfly from CI with unsupported java version (#4918)
Browse files Browse the repository at this point in the history
related to #294
  • Loading branch information
PHWaechtler authored Feb 4, 2025
1 parent bd17e66 commit 5001ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/config/stage-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ platform-jdk-temurin-jdk-11-latest:
!distro/run,!distro/run/assembly,!distro/run/core,!distro/run/distro,!distro/run/modules,!distro/run/modules/example,
!distro/run/modules/rest,!distro/run/modules/webapps,!distro/run/modules/oauth2,!distro/run/qa,!distro/run/qa/integration-tests,
!distro/run/qa/runtime,!distro/run/qa/example-plugin''
-Pdistro,distro-ce,distro-wildfly'
-Pdistro,distro-ce'
stash:
runtimeStash: true
withNpm: true
Expand Down Expand Up @@ -222,7 +222,7 @@ platform-jdk-jdk-11-latest:
!distro/run,!distro/run/assembly,!distro/run/core,!distro/run/distro,!distro/run/modules,!distro/run/modules/example,
!distro/run/modules/rest,!distro/run/modules/webapps,!distro/run/modules/oauth2,!distro/run/qa,!distro/run/qa/integration-tests,
!distro/run/qa/runtime,!distro/run/qa/example-plugin''
-Pdistro,distro-ce,distro-wildfly
-Pdistro,distro-ce
-Dskip.frontend.build=true'
stash:
runtimeStash: true
Expand Down

0 comments on commit 5001ba5

Please sign in to comment.