Remove CI for 3.0.x branch as it is now end-of-life
This commit is contained in:
24
.github/workflows/3.0.x-batch-batch.yml
vendored
24
.github/workflows/3.0.x-batch-batch.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Batch Smoke Tests | Batch
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
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
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Actuator Webflux Mgmt Port
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
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
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Actuator Webflux
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
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
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Actuator Webmvc Mgmt Port
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
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
|
||||
24
.github/workflows/3.0.x-boot-actuator-webmvc.yml
vendored
24
.github/workflows/3.0.x-boot-actuator-webmvc.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Actuator Webmvc
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
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
|
||||
@@ -1,26 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Boot Tcf Mockito
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
boot_tcf_mockito_test:
|
||||
name: Boot Tcf Mockito 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-mockito
|
||||
task: test
|
||||
expected_to_fail: true
|
||||
boot_tcf_mockito_native_test:
|
||||
name: Boot Tcf Mockito 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-mockito
|
||||
task: nativeTest
|
||||
expected_to_fail: true
|
||||
24
.github/workflows/3.0.x-boot-boot-tcf.yml
vendored
24
.github/workflows/3.0.x-boot-boot-tcf.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Boot Tcf
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
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
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Command Line Runner
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
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
|
||||
24
.github/workflows/3.0.x-boot-conditional.yml
vendored
24
.github/workflows/3.0.x-boot-conditional.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Conditional
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
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
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Configuration Properties
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
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
|
||||
24
.github/workflows/3.0.x-boot-custom-banner.yml
vendored
24
.github/workflows/3.0.x-boot-custom-banner.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Custom Banner
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
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
|
||||
24
.github/workflows/3.0.x-boot-flyway.yml
vendored
24
.github/workflows/3.0.x-boot-flyway.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Flyway
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
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
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Freemarker Webflux
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
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
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Freemarker Webmvc
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
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
|
||||
42
.github/workflows/3.0.x-boot-json.yml
vendored
42
.github/workflows/3.0.x-boot-json.yml
vendored
@@ -1,42 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Json
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
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
|
||||
24
.github/workflows/3.0.x-boot-liquibase.yml
vendored
24
.github/workflows/3.0.x-boot-liquibase.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Liquibase
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
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
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Logging Logback Spring Xml
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
logging_logback_spring_xml_app_test:
|
||||
name: Logging Logback Spring Xml 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:logging-logback-spring-xml
|
||||
task: appTest
|
||||
logging_logback_spring_xml_native_app_test:
|
||||
name: Logging Logback Spring Xml 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:logging-logback-spring-xml
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Logging Logback Xml
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
logging_logback_xml_app_test:
|
||||
name: Logging Logback Xml 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:logging-logback-xml
|
||||
task: appTest
|
||||
logging_logback_xml_native_app_test:
|
||||
name: Logging Logback Xml 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:logging-logback-xml
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-boot-logging-logback.yml
vendored
24
.github/workflows/3.0.x-boot-logging-logback.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Logging Logback
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
logging_logback_app_test:
|
||||
name: Logging Logback 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:logging-logback
|
||||
task: appTest
|
||||
logging_logback_native_app_test:
|
||||
name: Logging Logback 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:logging-logback
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Mustache Webflux
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
mustache_webflux_app_test:
|
||||
name: Mustache 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:mustache-webflux
|
||||
task: appTest
|
||||
mustache_webflux_native_app_test:
|
||||
name: Mustache 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:mustache-webflux
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-boot-mustache-webmvc.yml
vendored
24
.github/workflows/3.0.x-boot-mustache-webmvc.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Mustache Webmvc
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
mustache_webmvc_app_test:
|
||||
name: Mustache 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:mustache-webmvc
|
||||
task: appTest
|
||||
mustache_webmvc_native_app_test:
|
||||
name: Mustache 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:mustache-webmvc
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Servlet Component Scan
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
servlet_component_scan_app_test:
|
||||
name: Servlet Component Scan 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:servlet-component-scan
|
||||
task: appTest
|
||||
servlet_component_scan_native_app_test:
|
||||
name: Servlet Component Scan 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:servlet-component-scan
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-boot-servlet-jetty.yml
vendored
24
.github/workflows/3.0.x-boot-servlet-jetty.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Servlet Jetty
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
servlet_jetty_app_test:
|
||||
name: Servlet Jetty 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:servlet-jetty
|
||||
task: appTest
|
||||
servlet_jetty_native_app_test:
|
||||
name: Servlet Jetty 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:servlet-jetty
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-boot-servlet-tomcat.yml
vendored
24
.github/workflows/3.0.x-boot-servlet-tomcat.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Servlet Tomcat
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
servlet_tomcat_app_test:
|
||||
name: Servlet Tomcat 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:servlet-tomcat
|
||||
task: appTest
|
||||
servlet_tomcat_native_app_test:
|
||||
name: Servlet Tomcat 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:servlet-tomcat
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Servlet Undertow
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
servlet_undertow_app_test:
|
||||
name: Servlet Undertow 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:servlet-undertow
|
||||
task: appTest
|
||||
servlet_undertow_native_app_test:
|
||||
name: Servlet Undertow 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:servlet-undertow
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Thymeleaf Webflux
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
thymeleaf_webflux_app_test:
|
||||
name: Thymeleaf 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:thymeleaf-webflux
|
||||
task: appTest
|
||||
thymeleaf_webflux_native_app_test:
|
||||
name: Thymeleaf 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:thymeleaf-webflux
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Thymeleaf Webmvc
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
thymeleaf_webmvc_app_test:
|
||||
name: Thymeleaf 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:thymeleaf-webmvc
|
||||
task: appTest
|
||||
thymeleaf_webmvc_native_app_test:
|
||||
name: Thymeleaf 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:thymeleaf-webmvc
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Tracing Brave Zipkin
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
tracing_brave_zipkin_app_test:
|
||||
name: Tracing Brave Zipkin 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:tracing-brave-zipkin
|
||||
task: appTest
|
||||
tracing_brave_zipkin_native_app_test:
|
||||
name: Tracing Brave Zipkin 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:tracing-brave-zipkin
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-boot-xml-config.yml
vendored
24
.github/workflows/3.0.x-boot-xml-config.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Boot Smoke Tests | Xml Config
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
xml_config_app_test:
|
||||
name: Xml Config 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:xml-config
|
||||
task: appTest
|
||||
xml_config_native_app_test:
|
||||
name: Xml Config 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:xml-config
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Cloud Smoke Tests | Cloud Config Client
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cloud_config_client_app_test:
|
||||
name: Cloud Config Client 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: cloud:cloud-config-client
|
||||
task: appTest
|
||||
cloud_config_client_native_app_test:
|
||||
name: Cloud Config Client 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: cloud:cloud-config-client
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Cloud Smoke Tests | Cloud Discovery Consul
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cloud_discovery_consul_app_test:
|
||||
name: Cloud Discovery Consul 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: cloud:cloud-discovery-consul
|
||||
task: appTest
|
||||
cloud_discovery_consul_native_app_test:
|
||||
name: Cloud Discovery Consul 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: cloud:cloud-discovery-consul
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Cloud Smoke Tests | Cloud Discovery Eureka
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cloud_discovery_eureka_app_test:
|
||||
name: Cloud Discovery Eureka 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: cloud:cloud-discovery-eureka
|
||||
task: appTest
|
||||
cloud_discovery_eureka_native_app_test:
|
||||
name: Cloud Discovery Eureka 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: cloud:cloud-discovery-eureka
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Cloud Smoke Tests | Cloud Discovery Zookeeper
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cloud_discovery_zookeeper_app_test:
|
||||
name: Cloud Discovery Zookeeper 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: cloud:cloud-discovery-zookeeper
|
||||
task: appTest
|
||||
cloud_discovery_zookeeper_native_app_test:
|
||||
name: Cloud Discovery Zookeeper 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: cloud:cloud-discovery-zookeeper
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Cloud Smoke Tests | Cloud Function Web
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cloud_function_web_app_test:
|
||||
name: Cloud Function Web 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: cloud:cloud-function-web
|
||||
task: appTest
|
||||
cloud_function_web_native_app_test:
|
||||
name: Cloud Function Web 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: cloud:cloud-function-web
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Cloud Smoke Tests | Cloud Function Webflux
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cloud_function_webflux_app_test:
|
||||
name: Cloud Function 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: cloud:cloud-function-webflux
|
||||
task: appTest
|
||||
cloud_function_webflux_native_app_test:
|
||||
name: Cloud Function 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: cloud:cloud-function-webflux
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-cloud-cloud-gateway.yml
vendored
24
.github/workflows/3.0.x-cloud-cloud-gateway.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Cloud Smoke Tests | Cloud Gateway
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cloud_gateway_app_test:
|
||||
name: Cloud Gateway 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: cloud:cloud-gateway
|
||||
task: appTest
|
||||
cloud_gateway_native_app_test:
|
||||
name: Cloud Gateway 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: cloud:cloud-gateway
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Cloud Smoke Tests | Cloud Loadbalancing Web
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cloud_loadbalancing_web_app_test:
|
||||
name: Cloud Loadbalancing Web 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: cloud:cloud-loadbalancing-web
|
||||
task: appTest
|
||||
cloud_loadbalancing_web_native_app_test:
|
||||
name: Cloud Loadbalancing Web 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: cloud:cloud-loadbalancing-web
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Cloud Smoke Tests | Cloud Loadbalancing Webflux
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cloud_loadbalancing_webflux_app_test:
|
||||
name: Cloud Loadbalancing 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: cloud:cloud-loadbalancing-webflux
|
||||
task: appTest
|
||||
cloud_loadbalancing_webflux_native_app_test:
|
||||
name: Cloud Loadbalancing 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: cloud:cloud-loadbalancing-webflux
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Cloud Smoke Tests | Cloud Openfeign
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cloud_openfeign_app_test:
|
||||
name: Cloud Openfeign 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: cloud:cloud-openfeign
|
||||
task: appTest
|
||||
cloud_openfeign_native_app_test:
|
||||
name: Cloud Openfeign 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: cloud:cloud-openfeign
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Cloud Smoke Tests | Cloud Stream Kafka
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cloud_stream_kafka_app_test:
|
||||
name: Cloud Stream Kafka 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: cloud:cloud-stream-kafka
|
||||
task: appTest
|
||||
cloud_stream_kafka_native_app_test:
|
||||
name: Cloud Stream Kafka 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: cloud:cloud-stream-kafka
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Cloud Smoke Tests | Cloud Stream Rabbit
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cloud_stream_rabbit_app_test:
|
||||
name: Cloud Stream Rabbit 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: cloud:cloud-stream-rabbit
|
||||
task: appTest
|
||||
cloud_stream_rabbit_native_app_test:
|
||||
name: Cloud Stream Rabbit 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: cloud:cloud-stream-rabbit
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-cloud-cloud-task.yml
vendored
24
.github/workflows/3.0.x-cloud-cloud-task.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Cloud Smoke Tests | Cloud Task
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cloud_task_app_test:
|
||||
name: Cloud Task 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: cloud:cloud-task
|
||||
task: appTest
|
||||
cloud_task_native_app_test:
|
||||
name: Cloud Task 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: cloud:cloud-task
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Data Cassandra Reactive
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
data_cassandra_reactive_app_test:
|
||||
name: Data Cassandra Reactive 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: data:data-cassandra-reactive
|
||||
task: appTest
|
||||
data_cassandra_reactive_native_app_test:
|
||||
name: Data Cassandra Reactive 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: data:data-cassandra-reactive
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-data-data-cassandra.yml
vendored
24
.github/workflows/3.0.x-data-data-cassandra.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Data Cassandra
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
data_cassandra_app_test:
|
||||
name: Data Cassandra 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: data:data-cassandra
|
||||
task: appTest
|
||||
data_cassandra_native_app_test:
|
||||
name: Data Cassandra 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: data:data-cassandra
|
||||
task: nativeAppTest
|
||||
@@ -1,42 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Data Jdbc H2 Kotlin
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
data_jdbc_h2_kotlin_app_test:
|
||||
name: Data Jdbc H2 Kotlin 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: data:data-jdbc-h2-kotlin
|
||||
task: appTest
|
||||
data_jdbc_h2_kotlin_native_app_test:
|
||||
name: Data Jdbc H2 Kotlin 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: data:data-jdbc-h2-kotlin
|
||||
task: nativeAppTest
|
||||
data_jdbc_h2_kotlin_test:
|
||||
name: Data Jdbc H2 Kotlin 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: data:data-jdbc-h2-kotlin
|
||||
task: test
|
||||
data_jdbc_h2_kotlin_native_test:
|
||||
name: Data Jdbc H2 Kotlin 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: data:data-jdbc-h2-kotlin
|
||||
task: nativeTest
|
||||
42
.github/workflows/3.0.x-data-data-jdbc-h2.yml
vendored
42
.github/workflows/3.0.x-data-data-jdbc-h2.yml
vendored
@@ -1,42 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Data Jdbc H2
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
data_jdbc_h2_app_test:
|
||||
name: Data Jdbc H2 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: data:data-jdbc-h2
|
||||
task: appTest
|
||||
data_jdbc_h2_native_app_test:
|
||||
name: Data Jdbc H2 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: data:data-jdbc-h2
|
||||
task: nativeAppTest
|
||||
data_jdbc_h2_test:
|
||||
name: Data Jdbc H2 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: data:data-jdbc-h2
|
||||
task: test
|
||||
data_jdbc_h2_native_test:
|
||||
name: Data Jdbc H2 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: data:data-jdbc-h2
|
||||
task: nativeTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Data Jdbc Postgresql
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
data_jdbc_postgresql_app_test:
|
||||
name: Data Jdbc Postgresql 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: data:data-jdbc-postgresql
|
||||
task: appTest
|
||||
data_jdbc_postgresql_native_app_test:
|
||||
name: Data Jdbc Postgresql 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: data:data-jdbc-postgresql
|
||||
task: nativeAppTest
|
||||
@@ -1,42 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Data Jpa Entityscan
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
data_jpa_entityscan_app_test:
|
||||
name: Data Jpa Entityscan 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: data:data-jpa-entityscan
|
||||
task: appTest
|
||||
data_jpa_entityscan_native_app_test:
|
||||
name: Data Jpa Entityscan 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: data:data-jpa-entityscan
|
||||
task: nativeAppTest
|
||||
data_jpa_entityscan_test:
|
||||
name: Data Jpa Entityscan 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: data:data-jpa-entityscan
|
||||
task: test
|
||||
data_jpa_entityscan_native_test:
|
||||
name: Data Jpa Entityscan 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: data:data-jpa-entityscan
|
||||
task: nativeTest
|
||||
24
.github/workflows/3.0.x-data-data-jpa-kotlin.yml
vendored
24
.github/workflows/3.0.x-data-data-jpa-kotlin.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Data Jpa Kotlin
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
data_jpa_kotlin_app_test:
|
||||
name: Data Jpa Kotlin 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: data:data-jpa-kotlin
|
||||
task: appTest
|
||||
data_jpa_kotlin_native_app_test:
|
||||
name: Data Jpa Kotlin 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: data:data-jpa-kotlin
|
||||
task: nativeAppTest
|
||||
42
.github/workflows/3.0.x-data-data-jpa.yml
vendored
42
.github/workflows/3.0.x-data-data-jpa.yml
vendored
@@ -1,42 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Data Jpa
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
data_jpa_app_test:
|
||||
name: Data Jpa 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: data:data-jpa
|
||||
task: appTest
|
||||
data_jpa_native_app_test:
|
||||
name: Data Jpa 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: data:data-jpa
|
||||
task: nativeAppTest
|
||||
data_jpa_test:
|
||||
name: Data Jpa 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: data:data-jpa
|
||||
task: test
|
||||
data_jpa_native_test:
|
||||
name: Data Jpa 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: data:data-jpa
|
||||
task: nativeTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Data Mongodb Reactive
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
data_mongodb_reactive_app_test:
|
||||
name: Data Mongodb Reactive 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: data:data-mongodb-reactive
|
||||
task: appTest
|
||||
data_mongodb_reactive_native_app_test:
|
||||
name: Data Mongodb Reactive 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: data:data-mongodb-reactive
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-data-data-mongodb.yml
vendored
24
.github/workflows/3.0.x-data-data-mongodb.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Data Mongodb
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
data_mongodb_app_test:
|
||||
name: Data Mongodb 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: data:data-mongodb
|
||||
task: appTest
|
||||
data_mongodb_native_app_test:
|
||||
name: Data Mongodb 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: data:data-mongodb
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-data-data-neo4j.yml
vendored
24
.github/workflows/3.0.x-data-data-neo4j.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Data Neo4j
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
data_neo4j_app_test:
|
||||
name: Data Neo4j 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: data:data-neo4j
|
||||
task: appTest
|
||||
data_neo4j_native_app_test:
|
||||
name: Data Neo4j 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: data:data-neo4j
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-data-data-r2dbc.yml
vendored
24
.github/workflows/3.0.x-data-data-r2dbc.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Data R2dbc
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
data_r2dbc_app_test:
|
||||
name: Data R2dbc 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: data:data-r2dbc
|
||||
task: appTest
|
||||
data_r2dbc_native_app_test:
|
||||
name: Data R2dbc 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: data:data-r2dbc
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Data Redis Reactive
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
data_redis_reactive_app_test:
|
||||
name: Data Redis Reactive 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: data:data-redis-reactive
|
||||
task: appTest
|
||||
data_redis_reactive_native_app_test:
|
||||
name: Data Redis Reactive 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: data:data-redis-reactive
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-data-data-redis.yml
vendored
24
.github/workflows/3.0.x-data-data-redis.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Data Redis
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
data_redis_app_test:
|
||||
name: Data Redis 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: data:data-redis
|
||||
task: appTest
|
||||
data_redis_native_app_test:
|
||||
name: Data Redis 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: data:data-redis
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Data Rest Mongodb
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
data_rest_mongodb_app_test:
|
||||
name: Data Rest Mongodb 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: data:data-rest-mongodb
|
||||
task: appTest
|
||||
data_rest_mongodb_native_app_test:
|
||||
name: Data Rest Mongodb 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: data:data-rest-mongodb
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-data-hateoas.yml
vendored
24
.github/workflows/3.0.x-data-hateoas.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Data Smoke Tests | Hateoas
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
hateoas_app_test:
|
||||
name: Hateoas 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: data:hateoas
|
||||
task: appTest
|
||||
hateoas_native_app_test:
|
||||
name: Hateoas 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: data:hateoas
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-framework-aspect.yml
vendored
24
.github/workflows/3.0.x-framework-aspect.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Aspect
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
aspect_app_test:
|
||||
name: Aspect 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: framework:aspect
|
||||
task: appTest
|
||||
aspect_native_app_test:
|
||||
name: Aspect 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: framework:aspect
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-framework-async.yml
vendored
24
.github/workflows/3.0.x-framework-async.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Async
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
async_app_test:
|
||||
name: Async 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: framework:async
|
||||
task: appTest
|
||||
async_native_app_test:
|
||||
name: Async 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: framework:async
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Cache Caffeine
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cache_caffeine_app_test:
|
||||
name: Cache Caffeine 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: framework:cache-caffeine
|
||||
task: appTest
|
||||
cache_caffeine_native_app_test:
|
||||
name: Cache Caffeine 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: framework:cache-caffeine
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Cache Redis
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cache_redis_app_test:
|
||||
name: Cache Redis 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: framework:cache-redis
|
||||
task: appTest
|
||||
cache_redis_native_app_test:
|
||||
name: Cache Redis 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: framework:cache-redis
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Cache Simple Jdk Proxy
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cache_simple_jdk_proxy_app_test:
|
||||
name: Cache Simple Jdk Proxy 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: framework:cache-simple-jdk-proxy
|
||||
task: appTest
|
||||
cache_simple_jdk_proxy_native_app_test:
|
||||
name: Cache Simple Jdk Proxy 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: framework:cache-simple-jdk-proxy
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Cache Simple
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cache_simple_app_test:
|
||||
name: Cache Simple 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: framework:cache-simple
|
||||
task: appTest
|
||||
cache_simple_native_app_test:
|
||||
name: Cache Simple 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: framework:cache-simple
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Configuration Class Proxy
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
configuration_class_proxy_app_test:
|
||||
name: Configuration Class Proxy 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: framework:configuration-class-proxy
|
||||
task: appTest
|
||||
configuration_class_proxy_native_app_test:
|
||||
name: Configuration Class Proxy 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: framework:configuration-class-proxy
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Event Listener
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
event_listener_app_test:
|
||||
name: Event Listener 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: framework:event-listener
|
||||
task: appTest
|
||||
event_listener_native_app_test:
|
||||
name: Event Listener 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: framework:event-listener
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Hibernate Enhancer
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
hibernate_enhancer_app_test:
|
||||
name: Hibernate Enhancer 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: framework:hibernate-enhancer
|
||||
task: appTest
|
||||
hibernate_enhancer_native_app_test:
|
||||
name: Hibernate Enhancer 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: framework:hibernate-enhancer
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-framework-hibernate.yml
vendored
24
.github/workflows/3.0.x-framework-hibernate.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Hibernate
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
hibernate_app_test:
|
||||
name: Hibernate 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: framework:hibernate
|
||||
task: appTest
|
||||
hibernate_native_app_test:
|
||||
name: Hibernate 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: framework:hibernate
|
||||
task: nativeAppTest
|
||||
42
.github/workflows/3.0.x-framework-jdbc-h2.yml
vendored
42
.github/workflows/3.0.x-framework-jdbc-h2.yml
vendored
@@ -1,42 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Jdbc H2
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
jdbc_h2_app_test:
|
||||
name: Jdbc H2 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: framework:jdbc-h2
|
||||
task: appTest
|
||||
jdbc_h2_native_app_test:
|
||||
name: Jdbc H2 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: framework:jdbc-h2
|
||||
task: nativeAppTest
|
||||
jdbc_h2_test:
|
||||
name: Jdbc H2 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: framework:jdbc-h2
|
||||
task: test
|
||||
jdbc_h2_native_test:
|
||||
name: Jdbc H2 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: framework:jdbc-h2
|
||||
task: nativeTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Jdbc Mariadb
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
jdbc_mariadb_app_test:
|
||||
name: Jdbc Mariadb 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: framework:jdbc-mariadb
|
||||
task: appTest
|
||||
jdbc_mariadb_native_app_test:
|
||||
name: Jdbc Mariadb 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: framework:jdbc-mariadb
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-framework-jdbc-mysql.yml
vendored
24
.github/workflows/3.0.x-framework-jdbc-mysql.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Jdbc Mysql
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
jdbc_mysql_app_test:
|
||||
name: Jdbc Mysql 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: framework:jdbc-mysql
|
||||
task: appTest
|
||||
jdbc_mysql_native_app_test:
|
||||
name: Jdbc Mysql 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: framework:jdbc-mysql
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Jdbc Postgresql
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
jdbc_postgresql_app_test:
|
||||
name: Jdbc Postgresql 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: framework:jdbc-postgresql
|
||||
task: appTest
|
||||
jdbc_postgresql_native_app_test:
|
||||
name: Jdbc Postgresql 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: framework:jdbc-postgresql
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Kotlin Functional
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
kotlin_functional_app_test:
|
||||
name: Kotlin Functional 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: framework:kotlin-functional
|
||||
task: appTest
|
||||
kotlin_functional_native_app_test:
|
||||
name: Kotlin Functional 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: framework:kotlin-functional
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-framework-mail.yml
vendored
24
.github/workflows/3.0.x-framework-mail.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Mail
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
mail_app_test:
|
||||
name: Mail 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: framework:mail
|
||||
task: appTest
|
||||
mail_native_app_test:
|
||||
name: Mail 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: framework:mail
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-framework-order.yml
vendored
24
.github/workflows/3.0.x-framework-order.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Order
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
order_app_test:
|
||||
name: Order 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: framework:order
|
||||
task: appTest
|
||||
order_native_app_test:
|
||||
name: Order 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: framework:order
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-framework-quartz.yml
vendored
24
.github/workflows/3.0.x-framework-quartz.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Quartz
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
quartz_app_test:
|
||||
name: Quartz 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: framework:quartz
|
||||
task: appTest
|
||||
quartz_native_app_test:
|
||||
name: Quartz 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: framework:quartz
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Rest Template
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
rest_template_app_test:
|
||||
name: Rest Template 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: framework:rest-template
|
||||
task: appTest
|
||||
rest_template_native_app_test:
|
||||
name: Rest Template 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: framework:rest-template
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-framework-rsocket.yml
vendored
24
.github/workflows/3.0.x-framework-rsocket.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Rsocket
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
rsocket_app_test:
|
||||
name: Rsocket 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: framework:rsocket
|
||||
task: appTest
|
||||
rsocket_native_app_test:
|
||||
name: Rsocket 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: framework:rsocket
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-framework-scheduled.yml
vendored
24
.github/workflows/3.0.x-framework-scheduled.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Scheduled
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
scheduled_app_test:
|
||||
name: Scheduled 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: framework:scheduled
|
||||
task: appTest
|
||||
scheduled_native_app_test:
|
||||
name: Scheduled 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: framework:scheduled
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-framework-tcf.yml
vendored
24
.github/workflows/3.0.x-framework-tcf.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Tcf
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
tcf_test:
|
||||
name: 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: framework:tcf
|
||||
task: test
|
||||
tcf_native_test:
|
||||
name: 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: framework:tcf
|
||||
task: nativeTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Transactional Event Listener
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
transactional_event_listener_app_test:
|
||||
name: Transactional Event Listener 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: framework:transactional-event-listener
|
||||
task: appTest
|
||||
transactional_event_listener_native_app_test:
|
||||
name: Transactional Event Listener 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: framework:transactional-event-listener
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Transactional
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
transactional_app_test:
|
||||
name: Transactional 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: framework:transactional
|
||||
task: appTest
|
||||
transactional_native_app_test:
|
||||
name: Transactional 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: framework:transactional
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-framework-validation.yml
vendored
24
.github/workflows/3.0.x-framework-validation.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Validation
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
validation_app_test:
|
||||
name: Validation 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: framework:validation
|
||||
task: appTest
|
||||
validation_native_app_test:
|
||||
name: Validation 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: framework:validation
|
||||
task: nativeAppTest
|
||||
24
.github/workflows/3.0.x-framework-webclient.yml
vendored
24
.github/workflows/3.0.x-framework-webclient.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Webclient
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
webclient_app_test:
|
||||
name: Webclient 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: framework:webclient
|
||||
task: appTest
|
||||
webclient_native_app_test:
|
||||
name: Webclient 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: framework:webclient
|
||||
task: nativeAppTest
|
||||
@@ -1,42 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Webflux Jetty
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
webflux_jetty_app_test:
|
||||
name: Webflux Jetty 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: framework:webflux-jetty
|
||||
task: appTest
|
||||
webflux_jetty_native_app_test:
|
||||
name: Webflux Jetty 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: framework:webflux-jetty
|
||||
task: nativeAppTest
|
||||
webflux_jetty_test:
|
||||
name: Webflux Jetty 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: framework:webflux-jetty
|
||||
task: test
|
||||
webflux_jetty_native_test:
|
||||
name: Webflux Jetty 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: framework:webflux-jetty
|
||||
task: nativeTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Webflux Netty Tls
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
webflux_netty_tls_app_test:
|
||||
name: Webflux Netty Tls 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: framework:webflux-netty-tls
|
||||
task: appTest
|
||||
webflux_netty_tls_native_app_test:
|
||||
name: Webflux Netty Tls 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: framework:webflux-netty-tls
|
||||
task: nativeAppTest
|
||||
@@ -1,42 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Webflux Netty
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
webflux_netty_app_test:
|
||||
name: Webflux Netty 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: framework:webflux-netty
|
||||
task: appTest
|
||||
webflux_netty_native_app_test:
|
||||
name: Webflux Netty 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: framework:webflux-netty
|
||||
task: nativeAppTest
|
||||
webflux_netty_test:
|
||||
name: Webflux Netty 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: framework:webflux-netty
|
||||
task: test
|
||||
webflux_netty_native_test:
|
||||
name: Webflux Netty 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: framework:webflux-netty
|
||||
task: nativeTest
|
||||
@@ -1,42 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Webflux Undertow
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
webflux_undertow_app_test:
|
||||
name: Webflux Undertow 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: framework:webflux-undertow
|
||||
task: appTest
|
||||
webflux_undertow_native_app_test:
|
||||
name: Webflux Undertow 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: framework:webflux-undertow
|
||||
task: nativeAppTest
|
||||
webflux_undertow_test:
|
||||
name: Webflux Undertow 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: framework:webflux-undertow
|
||||
task: test
|
||||
webflux_undertow_native_test:
|
||||
name: Webflux Undertow 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: framework:webflux-undertow
|
||||
task: nativeTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Webmvc Jetty Tls
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
webmvc_jetty_tls_app_test:
|
||||
name: Webmvc Jetty Tls 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: framework:webmvc-jetty-tls
|
||||
task: appTest
|
||||
webmvc_jetty_tls_native_app_test:
|
||||
name: Webmvc Jetty Tls 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: framework:webmvc-jetty-tls
|
||||
task: nativeAppTest
|
||||
@@ -1,42 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Webmvc Jetty
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
webmvc_jetty_app_test:
|
||||
name: Webmvc Jetty 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: framework:webmvc-jetty
|
||||
task: appTest
|
||||
webmvc_jetty_native_app_test:
|
||||
name: Webmvc Jetty 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: framework:webmvc-jetty
|
||||
task: nativeAppTest
|
||||
webmvc_jetty_test:
|
||||
name: Webmvc Jetty 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: framework:webmvc-jetty
|
||||
task: test
|
||||
webmvc_jetty_native_test:
|
||||
name: Webmvc Jetty 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: framework:webmvc-jetty
|
||||
task: nativeTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Webmvc Scoped Proxy
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
webmvc_scoped_proxy_app_test:
|
||||
name: Webmvc Scoped Proxy 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: framework:webmvc-scoped-proxy
|
||||
task: appTest
|
||||
webmvc_scoped_proxy_native_app_test:
|
||||
name: Webmvc Scoped Proxy 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: framework:webmvc-scoped-proxy
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Webmvc Tomcat Tls
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
webmvc_tomcat_tls_app_test:
|
||||
name: Webmvc Tomcat Tls 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: framework:webmvc-tomcat-tls
|
||||
task: appTest
|
||||
webmvc_tomcat_tls_native_app_test:
|
||||
name: Webmvc Tomcat Tls 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: framework:webmvc-tomcat-tls
|
||||
task: nativeAppTest
|
||||
@@ -1,42 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Webmvc Tomcat
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
webmvc_tomcat_app_test:
|
||||
name: Webmvc Tomcat 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: framework:webmvc-tomcat
|
||||
task: appTest
|
||||
webmvc_tomcat_native_app_test:
|
||||
name: Webmvc Tomcat 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: framework:webmvc-tomcat
|
||||
task: nativeAppTest
|
||||
webmvc_tomcat_test:
|
||||
name: Webmvc Tomcat 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: framework:webmvc-tomcat
|
||||
task: test
|
||||
webmvc_tomcat_native_test:
|
||||
name: Webmvc Tomcat 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: framework:webmvc-tomcat
|
||||
task: nativeTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Webmvc Undertow Tls
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
webmvc_undertow_tls_app_test:
|
||||
name: Webmvc Undertow Tls 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: framework:webmvc-undertow-tls
|
||||
task: appTest
|
||||
webmvc_undertow_tls_native_app_test:
|
||||
name: Webmvc Undertow Tls 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: framework:webmvc-undertow-tls
|
||||
task: nativeAppTest
|
||||
@@ -1,42 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Webmvc Undertow
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
webmvc_undertow_app_test:
|
||||
name: Webmvc Undertow 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: framework:webmvc-undertow
|
||||
task: appTest
|
||||
webmvc_undertow_native_app_test:
|
||||
name: Webmvc Undertow 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: framework:webmvc-undertow
|
||||
task: nativeAppTest
|
||||
webmvc_undertow_test:
|
||||
name: Webmvc Undertow 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: framework:webmvc-undertow
|
||||
task: test
|
||||
webmvc_undertow_native_test:
|
||||
name: Webmvc Undertow 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: framework:webmvc-undertow
|
||||
task: nativeTest
|
||||
@@ -1,25 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Websocket Jetty
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
websocket_jetty_app_test:
|
||||
name: Websocket Jetty 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: framework:websocket-jetty
|
||||
task: appTest
|
||||
websocket_jetty_native_app_test:
|
||||
name: Websocket Jetty 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: framework:websocket-jetty
|
||||
task: nativeAppTest
|
||||
expected_to_fail: true
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Websocket Stomp
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
websocket_stomp_app_test:
|
||||
name: Websocket Stomp 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: framework:websocket-stomp
|
||||
task: appTest
|
||||
websocket_stomp_native_app_test:
|
||||
name: Websocket Stomp 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: framework:websocket-stomp
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Websocket Tomcat
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
websocket_tomcat_app_test:
|
||||
name: Websocket Tomcat 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: framework:websocket-tomcat
|
||||
task: appTest
|
||||
websocket_tomcat_native_app_test:
|
||||
name: Websocket Tomcat 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: framework:websocket-tomcat
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +0,0 @@
|
||||
name: 3.0.x | Framework Smoke Tests | Websocket Undertow
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
websocket_undertow_app_test:
|
||||
name: Websocket Undertow 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: framework:websocket-undertow
|
||||
task: appTest
|
||||
websocket_undertow_native_app_test:
|
||||
name: Websocket Undertow 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: framework:websocket-undertow
|
||||
task: nativeAppTest
|
||||
@@ -1,42 +0,0 @@
|
||||
name: 3.0.x | Graphql Smoke Tests | Graphql Webflux Rsocket
|
||||
on:
|
||||
schedule:
|
||||
- cron : '10 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
graphql_webflux_rsocket_app_test:
|
||||
name: Graphql Webflux Rsocket 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: graphql:graphql-webflux-rsocket
|
||||
task: appTest
|
||||
graphql_webflux_rsocket_native_app_test:
|
||||
name: Graphql Webflux Rsocket 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: graphql:graphql-webflux-rsocket
|
||||
task: nativeAppTest
|
||||
graphql_webflux_rsocket_test:
|
||||
name: Graphql Webflux Rsocket 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: graphql:graphql-webflux-rsocket
|
||||
task: test
|
||||
graphql_webflux_rsocket_native_test:
|
||||
name: Graphql Webflux Rsocket 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: graphql:graphql-webflux-rsocket
|
||||
task: nativeTest
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user