Skip to content

Commit

Permalink
chore(ci): include webapps in platform stages
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkelemen committed Feb 15, 2024
1 parent 3ead6cd commit ed7024a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .ci/config/stage-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ engine-rest-jakarta-unit-compatibility-wildfly:
jdkVersion: 'openjdk-jdk-17-latest'
platform-jdk-openjdk-jdk-17-latest:
directory: '.'
command: 'install source:jar source:test-jar -pl ''!webapps/assembly'',''!webapps/assembly-jakarta'' -Pdistro,distro-ce,distro-wildfly'
command: 'install source:jar source:test-jar -Pdistro,distro-ce,distro-wildfly'
stash:
runtimeStash: true
nodeLabel: 'h2'
Expand All @@ -144,8 +144,7 @@ platform-jdk-openjdk-jdk-17-latest:
platform-jdk-openjdk-jdk-11-latest:
directory: '.'
command: 'install source:jar source:test-jar
-pl ''!webapps/assembly,!webapps/assembly-jakarta,
!spring-boot-starter,!spring-boot-starter/starter,!spring-boot-starter/starter-client/spring,!spring-boot-starter/starter-client/spring-boot,
-pl ''!spring-boot-starter,!spring-boot-starter/starter,!spring-boot-starter/starter-client/spring,!spring-boot-starter/starter-client/spring-boot,
!spring-boot-starter/starter-qa,!spring-boot-starter/starter-rest,!spring-boot-starter/starter-test,!spring-boot-starter/starter-webapp,
!spring-boot-starter/starter-webapp-core,
!spring-boot-starter/starter-qa/integration-test-liquibase,!spring-boot-starter/starter-qa/integration-test-plugins,
Expand All @@ -165,7 +164,7 @@ platform-jdk-openjdk-jdk-11-latest:
withNpm: true
platform-jdk-jdk-17-latest:
directory: '.'
command: 'install source:jar source:test-jar -pl ''!webapps/assembly'',''!webapps/assembly-jakarta'' -Pdistro,distro-ce,distro-wildfly'
command: 'install source:jar source:test-jar -Pdistro,distro-ce,distro-wildfly'
stash:
runtimeStash: true
nodeLabel: 'h2'
Expand All @@ -174,8 +173,7 @@ platform-jdk-jdk-17-latest:
platform-jdk-jdk-11-latest:
directory: '.'
command: 'install source:jar source:test-jar
-pl ''!webapps/assembly,!webapps/assembly-jakarta,
!spring-boot-starter,!spring-boot-starter/starter,!spring-boot-starter/starter-client/spring,!spring-boot-starter/starter-client/spring-boot,
-pl ''!spring-boot-starter,!spring-boot-starter/starter,!spring-boot-starter/starter-client/spring,!spring-boot-starter/starter-client/spring-boot,
!spring-boot-starter/starter-qa,!spring-boot-starter/starter-rest,!spring-boot-starter/starter-test,!spring-boot-starter/starter-webapp,
!spring-boot-starter/starter-webapp-core,
!spring-boot-starter/starter-qa/integration-test-liquibase,!spring-boot-starter/starter-qa/integration-test-plugins,
Expand Down

0 comments on commit ed7024a

Please sign in to comment.