Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: hybrid jdk declarative and label based #4610

Merged
merged 7 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .ci/config/matrices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ jdk-ce-stages:
- 'platform-jdk-temurin-jdk-21-latest'
- 'platform-jdk-temurin-jdk-17-latest'
- 'platform-jdk-temurin-jdk-11-latest'
- 'platform-jdk-jdk-21-latest'
- 'platform-jdk-jdk-17-latest'
- 'platform-jdk-jdk-11-latest'
44 changes: 44 additions & 0 deletions .ci/config/stage-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,48 @@ platform-jdk-temurin-jdk-11-latest:
podSpec:
cpu: 4
image: 'maven:3.9.7-eclipse-temurin-11'
platform-jdk-jdk-17-latest:
directory: '.'
command: 'install source:jar source:test-jar -Pdistro,distro-ce,distro-wildfly -Dskip.frontend.build=true'
stash:
runtimeStash: true
nodeLabel: 'h2'
jdkVersion: 'jdk-17-latest'
podSpec:
cpu: 4
image: 'maven:3.9.7-eclipse-temurin-17'
platform-jdk-temurin-jdk-21-latest:
directory: '.'
command: 'install source:jar source:test-jar -Pdistro,distro-ce,distro-wildfly -Dskip.frontend.build=true'
stash:
runtimeStash: true
withNpm: true
jdkVersion: 'jdk-21-latest'
podSpec:
cpu: 4
image: 'maven:3.9.7-eclipse-temurin-21'
platform-jdk-temurin-jdk-11-latest:
directory: '.'
command: 'install source:jar source:test-jar
-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-security,
!spring-boot-starter/starter-webapp-core,
!spring-boot-starter/starter-qa/integration-test-liquibase,!spring-boot-starter/starter-qa/integration-test-plugins,
!spring-boot-starter/starter-qa/integration-test-plugins/spin,!spring-boot-starter/starter-qa/integration-test-plugins/spin/spin-dataformat-all,
!spring-boot-starter/starter-qa/integration-test-plugins/spin/spin-dataformat-json-jackson,
!spring-boot-starter/starter-qa/integration-test-request-scope,!spring-boot-starter/starter-qa/integration-test-simple,
!spring-boot-starter/starter-qa/integration-test-webapp,!spring-boot-starter/starter-qa/integration-test-webapp/invoice-example,
!spring-boot-starter/starter-qa/integration-test-webapp/runtime,
!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
-Dskip.frontend.build=true'
stash:
runtimeStash: true
withNpm: true
jdkVersion: 'jdk-11-latest'
podSpec:
cpu: 4
image: 'maven:3.9.7-eclipse-temurin-11'

3 changes: 2 additions & 1 deletion engine-rest/docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<artifactId>frontend-maven-plugin</artifactId>
<configuration>
<outputdir>${project.build.directory}</outputdir>
<skip>${skip.frontend.build}</skip>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -86,4 +87,4 @@
</plugins>
</build>

</project>
</project>