Skip to content

Commit

Permalink
Prepare CI branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Jan 30, 2024
0 parents commit 74ed900
Show file tree
Hide file tree
Showing 382 changed files with 10,323 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/3.0.x-batch-batch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 3.0.x | Batch Smoke Tests | Batch
on:
schedule:
- cron : '10 0 * * *'
jobs:
batch_app_test:
name: Batch App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: batch:batch
task: appTest
batch_native_app_test:
name: Batch Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: batch:batch
task: nativeAppTest
23 changes: 23 additions & 0 deletions .github/workflows/3.0.x-boot-actuator-webflux-mgmt-port.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 3.0.x | Boot Smoke Tests | Actuator Webflux Mgmt Port
on:
schedule:
- cron : '10 0 * * *'
jobs:
actuator_webflux_mgmt_port_app_test:
name: Actuator Webflux Mgmt Port App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:actuator-webflux-mgmt-port
task: appTest
actuator_webflux_mgmt_port_native_app_test:
name: Actuator Webflux Mgmt Port Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:actuator-webflux-mgmt-port
task: nativeAppTest
23 changes: 23 additions & 0 deletions .github/workflows/3.0.x-boot-actuator-webflux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 3.0.x | Boot Smoke Tests | Actuator Webflux
on:
schedule:
- cron : '10 0 * * *'
jobs:
actuator_webflux_app_test:
name: Actuator Webflux App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:actuator-webflux
task: appTest
actuator_webflux_native_app_test:
name: Actuator Webflux Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:actuator-webflux
task: nativeAppTest
23 changes: 23 additions & 0 deletions .github/workflows/3.0.x-boot-actuator-webmvc-mgmt-port.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 3.0.x | Boot Smoke Tests | Actuator Webmvc Mgmt Port
on:
schedule:
- cron : '10 0 * * *'
jobs:
actuator_webmvc_mgmt_port_app_test:
name: Actuator Webmvc Mgmt Port App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:actuator-webmvc-mgmt-port
task: appTest
actuator_webmvc_mgmt_port_native_app_test:
name: Actuator Webmvc Mgmt Port Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:actuator-webmvc-mgmt-port
task: nativeAppTest
23 changes: 23 additions & 0 deletions .github/workflows/3.0.x-boot-actuator-webmvc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 3.0.x | Boot Smoke Tests | Actuator Webmvc
on:
schedule:
- cron : '10 0 * * *'
jobs:
actuator_webmvc_app_test:
name: Actuator Webmvc App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:actuator-webmvc
task: appTest
actuator_webmvc_native_app_test:
name: Actuator Webmvc Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:actuator-webmvc
task: nativeAppTest
23 changes: 23 additions & 0 deletions .github/workflows/3.0.x-boot-boot-tcf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 3.0.x | Boot Smoke Tests | Boot Tcf
on:
schedule:
- cron : '10 0 * * *'
jobs:
boot_tcf_test:
name: Boot Tcf Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:boot-tcf
task: test
boot_tcf_native_test:
name: Boot Tcf Native Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:boot-tcf
task: nativeTest
23 changes: 23 additions & 0 deletions .github/workflows/3.0.x-boot-command-line-runner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 3.0.x | Boot Smoke Tests | Command Line Runner
on:
schedule:
- cron : '10 0 * * *'
jobs:
command_line_runner_app_test:
name: Command Line Runner App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:command-line-runner
task: appTest
command_line_runner_native_app_test:
name: Command Line Runner Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:command-line-runner
task: nativeAppTest
23 changes: 23 additions & 0 deletions .github/workflows/3.0.x-boot-conditional.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 3.0.x | Boot Smoke Tests | Conditional
on:
schedule:
- cron : '10 0 * * *'
jobs:
conditional_app_test:
name: Conditional App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:conditional
task: appTest
conditional_native_app_test:
name: Conditional Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:conditional
task: nativeAppTest
23 changes: 23 additions & 0 deletions .github/workflows/3.0.x-boot-configuration-properties.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 3.0.x | Boot Smoke Tests | Configuration Properties
on:
schedule:
- cron : '10 0 * * *'
jobs:
configuration_properties_app_test:
name: Configuration Properties App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:configuration-properties
task: appTest
configuration_properties_native_app_test:
name: Configuration Properties Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:configuration-properties
task: nativeAppTest
23 changes: 23 additions & 0 deletions .github/workflows/3.0.x-boot-custom-banner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 3.0.x | Boot Smoke Tests | Custom Banner
on:
schedule:
- cron : '10 0 * * *'
jobs:
custom_banner_app_test:
name: Custom Banner App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:custom-banner
task: appTest
custom_banner_native_app_test:
name: Custom Banner Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:custom-banner
task: nativeAppTest
23 changes: 23 additions & 0 deletions .github/workflows/3.0.x-boot-flyway.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 3.0.x | Boot Smoke Tests | Flyway
on:
schedule:
- cron : '10 0 * * *'
jobs:
flyway_app_test:
name: Flyway App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:flyway
task: appTest
flyway_native_app_test:
name: Flyway Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:flyway
task: nativeAppTest
23 changes: 23 additions & 0 deletions .github/workflows/3.0.x-boot-freemarker-webflux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 3.0.x | Boot Smoke Tests | Freemarker Webflux
on:
schedule:
- cron : '10 0 * * *'
jobs:
freemarker_webflux_app_test:
name: Freemarker Webflux App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:freemarker-webflux
task: appTest
freemarker_webflux_native_app_test:
name: Freemarker Webflux Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:freemarker-webflux
task: nativeAppTest
23 changes: 23 additions & 0 deletions .github/workflows/3.0.x-boot-freemarker-webmvc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 3.0.x | Boot Smoke Tests | Freemarker Webmvc
on:
schedule:
- cron : '10 0 * * *'
jobs:
freemarker_webmvc_app_test:
name: Freemarker Webmvc App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:freemarker-webmvc
task: appTest
freemarker_webmvc_native_app_test:
name: Freemarker Webmvc Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:freemarker-webmvc
task: nativeAppTest
41 changes: 41 additions & 0 deletions .github/workflows/3.0.x-boot-json.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: 3.0.x | Boot Smoke Tests | Json
on:
schedule:
- cron : '10 0 * * *'
jobs:
json_app_test:
name: Json App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:json
task: appTest
json_native_app_test:
name: Json Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:json
task: nativeAppTest
json_test:
name: Json Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:json
task: test
json_native_test:
name: Json Native Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:json
task: nativeTest
23 changes: 23 additions & 0 deletions .github/workflows/3.0.x-boot-liquibase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 3.0.x | Boot Smoke Tests | Liquibase
on:
schedule:
- cron : '10 0 * * *'
jobs:
liquibase_app_test:
name: Liquibase App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:liquibase
task: appTest
liquibase_native_app_test:
name: Liquibase Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:liquibase
task: nativeAppTest
Loading

0 comments on commit 74ed900

Please sign in to comment.