diff --git a/.github/workflows/3.4.x-batch-batch.yml b/.github/workflows/3.4.x-batch-batch.yml index ee73eefc..a265a89a 100644 --- a/.github/workflows/3.4.x-batch-batch.yml +++ b/.github/workflows/3.4.x-batch-batch.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: batch:batch task: appTest batch_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: batch:batch task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-actuator-webflux-mgmt-port.yml b/.github/workflows/3.4.x-boot-actuator-webflux-mgmt-port.yml index 95267239..1fb8d5b0 100644 --- a/.github/workflows/3.4.x-boot-actuator-webflux-mgmt-port.yml +++ b/.github/workflows/3.4.x-boot-actuator-webflux-mgmt-port.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:actuator-webflux-mgmt-port task: appTest actuator_webflux_mgmt_port_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:actuator-webflux-mgmt-port task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-actuator-webflux.yml b/.github/workflows/3.4.x-boot-actuator-webflux.yml index f7b13181..bd9c1cd6 100644 --- a/.github/workflows/3.4.x-boot-actuator-webflux.yml +++ b/.github/workflows/3.4.x-boot-actuator-webflux.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:actuator-webflux task: appTest actuator_webflux_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:actuator-webflux task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-actuator-webmvc-mgmt-port.yml b/.github/workflows/3.4.x-boot-actuator-webmvc-mgmt-port.yml index 35cc5e03..b2c025a2 100644 --- a/.github/workflows/3.4.x-boot-actuator-webmvc-mgmt-port.yml +++ b/.github/workflows/3.4.x-boot-actuator-webmvc-mgmt-port.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:actuator-webmvc-mgmt-port task: appTest actuator_webmvc_mgmt_port_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:actuator-webmvc-mgmt-port task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-actuator-webmvc.yml b/.github/workflows/3.4.x-boot-actuator-webmvc.yml index 082886f5..4e446d0c 100644 --- a/.github/workflows/3.4.x-boot-actuator-webmvc.yml +++ b/.github/workflows/3.4.x-boot-actuator-webmvc.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:actuator-webmvc task: appTest actuator_webmvc_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:actuator-webmvc task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-boot-tcf.yml b/.github/workflows/3.4.x-boot-boot-tcf.yml index eaeba4ef..ee7a8476 100644 --- a/.github/workflows/3.4.x-boot-boot-tcf.yml +++ b/.github/workflows/3.4.x-boot-boot-tcf.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:boot-tcf task: test boot_tcf_native_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:boot-tcf task: nativeTest diff --git a/.github/workflows/3.4.x-boot-command-line-runner.yml b/.github/workflows/3.4.x-boot-command-line-runner.yml index 14afc8e8..108091b7 100644 --- a/.github/workflows/3.4.x-boot-command-line-runner.yml +++ b/.github/workflows/3.4.x-boot-command-line-runner.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:command-line-runner task: appTest command_line_runner_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:command-line-runner task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-conditional.yml b/.github/workflows/3.4.x-boot-conditional.yml index fd7019fc..cd137e76 100644 --- a/.github/workflows/3.4.x-boot-conditional.yml +++ b/.github/workflows/3.4.x-boot-conditional.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:conditional task: appTest conditional_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:conditional task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-configuration-properties.yml b/.github/workflows/3.4.x-boot-configuration-properties.yml index d535a221..8b819109 100644 --- a/.github/workflows/3.4.x-boot-configuration-properties.yml +++ b/.github/workflows/3.4.x-boot-configuration-properties.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:configuration-properties task: appTest configuration_properties_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:configuration-properties task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-custom-banner.yml b/.github/workflows/3.4.x-boot-custom-banner.yml index b012f89a..fbbcb1c2 100644 --- a/.github/workflows/3.4.x-boot-custom-banner.yml +++ b/.github/workflows/3.4.x-boot-custom-banner.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:custom-banner task: appTest custom_banner_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:custom-banner task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-flyway.yml b/.github/workflows/3.4.x-boot-flyway.yml index 0aa89170..d4b87e51 100644 --- a/.github/workflows/3.4.x-boot-flyway.yml +++ b/.github/workflows/3.4.x-boot-flyway.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:flyway task: appTest flyway_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:flyway task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-freemarker-webflux.yml b/.github/workflows/3.4.x-boot-freemarker-webflux.yml index c974c2f6..a480ea6f 100644 --- a/.github/workflows/3.4.x-boot-freemarker-webflux.yml +++ b/.github/workflows/3.4.x-boot-freemarker-webflux.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:freemarker-webflux task: appTest freemarker_webflux_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:freemarker-webflux task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-freemarker-webmvc.yml b/.github/workflows/3.4.x-boot-freemarker-webmvc.yml index 2d4b53ee..6fa2a656 100644 --- a/.github/workflows/3.4.x-boot-freemarker-webmvc.yml +++ b/.github/workflows/3.4.x-boot-freemarker-webmvc.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:freemarker-webmvc task: appTest freemarker_webmvc_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:freemarker-webmvc task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-json.yml b/.github/workflows/3.4.x-boot-json.yml index 38616d9b..dbb1792a 100644 --- a/.github/workflows/3.4.x-boot-json.yml +++ b/.github/workflows/3.4.x-boot-json.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:json task: appTest json_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:json task: nativeAppTest json_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:json task: test json_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:json task: nativeTest diff --git a/.github/workflows/3.4.x-boot-liquibase.yml b/.github/workflows/3.4.x-boot-liquibase.yml index 2feac6b3..55d84d45 100644 --- a/.github/workflows/3.4.x-boot-liquibase.yml +++ b/.github/workflows/3.4.x-boot-liquibase.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:liquibase task: appTest liquibase_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:liquibase task: nativeAppTest expected_to_fail: true diff --git a/.github/workflows/3.4.x-boot-logging-logback-spring-xml.yml b/.github/workflows/3.4.x-boot-logging-logback-spring-xml.yml index 0a99cb24..cbdf39f8 100644 --- a/.github/workflows/3.4.x-boot-logging-logback-spring-xml.yml +++ b/.github/workflows/3.4.x-boot-logging-logback-spring-xml.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:logging-logback-spring-xml task: appTest logging_logback_spring_xml_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:logging-logback-spring-xml task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-logging-logback-xml.yml b/.github/workflows/3.4.x-boot-logging-logback-xml.yml index 2cbcd1e0..97987e95 100644 --- a/.github/workflows/3.4.x-boot-logging-logback-xml.yml +++ b/.github/workflows/3.4.x-boot-logging-logback-xml.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:logging-logback-xml task: appTest logging_logback_xml_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:logging-logback-xml task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-logging-logback.yml b/.github/workflows/3.4.x-boot-logging-logback.yml index e725cdc6..ab1a7a21 100644 --- a/.github/workflows/3.4.x-boot-logging-logback.yml +++ b/.github/workflows/3.4.x-boot-logging-logback.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:logging-logback task: appTest logging_logback_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:logging-logback task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-mustache-webflux.yml b/.github/workflows/3.4.x-boot-mustache-webflux.yml index 4ff08e76..6ce8950b 100644 --- a/.github/workflows/3.4.x-boot-mustache-webflux.yml +++ b/.github/workflows/3.4.x-boot-mustache-webflux.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:mustache-webflux task: appTest mustache_webflux_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:mustache-webflux task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-mustache-webmvc.yml b/.github/workflows/3.4.x-boot-mustache-webmvc.yml index 32c7d252..c4efcd15 100644 --- a/.github/workflows/3.4.x-boot-mustache-webmvc.yml +++ b/.github/workflows/3.4.x-boot-mustache-webmvc.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:mustache-webmvc task: appTest mustache_webmvc_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:mustache-webmvc task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-servlet-component-scan.yml b/.github/workflows/3.4.x-boot-servlet-component-scan.yml index 2ecfc3ed..ef10d595 100644 --- a/.github/workflows/3.4.x-boot-servlet-component-scan.yml +++ b/.github/workflows/3.4.x-boot-servlet-component-scan.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:servlet-component-scan task: appTest servlet_component_scan_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:servlet-component-scan task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-servlet-jetty.yml b/.github/workflows/3.4.x-boot-servlet-jetty.yml index d2e9148f..b462ae27 100644 --- a/.github/workflows/3.4.x-boot-servlet-jetty.yml +++ b/.github/workflows/3.4.x-boot-servlet-jetty.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:servlet-jetty task: appTest servlet_jetty_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:servlet-jetty task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-servlet-tomcat.yml b/.github/workflows/3.4.x-boot-servlet-tomcat.yml index 0a42a201..95bfd202 100644 --- a/.github/workflows/3.4.x-boot-servlet-tomcat.yml +++ b/.github/workflows/3.4.x-boot-servlet-tomcat.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:servlet-tomcat task: appTest servlet_tomcat_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:servlet-tomcat task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-servlet-undertow.yml b/.github/workflows/3.4.x-boot-servlet-undertow.yml index 76a4135d..70da00c3 100644 --- a/.github/workflows/3.4.x-boot-servlet-undertow.yml +++ b/.github/workflows/3.4.x-boot-servlet-undertow.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:servlet-undertow task: appTest servlet_undertow_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:servlet-undertow task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-thymeleaf-webflux.yml b/.github/workflows/3.4.x-boot-thymeleaf-webflux.yml index c0385b44..1bfebd77 100644 --- a/.github/workflows/3.4.x-boot-thymeleaf-webflux.yml +++ b/.github/workflows/3.4.x-boot-thymeleaf-webflux.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:thymeleaf-webflux task: appTest thymeleaf_webflux_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:thymeleaf-webflux task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-thymeleaf-webmvc.yml b/.github/workflows/3.4.x-boot-thymeleaf-webmvc.yml index 001bb1b2..03d00c60 100644 --- a/.github/workflows/3.4.x-boot-thymeleaf-webmvc.yml +++ b/.github/workflows/3.4.x-boot-thymeleaf-webmvc.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:thymeleaf-webmvc task: appTest thymeleaf_webmvc_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:thymeleaf-webmvc task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-tracing-brave-zipkin.yml b/.github/workflows/3.4.x-boot-tracing-brave-zipkin.yml index 8f94a835..5e365320 100644 --- a/.github/workflows/3.4.x-boot-tracing-brave-zipkin.yml +++ b/.github/workflows/3.4.x-boot-tracing-brave-zipkin.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:tracing-brave-zipkin task: appTest tracing_brave_zipkin_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:tracing-brave-zipkin task: nativeAppTest diff --git a/.github/workflows/3.4.x-boot-xml-config.yml b/.github/workflows/3.4.x-boot-xml-config.yml index 62dfbdbe..8d873eda 100644 --- a/.github/workflows/3.4.x-boot-xml-config.yml +++ b/.github/workflows/3.4.x-boot-xml-config.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:xml-config task: appTest xml_config_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: boot:xml-config task: nativeAppTest diff --git a/.github/workflows/3.4.x-cloud-cloud-config-client.yml b/.github/workflows/3.4.x-cloud-cloud-config-client.yml index 033f0ccd..84c6219f 100644 --- a/.github/workflows/3.4.x-cloud-cloud-config-client.yml +++ b/.github/workflows/3.4.x-cloud-cloud-config-client.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-config-client task: appTest cloud_config_client_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-config-client task: nativeAppTest diff --git a/.github/workflows/3.4.x-cloud-cloud-config-server.yml b/.github/workflows/3.4.x-cloud-cloud-config-server.yml index 0efe469a..8a259106 100644 --- a/.github/workflows/3.4.x-cloud-cloud-config-server.yml +++ b/.github/workflows/3.4.x-cloud-cloud-config-server.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-config-server task: appTest cloud_config_server_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-config-server task: nativeAppTest java_version: 21 diff --git a/.github/workflows/3.4.x-cloud-cloud-discovery-consul.yml b/.github/workflows/3.4.x-cloud-cloud-discovery-consul.yml index 92a0bb57..228cac34 100644 --- a/.github/workflows/3.4.x-cloud-cloud-discovery-consul.yml +++ b/.github/workflows/3.4.x-cloud-cloud-discovery-consul.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-discovery-consul task: appTest cloud_discovery_consul_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-discovery-consul task: nativeAppTest diff --git a/.github/workflows/3.4.x-cloud-cloud-discovery-eureka.yml b/.github/workflows/3.4.x-cloud-cloud-discovery-eureka.yml index b9efc547..b4f60a7c 100644 --- a/.github/workflows/3.4.x-cloud-cloud-discovery-eureka.yml +++ b/.github/workflows/3.4.x-cloud-cloud-discovery-eureka.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-discovery-eureka task: appTest cloud_discovery_eureka_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-discovery-eureka task: nativeAppTest diff --git a/.github/workflows/3.4.x-cloud-cloud-discovery-zookeeper.yml b/.github/workflows/3.4.x-cloud-cloud-discovery-zookeeper.yml index 95099876..63607e98 100644 --- a/.github/workflows/3.4.x-cloud-cloud-discovery-zookeeper.yml +++ b/.github/workflows/3.4.x-cloud-cloud-discovery-zookeeper.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-discovery-zookeeper task: appTest cloud_discovery_zookeeper_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-discovery-zookeeper task: nativeAppTest diff --git a/.github/workflows/3.4.x-cloud-cloud-function-web.yml b/.github/workflows/3.4.x-cloud-cloud-function-web.yml index 2c359af7..fbb79f6b 100644 --- a/.github/workflows/3.4.x-cloud-cloud-function-web.yml +++ b/.github/workflows/3.4.x-cloud-cloud-function-web.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-function-web task: appTest cloud_function_web_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-function-web task: nativeAppTest diff --git a/.github/workflows/3.4.x-cloud-cloud-function-webflux.yml b/.github/workflows/3.4.x-cloud-cloud-function-webflux.yml index 16b64db8..1243830a 100644 --- a/.github/workflows/3.4.x-cloud-cloud-function-webflux.yml +++ b/.github/workflows/3.4.x-cloud-cloud-function-webflux.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-function-webflux task: appTest cloud_function_webflux_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-function-webflux task: nativeAppTest diff --git a/.github/workflows/3.4.x-cloud-cloud-gateway.yml b/.github/workflows/3.4.x-cloud-cloud-gateway.yml index 1cd29122..2af1e202 100644 --- a/.github/workflows/3.4.x-cloud-cloud-gateway.yml +++ b/.github/workflows/3.4.x-cloud-cloud-gateway.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-gateway task: appTest cloud_gateway_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-gateway task: nativeAppTest diff --git a/.github/workflows/3.4.x-cloud-cloud-loadbalancing-web.yml b/.github/workflows/3.4.x-cloud-cloud-loadbalancing-web.yml index 9cf447b7..39ebd98e 100644 --- a/.github/workflows/3.4.x-cloud-cloud-loadbalancing-web.yml +++ b/.github/workflows/3.4.x-cloud-cloud-loadbalancing-web.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-loadbalancing-web task: appTest cloud_loadbalancing_web_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-loadbalancing-web task: nativeAppTest diff --git a/.github/workflows/3.4.x-cloud-cloud-loadbalancing-webflux.yml b/.github/workflows/3.4.x-cloud-cloud-loadbalancing-webflux.yml index 7d79d042..809b0b48 100644 --- a/.github/workflows/3.4.x-cloud-cloud-loadbalancing-webflux.yml +++ b/.github/workflows/3.4.x-cloud-cloud-loadbalancing-webflux.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-loadbalancing-webflux task: appTest cloud_loadbalancing_webflux_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-loadbalancing-webflux task: nativeAppTest diff --git a/.github/workflows/3.4.x-cloud-cloud-openfeign.yml b/.github/workflows/3.4.x-cloud-cloud-openfeign.yml index 01fb7f02..6ca642d1 100644 --- a/.github/workflows/3.4.x-cloud-cloud-openfeign.yml +++ b/.github/workflows/3.4.x-cloud-cloud-openfeign.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-openfeign task: appTest cloud_openfeign_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-openfeign task: nativeAppTest diff --git a/.github/workflows/3.4.x-cloud-cloud-stream-kafka-streams.yml b/.github/workflows/3.4.x-cloud-cloud-stream-kafka-streams.yml index 7e1a924b..0a26726e 100644 --- a/.github/workflows/3.4.x-cloud-cloud-stream-kafka-streams.yml +++ b/.github/workflows/3.4.x-cloud-cloud-stream-kafka-streams.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-stream-kafka-streams task: appTest cloud_stream_kafka_streams_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-stream-kafka-streams task: nativeAppTest diff --git a/.github/workflows/3.4.x-cloud-cloud-stream-kafka.yml b/.github/workflows/3.4.x-cloud-cloud-stream-kafka.yml index 53e0fbd6..5d064dfe 100644 --- a/.github/workflows/3.4.x-cloud-cloud-stream-kafka.yml +++ b/.github/workflows/3.4.x-cloud-cloud-stream-kafka.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-stream-kafka task: appTest cloud_stream_kafka_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-stream-kafka task: nativeAppTest diff --git a/.github/workflows/3.4.x-cloud-cloud-stream-pulsar.yml b/.github/workflows/3.4.x-cloud-cloud-stream-pulsar.yml index 0681e515..26dc63f8 100644 --- a/.github/workflows/3.4.x-cloud-cloud-stream-pulsar.yml +++ b/.github/workflows/3.4.x-cloud-cloud-stream-pulsar.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-stream-pulsar task: appTest cloud_stream_pulsar_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-stream-pulsar task: nativeAppTest diff --git a/.github/workflows/3.4.x-cloud-cloud-stream-rabbit.yml b/.github/workflows/3.4.x-cloud-cloud-stream-rabbit.yml index d7e92af6..572c3e8c 100644 --- a/.github/workflows/3.4.x-cloud-cloud-stream-rabbit.yml +++ b/.github/workflows/3.4.x-cloud-cloud-stream-rabbit.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-stream-rabbit task: appTest cloud_stream_rabbit_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-stream-rabbit task: nativeAppTest diff --git a/.github/workflows/3.4.x-cloud-cloud-task.yml b/.github/workflows/3.4.x-cloud-cloud-task.yml index 0b01e2cb..2df4b76d 100644 --- a/.github/workflows/3.4.x-cloud-cloud-task.yml +++ b/.github/workflows/3.4.x-cloud-cloud-task.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-task task: appTest cloud_task_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: cloud:cloud-task task: nativeAppTest diff --git a/.github/workflows/3.4.x-data-data-cassandra-reactive.yml b/.github/workflows/3.4.x-data-data-cassandra-reactive.yml index 42a94592..5a6211ed 100644 --- a/.github/workflows/3.4.x-data-data-cassandra-reactive.yml +++ b/.github/workflows/3.4.x-data-data-cassandra-reactive.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-cassandra-reactive task: appTest data_cassandra_reactive_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-cassandra-reactive task: nativeAppTest diff --git a/.github/workflows/3.4.x-data-data-cassandra.yml b/.github/workflows/3.4.x-data-data-cassandra.yml index ae57f9ff..f2524641 100644 --- a/.github/workflows/3.4.x-data-data-cassandra.yml +++ b/.github/workflows/3.4.x-data-data-cassandra.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-cassandra task: appTest data_cassandra_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-cassandra task: nativeAppTest diff --git a/.github/workflows/3.4.x-data-data-jdbc-h2-kotlin.yml b/.github/workflows/3.4.x-data-data-jdbc-h2-kotlin.yml index c84ff216..d1b5e405 100644 --- a/.github/workflows/3.4.x-data-data-jdbc-h2-kotlin.yml +++ b/.github/workflows/3.4.x-data-data-jdbc-h2-kotlin.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jdbc-h2-kotlin task: appTest data_jdbc_h2_kotlin_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jdbc-h2-kotlin task: nativeAppTest data_jdbc_h2_kotlin_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jdbc-h2-kotlin task: test data_jdbc_h2_kotlin_native_test: @@ -37,7 +37,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jdbc-h2-kotlin task: nativeTest java_version: 22 diff --git a/.github/workflows/3.4.x-data-data-jdbc-h2.yml b/.github/workflows/3.4.x-data-data-jdbc-h2.yml index d4fed0d9..1ac39f34 100644 --- a/.github/workflows/3.4.x-data-data-jdbc-h2.yml +++ b/.github/workflows/3.4.x-data-data-jdbc-h2.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jdbc-h2 task: appTest data_jdbc_h2_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jdbc-h2 task: nativeAppTest data_jdbc_h2_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jdbc-h2 task: test data_jdbc_h2_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jdbc-h2 task: nativeTest diff --git a/.github/workflows/3.4.x-data-data-jdbc-postgresql.yml b/.github/workflows/3.4.x-data-data-jdbc-postgresql.yml index 3f491caf..332ea0f5 100644 --- a/.github/workflows/3.4.x-data-data-jdbc-postgresql.yml +++ b/.github/workflows/3.4.x-data-data-jdbc-postgresql.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jdbc-postgresql task: appTest data_jdbc_postgresql_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jdbc-postgresql task: nativeAppTest diff --git a/.github/workflows/3.4.x-data-data-jpa-entityscan.yml b/.github/workflows/3.4.x-data-data-jpa-entityscan.yml index c696dfa2..4957149a 100644 --- a/.github/workflows/3.4.x-data-data-jpa-entityscan.yml +++ b/.github/workflows/3.4.x-data-data-jpa-entityscan.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jpa-entityscan task: appTest data_jpa_entityscan_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jpa-entityscan task: nativeAppTest data_jpa_entityscan_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jpa-entityscan task: test data_jpa_entityscan_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jpa-entityscan task: nativeTest diff --git a/.github/workflows/3.4.x-data-data-jpa-kotlin.yml b/.github/workflows/3.4.x-data-data-jpa-kotlin.yml index 5cca7488..05b6f963 100644 --- a/.github/workflows/3.4.x-data-data-jpa-kotlin.yml +++ b/.github/workflows/3.4.x-data-data-jpa-kotlin.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jpa-kotlin task: appTest data_jpa_kotlin_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jpa-kotlin task: nativeAppTest diff --git a/.github/workflows/3.4.x-data-data-jpa.yml b/.github/workflows/3.4.x-data-data-jpa.yml index 5d45f45a..c56bc3d8 100644 --- a/.github/workflows/3.4.x-data-data-jpa.yml +++ b/.github/workflows/3.4.x-data-data-jpa.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jpa task: appTest data_jpa_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jpa task: nativeAppTest data_jpa_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jpa task: test data_jpa_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-jpa task: nativeTest diff --git a/.github/workflows/3.4.x-data-data-mongodb-reactive.yml b/.github/workflows/3.4.x-data-data-mongodb-reactive.yml index f5ec305a..32c573a5 100644 --- a/.github/workflows/3.4.x-data-data-mongodb-reactive.yml +++ b/.github/workflows/3.4.x-data-data-mongodb-reactive.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-mongodb-reactive task: appTest data_mongodb_reactive_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-mongodb-reactive task: nativeAppTest diff --git a/.github/workflows/3.4.x-data-data-mongodb.yml b/.github/workflows/3.4.x-data-data-mongodb.yml index 1de867c4..04bf4585 100644 --- a/.github/workflows/3.4.x-data-data-mongodb.yml +++ b/.github/workflows/3.4.x-data-data-mongodb.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-mongodb task: appTest data_mongodb_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-mongodb task: nativeAppTest diff --git a/.github/workflows/3.4.x-data-data-neo4j.yml b/.github/workflows/3.4.x-data-data-neo4j.yml index 223aa122..0b448d42 100644 --- a/.github/workflows/3.4.x-data-data-neo4j.yml +++ b/.github/workflows/3.4.x-data-data-neo4j.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-neo4j task: appTest data_neo4j_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-neo4j task: nativeAppTest diff --git a/.github/workflows/3.4.x-data-data-r2dbc.yml b/.github/workflows/3.4.x-data-data-r2dbc.yml index dc4b5dd4..69486a00 100644 --- a/.github/workflows/3.4.x-data-data-r2dbc.yml +++ b/.github/workflows/3.4.x-data-data-r2dbc.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-r2dbc task: appTest data_r2dbc_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-r2dbc task: nativeAppTest diff --git a/.github/workflows/3.4.x-data-data-redis-reactive.yml b/.github/workflows/3.4.x-data-data-redis-reactive.yml index 65c1d527..f042f062 100644 --- a/.github/workflows/3.4.x-data-data-redis-reactive.yml +++ b/.github/workflows/3.4.x-data-data-redis-reactive.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-redis-reactive task: appTest data_redis_reactive_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-redis-reactive task: nativeAppTest diff --git a/.github/workflows/3.4.x-data-data-redis.yml b/.github/workflows/3.4.x-data-data-redis.yml index 415255bd..5bfef722 100644 --- a/.github/workflows/3.4.x-data-data-redis.yml +++ b/.github/workflows/3.4.x-data-data-redis.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-redis task: appTest data_redis_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-redis task: nativeAppTest diff --git a/.github/workflows/3.4.x-data-data-rest-mongodb.yml b/.github/workflows/3.4.x-data-data-rest-mongodb.yml index 983aaaf2..959f9ba1 100644 --- a/.github/workflows/3.4.x-data-data-rest-mongodb.yml +++ b/.github/workflows/3.4.x-data-data-rest-mongodb.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-rest-mongodb task: appTest data_rest_mongodb_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-rest-mongodb task: nativeAppTest diff --git a/.github/workflows/3.4.x-data-data-web-support.yml b/.github/workflows/3.4.x-data-data-web-support.yml index cf23673d..161bb4b3 100644 --- a/.github/workflows/3.4.x-data-data-web-support.yml +++ b/.github/workflows/3.4.x-data-data-web-support.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-web-support task: appTest data_web_support_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:data-web-support task: nativeAppTest diff --git a/.github/workflows/3.4.x-data-hateoas.yml b/.github/workflows/3.4.x-data-hateoas.yml index 2e3e72fb..4378a761 100644 --- a/.github/workflows/3.4.x-data-hateoas.yml +++ b/.github/workflows/3.4.x-data-hateoas.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:hateoas task: appTest hateoas_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: data:hateoas task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-aspect.yml b/.github/workflows/3.4.x-framework-aspect.yml index 55619916..977f2145 100644 --- a/.github/workflows/3.4.x-framework-aspect.yml +++ b/.github/workflows/3.4.x-framework-aspect.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:aspect task: appTest aspect_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:aspect task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-async.yml b/.github/workflows/3.4.x-framework-async.yml index ba225bf4..b09b6043 100644 --- a/.github/workflows/3.4.x-framework-async.yml +++ b/.github/workflows/3.4.x-framework-async.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:async task: appTest async_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:async task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-cache-caffeine.yml b/.github/workflows/3.4.x-framework-cache-caffeine.yml index 90d36471..d1603d7f 100644 --- a/.github/workflows/3.4.x-framework-cache-caffeine.yml +++ b/.github/workflows/3.4.x-framework-cache-caffeine.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:cache-caffeine task: appTest cache_caffeine_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:cache-caffeine task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-cache-redis.yml b/.github/workflows/3.4.x-framework-cache-redis.yml index 14efbdd2..a3b8b472 100644 --- a/.github/workflows/3.4.x-framework-cache-redis.yml +++ b/.github/workflows/3.4.x-framework-cache-redis.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:cache-redis task: appTest cache_redis_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:cache-redis task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-cache-simple-jdk-proxy.yml b/.github/workflows/3.4.x-framework-cache-simple-jdk-proxy.yml index b4716a58..e3df5bfb 100644 --- a/.github/workflows/3.4.x-framework-cache-simple-jdk-proxy.yml +++ b/.github/workflows/3.4.x-framework-cache-simple-jdk-proxy.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:cache-simple-jdk-proxy task: appTest cache_simple_jdk_proxy_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:cache-simple-jdk-proxy task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-cache-simple.yml b/.github/workflows/3.4.x-framework-cache-simple.yml index 0cbce34f..aec4472b 100644 --- a/.github/workflows/3.4.x-framework-cache-simple.yml +++ b/.github/workflows/3.4.x-framework-cache-simple.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:cache-simple task: appTest cache_simple_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:cache-simple task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-configuration-class-proxy.yml b/.github/workflows/3.4.x-framework-configuration-class-proxy.yml index 93ddd55d..3edbb297 100644 --- a/.github/workflows/3.4.x-framework-configuration-class-proxy.yml +++ b/.github/workflows/3.4.x-framework-configuration-class-proxy.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:configuration-class-proxy task: appTest configuration_class_proxy_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:configuration-class-proxy task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-disposable.yml b/.github/workflows/3.4.x-framework-disposable.yml index c4350b91..643ed550 100644 --- a/.github/workflows/3.4.x-framework-disposable.yml +++ b/.github/workflows/3.4.x-framework-disposable.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:disposable task: appTest disposable_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:disposable task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-event-listener.yml b/.github/workflows/3.4.x-framework-event-listener.yml index 9a11e81b..5dec311a 100644 --- a/.github/workflows/3.4.x-framework-event-listener.yml +++ b/.github/workflows/3.4.x-framework-event-listener.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:event-listener task: appTest event_listener_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:event-listener task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-hibernate-enhancer.yml b/.github/workflows/3.4.x-framework-hibernate-enhancer.yml index 5aaff28a..60d4ce7a 100644 --- a/.github/workflows/3.4.x-framework-hibernate-enhancer.yml +++ b/.github/workflows/3.4.x-framework-hibernate-enhancer.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:hibernate-enhancer task: appTest hibernate_enhancer_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:hibernate-enhancer task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-hibernate.yml b/.github/workflows/3.4.x-framework-hibernate.yml index e45bf120..8fc9520c 100644 --- a/.github/workflows/3.4.x-framework-hibernate.yml +++ b/.github/workflows/3.4.x-framework-hibernate.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:hibernate task: appTest hibernate_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:hibernate task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-jdbc-h2.yml b/.github/workflows/3.4.x-framework-jdbc-h2.yml index 7d991476..375f65db 100644 --- a/.github/workflows/3.4.x-framework-jdbc-h2.yml +++ b/.github/workflows/3.4.x-framework-jdbc-h2.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:jdbc-h2 task: appTest jdbc_h2_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:jdbc-h2 task: nativeAppTest jdbc_h2_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:jdbc-h2 task: test jdbc_h2_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:jdbc-h2 task: nativeTest diff --git a/.github/workflows/3.4.x-framework-jdbc-mariadb.yml b/.github/workflows/3.4.x-framework-jdbc-mariadb.yml index b13ee931..592f39e2 100644 --- a/.github/workflows/3.4.x-framework-jdbc-mariadb.yml +++ b/.github/workflows/3.4.x-framework-jdbc-mariadb.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:jdbc-mariadb task: appTest jdbc_mariadb_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:jdbc-mariadb task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-jdbc-mysql.yml b/.github/workflows/3.4.x-framework-jdbc-mysql.yml index 7d3c0528..7e5e0e49 100644 --- a/.github/workflows/3.4.x-framework-jdbc-mysql.yml +++ b/.github/workflows/3.4.x-framework-jdbc-mysql.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:jdbc-mysql task: appTest jdbc_mysql_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:jdbc-mysql task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-jdbc-postgresql.yml b/.github/workflows/3.4.x-framework-jdbc-postgresql.yml index d8ef0fa1..08f66d78 100644 --- a/.github/workflows/3.4.x-framework-jdbc-postgresql.yml +++ b/.github/workflows/3.4.x-framework-jdbc-postgresql.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:jdbc-postgresql task: appTest jdbc_postgresql_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:jdbc-postgresql task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-kotlin-functional.yml b/.github/workflows/3.4.x-framework-kotlin-functional.yml index 2cc76bf6..5f75b2ee 100644 --- a/.github/workflows/3.4.x-framework-kotlin-functional.yml +++ b/.github/workflows/3.4.x-framework-kotlin-functional.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:kotlin-functional task: appTest kotlin_functional_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:kotlin-functional task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-mail.yml b/.github/workflows/3.4.x-framework-mail.yml index e20fee51..dd868989 100644 --- a/.github/workflows/3.4.x-framework-mail.yml +++ b/.github/workflows/3.4.x-framework-mail.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:mail task: appTest mail_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:mail task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-order.yml b/.github/workflows/3.4.x-framework-order.yml index 0e40360a..e4b6cd6f 100644 --- a/.github/workflows/3.4.x-framework-order.yml +++ b/.github/workflows/3.4.x-framework-order.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:order task: appTest order_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:order task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-quartz.yml b/.github/workflows/3.4.x-framework-quartz.yml index bfa5d8c1..fc8d41dc 100644 --- a/.github/workflows/3.4.x-framework-quartz.yml +++ b/.github/workflows/3.4.x-framework-quartz.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:quartz task: appTest quartz_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:quartz task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-resource.yml b/.github/workflows/3.4.x-framework-resource.yml index 7269788c..72ba0567 100644 --- a/.github/workflows/3.4.x-framework-resource.yml +++ b/.github/workflows/3.4.x-framework-resource.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:resource task: appTest resource_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:resource task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-rest-template.yml b/.github/workflows/3.4.x-framework-rest-template.yml index 663cc42e..dd35591a 100644 --- a/.github/workflows/3.4.x-framework-rest-template.yml +++ b/.github/workflows/3.4.x-framework-rest-template.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:rest-template task: appTest rest_template_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:rest-template task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-rsocket.yml b/.github/workflows/3.4.x-framework-rsocket.yml index 51e02196..75cc5ccb 100644 --- a/.github/workflows/3.4.x-framework-rsocket.yml +++ b/.github/workflows/3.4.x-framework-rsocket.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:rsocket task: appTest rsocket_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:rsocket task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-scheduled.yml b/.github/workflows/3.4.x-framework-scheduled.yml index 3ee4f311..0ba646ec 100644 --- a/.github/workflows/3.4.x-framework-scheduled.yml +++ b/.github/workflows/3.4.x-framework-scheduled.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:scheduled task: appTest scheduled_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:scheduled task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-tcf-mockito.yml b/.github/workflows/3.4.x-framework-tcf-mockito.yml index 738f9780..04e119de 100644 --- a/.github/workflows/3.4.x-framework-tcf-mockito.yml +++ b/.github/workflows/3.4.x-framework-tcf-mockito.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:tcf-mockito task: test tcf_mockito_native_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:tcf-mockito task: nativeTest expected_to_fail: true diff --git a/.github/workflows/3.4.x-framework-tcf.yml b/.github/workflows/3.4.x-framework-tcf.yml index 51cf2729..d09882ee 100644 --- a/.github/workflows/3.4.x-framework-tcf.yml +++ b/.github/workflows/3.4.x-framework-tcf.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:tcf task: test tcf_native_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:tcf task: nativeTest diff --git a/.github/workflows/3.4.x-framework-transactional-event-listener.yml b/.github/workflows/3.4.x-framework-transactional-event-listener.yml index 741ac5cc..d02842fd 100644 --- a/.github/workflows/3.4.x-framework-transactional-event-listener.yml +++ b/.github/workflows/3.4.x-framework-transactional-event-listener.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:transactional-event-listener task: appTest transactional_event_listener_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:transactional-event-listener task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-transactional.yml b/.github/workflows/3.4.x-framework-transactional.yml index 89fa6a1c..531bc1c4 100644 --- a/.github/workflows/3.4.x-framework-transactional.yml +++ b/.github/workflows/3.4.x-framework-transactional.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:transactional task: appTest transactional_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:transactional task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-validation.yml b/.github/workflows/3.4.x-framework-validation.yml index 0f4ce79b..774957ed 100644 --- a/.github/workflows/3.4.x-framework-validation.yml +++ b/.github/workflows/3.4.x-framework-validation.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:validation task: appTest validation_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:validation task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-webclient.yml b/.github/workflows/3.4.x-framework-webclient.yml index c06b20db..fb6436c5 100644 --- a/.github/workflows/3.4.x-framework-webclient.yml +++ b/.github/workflows/3.4.x-framework-webclient.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webclient task: appTest webclient_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webclient task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-webflux-jetty.yml b/.github/workflows/3.4.x-framework-webflux-jetty.yml index 95aa2526..4433cdc9 100644 --- a/.github/workflows/3.4.x-framework-webflux-jetty.yml +++ b/.github/workflows/3.4.x-framework-webflux-jetty.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webflux-jetty task: appTest webflux_jetty_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webflux-jetty task: nativeAppTest webflux_jetty_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webflux-jetty task: test webflux_jetty_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webflux-jetty task: nativeTest diff --git a/.github/workflows/3.4.x-framework-webflux-netty-tls.yml b/.github/workflows/3.4.x-framework-webflux-netty-tls.yml index a7b68e39..50b83e20 100644 --- a/.github/workflows/3.4.x-framework-webflux-netty-tls.yml +++ b/.github/workflows/3.4.x-framework-webflux-netty-tls.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webflux-netty-tls task: appTest webflux_netty_tls_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webflux-netty-tls task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-webflux-netty.yml b/.github/workflows/3.4.x-framework-webflux-netty.yml index d9ce5dd8..9fd298ca 100644 --- a/.github/workflows/3.4.x-framework-webflux-netty.yml +++ b/.github/workflows/3.4.x-framework-webflux-netty.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webflux-netty task: appTest webflux_netty_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webflux-netty task: nativeAppTest webflux_netty_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webflux-netty task: test webflux_netty_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webflux-netty task: nativeTest diff --git a/.github/workflows/3.4.x-framework-webflux-undertow.yml b/.github/workflows/3.4.x-framework-webflux-undertow.yml index ec413f22..207c8006 100644 --- a/.github/workflows/3.4.x-framework-webflux-undertow.yml +++ b/.github/workflows/3.4.x-framework-webflux-undertow.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webflux-undertow task: appTest webflux_undertow_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webflux-undertow task: nativeAppTest webflux_undertow_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webflux-undertow task: test webflux_undertow_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webflux-undertow task: nativeTest diff --git a/.github/workflows/3.4.x-framework-webmvc-jetty-tls.yml b/.github/workflows/3.4.x-framework-webmvc-jetty-tls.yml index f5e0374b..78434117 100644 --- a/.github/workflows/3.4.x-framework-webmvc-jetty-tls.yml +++ b/.github/workflows/3.4.x-framework-webmvc-jetty-tls.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-jetty-tls task: appTest webmvc_jetty_tls_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-jetty-tls task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-webmvc-jetty.yml b/.github/workflows/3.4.x-framework-webmvc-jetty.yml index 5f3ad7a9..99e499ce 100644 --- a/.github/workflows/3.4.x-framework-webmvc-jetty.yml +++ b/.github/workflows/3.4.x-framework-webmvc-jetty.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-jetty task: appTest webmvc_jetty_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-jetty task: nativeAppTest webmvc_jetty_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-jetty task: test webmvc_jetty_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-jetty task: nativeTest diff --git a/.github/workflows/3.4.x-framework-webmvc-scoped-proxy.yml b/.github/workflows/3.4.x-framework-webmvc-scoped-proxy.yml index 4c5e9969..aeab31eb 100644 --- a/.github/workflows/3.4.x-framework-webmvc-scoped-proxy.yml +++ b/.github/workflows/3.4.x-framework-webmvc-scoped-proxy.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-scoped-proxy task: appTest webmvc_scoped_proxy_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-scoped-proxy task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-webmvc-tomcat-tls.yml b/.github/workflows/3.4.x-framework-webmvc-tomcat-tls.yml index 909a6872..be87d374 100644 --- a/.github/workflows/3.4.x-framework-webmvc-tomcat-tls.yml +++ b/.github/workflows/3.4.x-framework-webmvc-tomcat-tls.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-tomcat-tls task: appTest webmvc_tomcat_tls_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-tomcat-tls task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-webmvc-tomcat.yml b/.github/workflows/3.4.x-framework-webmvc-tomcat.yml index 7c4d3369..e43877d3 100644 --- a/.github/workflows/3.4.x-framework-webmvc-tomcat.yml +++ b/.github/workflows/3.4.x-framework-webmvc-tomcat.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-tomcat task: appTest webmvc_tomcat_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-tomcat task: nativeAppTest webmvc_tomcat_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-tomcat task: test webmvc_tomcat_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-tomcat task: nativeTest diff --git a/.github/workflows/3.4.x-framework-webmvc-undertow-tls.yml b/.github/workflows/3.4.x-framework-webmvc-undertow-tls.yml index 4530b79a..652f19e0 100644 --- a/.github/workflows/3.4.x-framework-webmvc-undertow-tls.yml +++ b/.github/workflows/3.4.x-framework-webmvc-undertow-tls.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-undertow-tls task: appTest webmvc_undertow_tls_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-undertow-tls task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-webmvc-undertow.yml b/.github/workflows/3.4.x-framework-webmvc-undertow.yml index a97e6dc1..213844a0 100644 --- a/.github/workflows/3.4.x-framework-webmvc-undertow.yml +++ b/.github/workflows/3.4.x-framework-webmvc-undertow.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-undertow task: appTest webmvc_undertow_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-undertow task: nativeAppTest webmvc_undertow_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-undertow task: test webmvc_undertow_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:webmvc-undertow task: nativeTest diff --git a/.github/workflows/3.4.x-framework-websocket-jetty.yml b/.github/workflows/3.4.x-framework-websocket-jetty.yml index 352b58d3..9e8e9503 100644 --- a/.github/workflows/3.4.x-framework-websocket-jetty.yml +++ b/.github/workflows/3.4.x-framework-websocket-jetty.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:websocket-jetty task: appTest websocket_jetty_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:websocket-jetty task: nativeAppTest expected_to_fail: true diff --git a/.github/workflows/3.4.x-framework-websocket-stomp.yml b/.github/workflows/3.4.x-framework-websocket-stomp.yml index 29a62dd6..6ab3c053 100644 --- a/.github/workflows/3.4.x-framework-websocket-stomp.yml +++ b/.github/workflows/3.4.x-framework-websocket-stomp.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:websocket-stomp task: appTest websocket_stomp_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:websocket-stomp task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-websocket-tomcat.yml b/.github/workflows/3.4.x-framework-websocket-tomcat.yml index 9a38f1fc..29833bc5 100644 --- a/.github/workflows/3.4.x-framework-websocket-tomcat.yml +++ b/.github/workflows/3.4.x-framework-websocket-tomcat.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:websocket-tomcat task: appTest websocket_tomcat_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:websocket-tomcat task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-websocket-undertow.yml b/.github/workflows/3.4.x-framework-websocket-undertow.yml index e5da35c3..adaffa02 100644 --- a/.github/workflows/3.4.x-framework-websocket-undertow.yml +++ b/.github/workflows/3.4.x-framework-websocket-undertow.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:websocket-undertow task: appTest websocket_undertow_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: framework:websocket-undertow task: nativeAppTest diff --git a/.github/workflows/3.4.x-graphql-graphql-webflux-rsocket.yml b/.github/workflows/3.4.x-graphql-graphql-webflux-rsocket.yml index b8d836f6..4560c81c 100644 --- a/.github/workflows/3.4.x-graphql-graphql-webflux-rsocket.yml +++ b/.github/workflows/3.4.x-graphql-graphql-webflux-rsocket.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: graphql:graphql-webflux-rsocket task: appTest graphql_webflux_rsocket_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: graphql:graphql-webflux-rsocket task: nativeAppTest graphql_webflux_rsocket_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: graphql:graphql-webflux-rsocket task: test graphql_webflux_rsocket_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: graphql:graphql-webflux-rsocket task: nativeTest diff --git a/.github/workflows/3.4.x-graphql-graphql-webflux.yml b/.github/workflows/3.4.x-graphql-graphql-webflux.yml index 2ca67a7d..f7223973 100644 --- a/.github/workflows/3.4.x-graphql-graphql-webflux.yml +++ b/.github/workflows/3.4.x-graphql-graphql-webflux.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: graphql:graphql-webflux task: appTest graphql_webflux_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: graphql:graphql-webflux task: nativeAppTest graphql_webflux_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: graphql:graphql-webflux task: test graphql_webflux_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: graphql:graphql-webflux task: nativeTest diff --git a/.github/workflows/3.4.x-graphql-graphql-webmvc.yml b/.github/workflows/3.4.x-graphql-graphql-webmvc.yml index b2abe502..287176a5 100644 --- a/.github/workflows/3.4.x-graphql-graphql-webmvc.yml +++ b/.github/workflows/3.4.x-graphql-graphql-webmvc.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: graphql:graphql-webmvc task: appTest graphql_webmvc_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: graphql:graphql-webmvc task: nativeAppTest graphql_webmvc_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: graphql:graphql-webmvc task: test graphql_webmvc_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: graphql:graphql-webmvc task: nativeTest diff --git a/.github/workflows/3.4.x-integration-integration.yml b/.github/workflows/3.4.x-integration-integration.yml index 9f9bf60a..da0bc534 100644 --- a/.github/workflows/3.4.x-integration-integration.yml +++ b/.github/workflows/3.4.x-integration-integration.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: integration:integration task: appTest integration_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: integration:integration task: nativeAppTest diff --git a/.github/workflows/3.4.x-integration-spring-amqp-rabbit.yml b/.github/workflows/3.4.x-integration-spring-amqp-rabbit.yml index b58fc870..dcd10f02 100644 --- a/.github/workflows/3.4.x-integration-spring-amqp-rabbit.yml +++ b/.github/workflows/3.4.x-integration-spring-amqp-rabbit.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: integration:spring-amqp-rabbit task: appTest spring_amqp_rabbit_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: integration:spring-amqp-rabbit task: nativeAppTest diff --git a/.github/workflows/3.4.x-integration-spring-kafka-avro.yml b/.github/workflows/3.4.x-integration-spring-kafka-avro.yml index 738bf12e..719102d7 100644 --- a/.github/workflows/3.4.x-integration-spring-kafka-avro.yml +++ b/.github/workflows/3.4.x-integration-spring-kafka-avro.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: integration:spring-kafka-avro task: appTest spring_kafka_avro_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: integration:spring-kafka-avro task: nativeAppTest diff --git a/.github/workflows/3.4.x-integration-spring-kafka-streams.yml b/.github/workflows/3.4.x-integration-spring-kafka-streams.yml index f82e9fe1..590b3719 100644 --- a/.github/workflows/3.4.x-integration-spring-kafka-streams.yml +++ b/.github/workflows/3.4.x-integration-spring-kafka-streams.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: integration:spring-kafka-streams task: appTest spring_kafka_streams_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: integration:spring-kafka-streams task: nativeAppTest diff --git a/.github/workflows/3.4.x-integration-spring-kafka.yml b/.github/workflows/3.4.x-integration-spring-kafka.yml index 960b533e..80acae0c 100644 --- a/.github/workflows/3.4.x-integration-spring-kafka.yml +++ b/.github/workflows/3.4.x-integration-spring-kafka.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: integration:spring-kafka task: appTest spring_kafka_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: integration:spring-kafka task: nativeAppTest diff --git a/.github/workflows/3.4.x-integration-spring-pulsar-reactive.yml b/.github/workflows/3.4.x-integration-spring-pulsar-reactive.yml index 3d5f802d..67412caa 100644 --- a/.github/workflows/3.4.x-integration-spring-pulsar-reactive.yml +++ b/.github/workflows/3.4.x-integration-spring-pulsar-reactive.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: integration:spring-pulsar-reactive task: appTest spring_pulsar_reactive_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: integration:spring-pulsar-reactive task: nativeAppTest diff --git a/.github/workflows/3.4.x-integration-spring-pulsar.yml b/.github/workflows/3.4.x-integration-spring-pulsar.yml index 9bac2f2f..41ce3eb9 100644 --- a/.github/workflows/3.4.x-integration-spring-pulsar.yml +++ b/.github/workflows/3.4.x-integration-spring-pulsar.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: integration:spring-pulsar task: appTest spring_pulsar_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: integration:spring-pulsar task: nativeAppTest diff --git a/.github/workflows/3.4.x-security-ldap-odm.yml b/.github/workflows/3.4.x-security-ldap-odm.yml index bd5ff23e..0673c1ce 100644 --- a/.github/workflows/3.4.x-security-ldap-odm.yml +++ b/.github/workflows/3.4.x-security-ldap-odm.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:ldap-odm task: appTest ldap_odm_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:ldap-odm task: nativeAppTest ldap_odm_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:ldap-odm task: test ldap_odm_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:ldap-odm task: nativeTest diff --git a/.github/workflows/3.4.x-security-security-ldap.yml b/.github/workflows/3.4.x-security-security-ldap.yml index a89172c3..1e4e220b 100644 --- a/.github/workflows/3.4.x-security-security-ldap.yml +++ b/.github/workflows/3.4.x-security-security-ldap.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-ldap task: appTest security_ldap_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-ldap task: nativeAppTest security_ldap_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-ldap task: test security_ldap_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-ldap task: nativeTest diff --git a/.github/workflows/3.4.x-security-security-method.yml b/.github/workflows/3.4.x-security-security-method.yml index 6c43b07b..8b21e2f4 100644 --- a/.github/workflows/3.4.x-security-security-method.yml +++ b/.github/workflows/3.4.x-security-security-method.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-method task: appTest security_method_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-method task: nativeAppTest diff --git a/.github/workflows/3.4.x-security-security-oauth2-authorization-server.yml b/.github/workflows/3.4.x-security-security-oauth2-authorization-server.yml index ae895f69..5333a4a0 100644 --- a/.github/workflows/3.4.x-security-security-oauth2-authorization-server.yml +++ b/.github/workflows/3.4.x-security-security-oauth2-authorization-server.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-oauth2-authorization-server task: appTest security_oauth2_authorization_server_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-oauth2-authorization-server task: nativeAppTest diff --git a/.github/workflows/3.4.x-security-security-oauth2-resource-server.yml b/.github/workflows/3.4.x-security-security-oauth2-resource-server.yml index 660d7537..60b048bb 100644 --- a/.github/workflows/3.4.x-security-security-oauth2-resource-server.yml +++ b/.github/workflows/3.4.x-security-security-oauth2-resource-server.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-oauth2-resource-server task: appTest security_oauth2_resource_server_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-oauth2-resource-server task: nativeAppTest diff --git a/.github/workflows/3.4.x-security-security-thymeleaf.yml b/.github/workflows/3.4.x-security-security-thymeleaf.yml index 8abacb9d..af84cba4 100644 --- a/.github/workflows/3.4.x-security-security-thymeleaf.yml +++ b/.github/workflows/3.4.x-security-security-thymeleaf.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-thymeleaf task: appTest security_thymeleaf_native_app_test: @@ -19,7 +19,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-thymeleaf task: nativeAppTest security_thymeleaf_test: @@ -28,7 +28,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-thymeleaf task: test security_thymeleaf_native_test: @@ -37,6 +37,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-thymeleaf task: nativeTest diff --git a/.github/workflows/3.4.x-security-security-webflux.yml b/.github/workflows/3.4.x-security-security-webflux.yml index 6209865c..f4aa34a4 100644 --- a/.github/workflows/3.4.x-security-security-webflux.yml +++ b/.github/workflows/3.4.x-security-security-webflux.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-webflux task: appTest security_webflux_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-webflux task: nativeAppTest diff --git a/.github/workflows/3.4.x-security-security-webmvc.yml b/.github/workflows/3.4.x-security-security-webmvc.yml index a6e82e46..6bda0987 100644 --- a/.github/workflows/3.4.x-security-security-webmvc.yml +++ b/.github/workflows/3.4.x-security-security-webmvc.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-webmvc task: appTest security_webmvc_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: security:security-webmvc task: nativeAppTest diff --git a/.github/workflows/3.4.x-session-session-jdbc.yml b/.github/workflows/3.4.x-session-session-jdbc.yml index 8f75b7b6..5e6e65b8 100644 --- a/.github/workflows/3.4.x-session-session-jdbc.yml +++ b/.github/workflows/3.4.x-session-session-jdbc.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: session:session-jdbc task: appTest session_jdbc_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: session:session-jdbc task: nativeAppTest diff --git a/.github/workflows/3.4.x-session-session-redis-webflux.yml b/.github/workflows/3.4.x-session-session-redis-webflux.yml index 2ec66399..e191df11 100644 --- a/.github/workflows/3.4.x-session-session-redis-webflux.yml +++ b/.github/workflows/3.4.x-session-session-redis-webflux.yml @@ -10,7 +10,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: session:session-redis-webflux task: appTest session_redis_webflux_native_app_test: @@ -19,6 +19,6 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x project: session:session-redis-webflux task: nativeAppTest diff --git a/.github/workflows/3.4.x-warm-caches.yml b/.github/workflows/3.4.x-warm-caches.yml index b1e2082d..4af1353a 100644 --- a/.github/workflows/3.4.x-warm-caches.yml +++ b/.github/workflows/3.4.x-warm-caches.yml @@ -9,4 +9,4 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.4.x diff --git a/.github/workflows/3.5.x-batch-batch.yml b/.github/workflows/3.5.x-batch-batch.yml new file mode 100644 index 00000000..81b732f9 --- /dev/null +++ b/.github/workflows/3.5.x-batch-batch.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Batch Smoke Tests | Batch +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: batch:batch + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-actuator-webflux-mgmt-port.yml b/.github/workflows/3.5.x-boot-actuator-webflux-mgmt-port.yml new file mode 100644 index 00000000..cb2972ee --- /dev/null +++ b/.github/workflows/3.5.x-boot-actuator-webflux-mgmt-port.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Actuator Webflux Mgmt Port +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:actuator-webflux-mgmt-port + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-actuator-webflux.yml b/.github/workflows/3.5.x-boot-actuator-webflux.yml new file mode 100644 index 00000000..e08f9a2f --- /dev/null +++ b/.github/workflows/3.5.x-boot-actuator-webflux.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Actuator Webflux +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:actuator-webflux + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-actuator-webmvc-mgmt-port.yml b/.github/workflows/3.5.x-boot-actuator-webmvc-mgmt-port.yml new file mode 100644 index 00000000..c44d31d8 --- /dev/null +++ b/.github/workflows/3.5.x-boot-actuator-webmvc-mgmt-port.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Actuator Webmvc Mgmt Port +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:actuator-webmvc-mgmt-port + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-actuator-webmvc.yml b/.github/workflows/3.5.x-boot-actuator-webmvc.yml new file mode 100644 index 00000000..fc8ddc77 --- /dev/null +++ b/.github/workflows/3.5.x-boot-actuator-webmvc.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Actuator Webmvc +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:actuator-webmvc + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-boot-tcf.yml b/.github/workflows/3.5.x-boot-boot-tcf.yml new file mode 100644 index 00000000..7e954b19 --- /dev/null +++ b/.github/workflows/3.5.x-boot-boot-tcf.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Boot Tcf +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:boot-tcf + task: nativeTest diff --git a/.github/workflows/3.5.x-boot-command-line-runner.yml b/.github/workflows/3.5.x-boot-command-line-runner.yml new file mode 100644 index 00000000..21509d14 --- /dev/null +++ b/.github/workflows/3.5.x-boot-command-line-runner.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Command Line Runner +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:command-line-runner + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-conditional.yml b/.github/workflows/3.5.x-boot-conditional.yml new file mode 100644 index 00000000..b8261043 --- /dev/null +++ b/.github/workflows/3.5.x-boot-conditional.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Conditional +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:conditional + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-configuration-properties.yml b/.github/workflows/3.5.x-boot-configuration-properties.yml new file mode 100644 index 00000000..a2e67c92 --- /dev/null +++ b/.github/workflows/3.5.x-boot-configuration-properties.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Configuration Properties +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:configuration-properties + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-custom-banner.yml b/.github/workflows/3.5.x-boot-custom-banner.yml new file mode 100644 index 00000000..5eda443f --- /dev/null +++ b/.github/workflows/3.5.x-boot-custom-banner.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Custom Banner +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:custom-banner + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-flyway.yml b/.github/workflows/3.5.x-boot-flyway.yml new file mode 100644 index 00000000..aba014bc --- /dev/null +++ b/.github/workflows/3.5.x-boot-flyway.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Flyway +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:flyway + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-freemarker-webflux.yml b/.github/workflows/3.5.x-boot-freemarker-webflux.yml new file mode 100644 index 00000000..040085ff --- /dev/null +++ b/.github/workflows/3.5.x-boot-freemarker-webflux.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Freemarker Webflux +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:freemarker-webflux + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-freemarker-webmvc.yml b/.github/workflows/3.5.x-boot-freemarker-webmvc.yml new file mode 100644 index 00000000..2c800f44 --- /dev/null +++ b/.github/workflows/3.5.x-boot-freemarker-webmvc.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Freemarker Webmvc +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:freemarker-webmvc + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-json.yml b/.github/workflows/3.5.x-boot-json.yml new file mode 100644 index 00000000..7d07e8d3 --- /dev/null +++ b/.github/workflows/3.5.x-boot-json.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Boot Smoke Tests | Json +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + 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: main + 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: main + project: boot:json + task: nativeTest diff --git a/.github/workflows/3.5.x-boot-liquibase.yml b/.github/workflows/3.5.x-boot-liquibase.yml new file mode 100644 index 00000000..854eb33a --- /dev/null +++ b/.github/workflows/3.5.x-boot-liquibase.yml @@ -0,0 +1,25 @@ +name: 3.5.x | Boot Smoke Tests | Liquibase +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:liquibase + task: nativeAppTest + expected_to_fail: true diff --git a/.github/workflows/3.5.x-boot-logging-logback-spring-xml.yml b/.github/workflows/3.5.x-boot-logging-logback-spring-xml.yml new file mode 100644 index 00000000..cbc057b2 --- /dev/null +++ b/.github/workflows/3.5.x-boot-logging-logback-spring-xml.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Logging Logback Spring Xml +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:logging-logback-spring-xml + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-logging-logback-xml.yml b/.github/workflows/3.5.x-boot-logging-logback-xml.yml new file mode 100644 index 00000000..d99b5fd6 --- /dev/null +++ b/.github/workflows/3.5.x-boot-logging-logback-xml.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Logging Logback Xml +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:logging-logback-xml + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-logging-logback.yml b/.github/workflows/3.5.x-boot-logging-logback.yml new file mode 100644 index 00000000..1b4957cb --- /dev/null +++ b/.github/workflows/3.5.x-boot-logging-logback.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Logging Logback +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:logging-logback + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-mustache-webflux.yml b/.github/workflows/3.5.x-boot-mustache-webflux.yml new file mode 100644 index 00000000..e32d63c1 --- /dev/null +++ b/.github/workflows/3.5.x-boot-mustache-webflux.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Mustache Webflux +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:mustache-webflux + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-mustache-webmvc.yml b/.github/workflows/3.5.x-boot-mustache-webmvc.yml new file mode 100644 index 00000000..113d8c07 --- /dev/null +++ b/.github/workflows/3.5.x-boot-mustache-webmvc.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Mustache Webmvc +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:mustache-webmvc + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-servlet-component-scan.yml b/.github/workflows/3.5.x-boot-servlet-component-scan.yml new file mode 100644 index 00000000..87ab6d9f --- /dev/null +++ b/.github/workflows/3.5.x-boot-servlet-component-scan.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Servlet Component Scan +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:servlet-component-scan + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-servlet-jetty.yml b/.github/workflows/3.5.x-boot-servlet-jetty.yml new file mode 100644 index 00000000..5e5aebe1 --- /dev/null +++ b/.github/workflows/3.5.x-boot-servlet-jetty.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Servlet Jetty +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:servlet-jetty + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-servlet-tomcat.yml b/.github/workflows/3.5.x-boot-servlet-tomcat.yml new file mode 100644 index 00000000..97df3c78 --- /dev/null +++ b/.github/workflows/3.5.x-boot-servlet-tomcat.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Servlet Tomcat +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:servlet-tomcat + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-servlet-undertow.yml b/.github/workflows/3.5.x-boot-servlet-undertow.yml new file mode 100644 index 00000000..e42a408b --- /dev/null +++ b/.github/workflows/3.5.x-boot-servlet-undertow.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Servlet Undertow +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:servlet-undertow + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-thymeleaf-webflux.yml b/.github/workflows/3.5.x-boot-thymeleaf-webflux.yml new file mode 100644 index 00000000..0e73464c --- /dev/null +++ b/.github/workflows/3.5.x-boot-thymeleaf-webflux.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Thymeleaf Webflux +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:thymeleaf-webflux + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-thymeleaf-webmvc.yml b/.github/workflows/3.5.x-boot-thymeleaf-webmvc.yml new file mode 100644 index 00000000..a17afaa1 --- /dev/null +++ b/.github/workflows/3.5.x-boot-thymeleaf-webmvc.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Thymeleaf Webmvc +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:thymeleaf-webmvc + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-tracing-brave-zipkin.yml b/.github/workflows/3.5.x-boot-tracing-brave-zipkin.yml new file mode 100644 index 00000000..7a511917 --- /dev/null +++ b/.github/workflows/3.5.x-boot-tracing-brave-zipkin.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Tracing Brave Zipkin +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:tracing-brave-zipkin + task: nativeAppTest diff --git a/.github/workflows/3.5.x-boot-xml-config.yml b/.github/workflows/3.5.x-boot-xml-config.yml new file mode 100644 index 00000000..d63518a2 --- /dev/null +++ b/.github/workflows/3.5.x-boot-xml-config.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Boot Smoke Tests | Xml Config +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: boot:xml-config + task: nativeAppTest diff --git a/.github/workflows/3.5.x-cloud-cloud-config-client.yml b/.github/workflows/3.5.x-cloud-cloud-config-client.yml new file mode 100644 index 00000000..a15af3e6 --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-config-client.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Config Client +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: cloud:cloud-config-client + task: nativeAppTest diff --git a/.github/workflows/3.5.x-cloud-cloud-config-server.yml b/.github/workflows/3.5.x-cloud-cloud-config-server.yml new file mode 100644 index 00000000..cfe8150a --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-config-server.yml @@ -0,0 +1,25 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Config Server +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + cloud_config_server_app_test: + name: Cloud Config Server App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: cloud:cloud-config-server + task: appTest + cloud_config_server_native_app_test: + name: Cloud Config Server Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: cloud:cloud-config-server + task: nativeAppTest + java_version: 21 diff --git a/.github/workflows/3.5.x-cloud-cloud-discovery-consul.yml b/.github/workflows/3.5.x-cloud-cloud-discovery-consul.yml new file mode 100644 index 00000000..dc108917 --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-discovery-consul.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Discovery Consul +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: cloud:cloud-discovery-consul + task: nativeAppTest diff --git a/.github/workflows/3.5.x-cloud-cloud-discovery-eureka.yml b/.github/workflows/3.5.x-cloud-cloud-discovery-eureka.yml new file mode 100644 index 00000000..0feed2ab --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-discovery-eureka.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Discovery Eureka +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: cloud:cloud-discovery-eureka + task: nativeAppTest diff --git a/.github/workflows/3.5.x-cloud-cloud-discovery-zookeeper.yml b/.github/workflows/3.5.x-cloud-cloud-discovery-zookeeper.yml new file mode 100644 index 00000000..7485dd1a --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-discovery-zookeeper.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Discovery Zookeeper +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: cloud:cloud-discovery-zookeeper + task: nativeAppTest diff --git a/.github/workflows/3.5.x-cloud-cloud-function-web.yml b/.github/workflows/3.5.x-cloud-cloud-function-web.yml new file mode 100644 index 00000000..83ffb8a3 --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-function-web.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Function Web +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: cloud:cloud-function-web + task: nativeAppTest diff --git a/.github/workflows/3.5.x-cloud-cloud-function-webflux.yml b/.github/workflows/3.5.x-cloud-cloud-function-webflux.yml new file mode 100644 index 00000000..f00dbd1a --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-function-webflux.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Function Webflux +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: cloud:cloud-function-webflux + task: nativeAppTest diff --git a/.github/workflows/3.5.x-cloud-cloud-gateway.yml b/.github/workflows/3.5.x-cloud-cloud-gateway.yml new file mode 100644 index 00000000..bff01540 --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-gateway.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Gateway +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: cloud:cloud-gateway + task: nativeAppTest diff --git a/.github/workflows/3.5.x-cloud-cloud-loadbalancing-web.yml b/.github/workflows/3.5.x-cloud-cloud-loadbalancing-web.yml new file mode 100644 index 00000000..3b825142 --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-loadbalancing-web.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Loadbalancing Web +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: cloud:cloud-loadbalancing-web + task: nativeAppTest diff --git a/.github/workflows/3.5.x-cloud-cloud-loadbalancing-webflux.yml b/.github/workflows/3.5.x-cloud-cloud-loadbalancing-webflux.yml new file mode 100644 index 00000000..e7de32bb --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-loadbalancing-webflux.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Loadbalancing Webflux +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: cloud:cloud-loadbalancing-webflux + task: nativeAppTest diff --git a/.github/workflows/3.5.x-cloud-cloud-openfeign.yml b/.github/workflows/3.5.x-cloud-cloud-openfeign.yml new file mode 100644 index 00000000..aa485a71 --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-openfeign.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Openfeign +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: cloud:cloud-openfeign + task: nativeAppTest diff --git a/.github/workflows/3.5.x-cloud-cloud-stream-kafka-streams.yml b/.github/workflows/3.5.x-cloud-cloud-stream-kafka-streams.yml new file mode 100644 index 00000000..d4bc2af1 --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-stream-kafka-streams.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Stream Kafka Streams +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + cloud_stream_kafka_streams_app_test: + name: Cloud Stream Kafka Streams App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: cloud:cloud-stream-kafka-streams + task: appTest + cloud_stream_kafka_streams_native_app_test: + name: Cloud Stream Kafka Streams Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: cloud:cloud-stream-kafka-streams + task: nativeAppTest diff --git a/.github/workflows/3.5.x-cloud-cloud-stream-kafka.yml b/.github/workflows/3.5.x-cloud-cloud-stream-kafka.yml new file mode 100644 index 00000000..2ff85bf7 --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-stream-kafka.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Stream Kafka +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: cloud:cloud-stream-kafka + task: nativeAppTest diff --git a/.github/workflows/3.5.x-cloud-cloud-stream-pulsar.yml b/.github/workflows/3.5.x-cloud-cloud-stream-pulsar.yml new file mode 100644 index 00000000..a0d5598b --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-stream-pulsar.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Stream Pulsar +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + cloud_stream_pulsar_app_test: + name: Cloud Stream Pulsar App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: cloud:cloud-stream-pulsar + task: appTest + cloud_stream_pulsar_native_app_test: + name: Cloud Stream Pulsar Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: cloud:cloud-stream-pulsar + task: nativeAppTest diff --git a/.github/workflows/3.5.x-cloud-cloud-stream-rabbit.yml b/.github/workflows/3.5.x-cloud-cloud-stream-rabbit.yml new file mode 100644 index 00000000..abede847 --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-stream-rabbit.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Stream Rabbit +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: cloud:cloud-stream-rabbit + task: nativeAppTest diff --git a/.github/workflows/3.5.x-cloud-cloud-task.yml b/.github/workflows/3.5.x-cloud-cloud-task.yml new file mode 100644 index 00000000..24ae2a1a --- /dev/null +++ b/.github/workflows/3.5.x-cloud-cloud-task.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Cloud Smoke Tests | Cloud Task +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: cloud:cloud-task + task: nativeAppTest diff --git a/.github/workflows/3.5.x-data-data-cassandra-reactive.yml b/.github/workflows/3.5.x-data-data-cassandra-reactive.yml new file mode 100644 index 00000000..430b361c --- /dev/null +++ b/.github/workflows/3.5.x-data-data-cassandra-reactive.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Data Smoke Tests | Data Cassandra Reactive +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: data:data-cassandra-reactive + task: nativeAppTest diff --git a/.github/workflows/3.5.x-data-data-cassandra.yml b/.github/workflows/3.5.x-data-data-cassandra.yml new file mode 100644 index 00000000..20af3d0f --- /dev/null +++ b/.github/workflows/3.5.x-data-data-cassandra.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Data Smoke Tests | Data Cassandra +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: data:data-cassandra + task: nativeAppTest diff --git a/.github/workflows/3.5.x-data-data-jdbc-h2-kotlin.yml b/.github/workflows/3.5.x-data-data-jdbc-h2-kotlin.yml new file mode 100644 index 00000000..37f895d5 --- /dev/null +++ b/.github/workflows/3.5.x-data-data-jdbc-h2-kotlin.yml @@ -0,0 +1,43 @@ +name: 3.5.x | Data Smoke Tests | Data Jdbc H2 Kotlin +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + 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: main + 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: main + project: data:data-jdbc-h2-kotlin + task: nativeTest + java_version: 22 diff --git a/.github/workflows/3.5.x-data-data-jdbc-h2.yml b/.github/workflows/3.5.x-data-data-jdbc-h2.yml new file mode 100644 index 00000000..f12718ac --- /dev/null +++ b/.github/workflows/3.5.x-data-data-jdbc-h2.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Data Smoke Tests | Data Jdbc H2 +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + 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: main + 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: main + project: data:data-jdbc-h2 + task: nativeTest diff --git a/.github/workflows/3.5.x-data-data-jdbc-postgresql.yml b/.github/workflows/3.5.x-data-data-jdbc-postgresql.yml new file mode 100644 index 00000000..6b3c806e --- /dev/null +++ b/.github/workflows/3.5.x-data-data-jdbc-postgresql.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Data Smoke Tests | Data Jdbc Postgresql +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: data:data-jdbc-postgresql + task: nativeAppTest diff --git a/.github/workflows/3.5.x-data-data-jpa-entityscan.yml b/.github/workflows/3.5.x-data-data-jpa-entityscan.yml new file mode 100644 index 00000000..35d6d7f9 --- /dev/null +++ b/.github/workflows/3.5.x-data-data-jpa-entityscan.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Data Smoke Tests | Data Jpa Entityscan +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + 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: main + 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: main + project: data:data-jpa-entityscan + task: nativeTest diff --git a/.github/workflows/3.5.x-data-data-jpa-kotlin.yml b/.github/workflows/3.5.x-data-data-jpa-kotlin.yml new file mode 100644 index 00000000..4ece59c6 --- /dev/null +++ b/.github/workflows/3.5.x-data-data-jpa-kotlin.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Data Smoke Tests | Data Jpa Kotlin +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: data:data-jpa-kotlin + task: nativeAppTest diff --git a/.github/workflows/3.5.x-data-data-jpa.yml b/.github/workflows/3.5.x-data-data-jpa.yml new file mode 100644 index 00000000..bf547f25 --- /dev/null +++ b/.github/workflows/3.5.x-data-data-jpa.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Data Smoke Tests | Data Jpa +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + 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: main + 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: main + project: data:data-jpa + task: nativeTest diff --git a/.github/workflows/3.5.x-data-data-mongodb-reactive.yml b/.github/workflows/3.5.x-data-data-mongodb-reactive.yml new file mode 100644 index 00000000..106d34a7 --- /dev/null +++ b/.github/workflows/3.5.x-data-data-mongodb-reactive.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Data Smoke Tests | Data Mongodb Reactive +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: data:data-mongodb-reactive + task: nativeAppTest diff --git a/.github/workflows/3.5.x-data-data-mongodb.yml b/.github/workflows/3.5.x-data-data-mongodb.yml new file mode 100644 index 00000000..b5cc85a3 --- /dev/null +++ b/.github/workflows/3.5.x-data-data-mongodb.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Data Smoke Tests | Data Mongodb +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: data:data-mongodb + task: nativeAppTest diff --git a/.github/workflows/3.5.x-data-data-neo4j.yml b/.github/workflows/3.5.x-data-data-neo4j.yml new file mode 100644 index 00000000..a15f0f05 --- /dev/null +++ b/.github/workflows/3.5.x-data-data-neo4j.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Data Smoke Tests | Data Neo4j +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: data:data-neo4j + task: nativeAppTest diff --git a/.github/workflows/3.5.x-data-data-r2dbc.yml b/.github/workflows/3.5.x-data-data-r2dbc.yml new file mode 100644 index 00000000..d06f2825 --- /dev/null +++ b/.github/workflows/3.5.x-data-data-r2dbc.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Data Smoke Tests | Data R2dbc +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: data:data-r2dbc + task: nativeAppTest diff --git a/.github/workflows/3.5.x-data-data-redis-reactive.yml b/.github/workflows/3.5.x-data-data-redis-reactive.yml new file mode 100644 index 00000000..6824e848 --- /dev/null +++ b/.github/workflows/3.5.x-data-data-redis-reactive.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Data Smoke Tests | Data Redis Reactive +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: data:data-redis-reactive + task: nativeAppTest diff --git a/.github/workflows/3.5.x-data-data-redis.yml b/.github/workflows/3.5.x-data-data-redis.yml new file mode 100644 index 00000000..ecfa725d --- /dev/null +++ b/.github/workflows/3.5.x-data-data-redis.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Data Smoke Tests | Data Redis +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: data:data-redis + task: nativeAppTest diff --git a/.github/workflows/3.5.x-data-data-rest-mongodb.yml b/.github/workflows/3.5.x-data-data-rest-mongodb.yml new file mode 100644 index 00000000..faca0777 --- /dev/null +++ b/.github/workflows/3.5.x-data-data-rest-mongodb.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Data Smoke Tests | Data Rest Mongodb +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: data:data-rest-mongodb + task: nativeAppTest diff --git a/.github/workflows/3.5.x-data-data-web-support.yml b/.github/workflows/3.5.x-data-data-web-support.yml new file mode 100644 index 00000000..ebeb0a81 --- /dev/null +++ b/.github/workflows/3.5.x-data-data-web-support.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Data Smoke Tests | Data Web Support +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + data_web_support_app_test: + name: Data Web Support App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: data:data-web-support + task: appTest + data_web_support_native_app_test: + name: Data Web Support Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: data:data-web-support + task: nativeAppTest diff --git a/.github/workflows/3.5.x-data-hateoas.yml b/.github/workflows/3.5.x-data-hateoas.yml new file mode 100644 index 00000000..b28665b6 --- /dev/null +++ b/.github/workflows/3.5.x-data-hateoas.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Data Smoke Tests | Hateoas +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: data:hateoas + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-aspect.yml b/.github/workflows/3.5.x-framework-aspect.yml new file mode 100644 index 00000000..4bfaf439 --- /dev/null +++ b/.github/workflows/3.5.x-framework-aspect.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Aspect +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:aspect + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-async.yml b/.github/workflows/3.5.x-framework-async.yml new file mode 100644 index 00000000..0e4f1e79 --- /dev/null +++ b/.github/workflows/3.5.x-framework-async.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Async +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:async + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-cache-caffeine.yml b/.github/workflows/3.5.x-framework-cache-caffeine.yml new file mode 100644 index 00000000..907d80b9 --- /dev/null +++ b/.github/workflows/3.5.x-framework-cache-caffeine.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Cache Caffeine +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:cache-caffeine + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-cache-redis.yml b/.github/workflows/3.5.x-framework-cache-redis.yml new file mode 100644 index 00000000..7994bafd --- /dev/null +++ b/.github/workflows/3.5.x-framework-cache-redis.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Cache Redis +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:cache-redis + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-cache-simple-jdk-proxy.yml b/.github/workflows/3.5.x-framework-cache-simple-jdk-proxy.yml new file mode 100644 index 00000000..c805be13 --- /dev/null +++ b/.github/workflows/3.5.x-framework-cache-simple-jdk-proxy.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Cache Simple Jdk Proxy +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:cache-simple-jdk-proxy + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-cache-simple.yml b/.github/workflows/3.5.x-framework-cache-simple.yml new file mode 100644 index 00000000..6ed1c8dc --- /dev/null +++ b/.github/workflows/3.5.x-framework-cache-simple.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Cache Simple +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:cache-simple + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-configuration-class-proxy.yml b/.github/workflows/3.5.x-framework-configuration-class-proxy.yml new file mode 100644 index 00000000..261cdf38 --- /dev/null +++ b/.github/workflows/3.5.x-framework-configuration-class-proxy.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Configuration Class Proxy +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:configuration-class-proxy + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-disposable.yml b/.github/workflows/3.5.x-framework-disposable.yml new file mode 100644 index 00000000..cbde4f48 --- /dev/null +++ b/.github/workflows/3.5.x-framework-disposable.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Disposable +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + disposable_app_test: + name: Disposable App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: framework:disposable + task: appTest + disposable_native_app_test: + name: Disposable Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: framework:disposable + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-event-listener.yml b/.github/workflows/3.5.x-framework-event-listener.yml new file mode 100644 index 00000000..e910d066 --- /dev/null +++ b/.github/workflows/3.5.x-framework-event-listener.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Event Listener +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:event-listener + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-hibernate-enhancer.yml b/.github/workflows/3.5.x-framework-hibernate-enhancer.yml new file mode 100644 index 00000000..ead05f72 --- /dev/null +++ b/.github/workflows/3.5.x-framework-hibernate-enhancer.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Hibernate Enhancer +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:hibernate-enhancer + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-hibernate.yml b/.github/workflows/3.5.x-framework-hibernate.yml new file mode 100644 index 00000000..d30922f9 --- /dev/null +++ b/.github/workflows/3.5.x-framework-hibernate.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Hibernate +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:hibernate + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-jdbc-h2.yml b/.github/workflows/3.5.x-framework-jdbc-h2.yml new file mode 100644 index 00000000..6b32707f --- /dev/null +++ b/.github/workflows/3.5.x-framework-jdbc-h2.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Framework Smoke Tests | Jdbc H2 +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + 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: main + 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: main + project: framework:jdbc-h2 + task: nativeTest diff --git a/.github/workflows/3.5.x-framework-jdbc-mariadb.yml b/.github/workflows/3.5.x-framework-jdbc-mariadb.yml new file mode 100644 index 00000000..f5af0a2c --- /dev/null +++ b/.github/workflows/3.5.x-framework-jdbc-mariadb.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Jdbc Mariadb +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:jdbc-mariadb + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-jdbc-mysql.yml b/.github/workflows/3.5.x-framework-jdbc-mysql.yml new file mode 100644 index 00000000..ceb12916 --- /dev/null +++ b/.github/workflows/3.5.x-framework-jdbc-mysql.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Jdbc Mysql +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:jdbc-mysql + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-jdbc-postgresql.yml b/.github/workflows/3.5.x-framework-jdbc-postgresql.yml new file mode 100644 index 00000000..27ee6d78 --- /dev/null +++ b/.github/workflows/3.5.x-framework-jdbc-postgresql.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Jdbc Postgresql +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:jdbc-postgresql + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-kotlin-functional.yml b/.github/workflows/3.5.x-framework-kotlin-functional.yml new file mode 100644 index 00000000..9c3f8e2f --- /dev/null +++ b/.github/workflows/3.5.x-framework-kotlin-functional.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Kotlin Functional +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:kotlin-functional + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-mail.yml b/.github/workflows/3.5.x-framework-mail.yml new file mode 100644 index 00000000..a8429ae1 --- /dev/null +++ b/.github/workflows/3.5.x-framework-mail.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Mail +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:mail + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-order.yml b/.github/workflows/3.5.x-framework-order.yml new file mode 100644 index 00000000..3c91a6ca --- /dev/null +++ b/.github/workflows/3.5.x-framework-order.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Order +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:order + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-quartz.yml b/.github/workflows/3.5.x-framework-quartz.yml new file mode 100644 index 00000000..52b78548 --- /dev/null +++ b/.github/workflows/3.5.x-framework-quartz.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Quartz +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:quartz + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-resource.yml b/.github/workflows/3.5.x-framework-resource.yml new file mode 100644 index 00000000..db719df8 --- /dev/null +++ b/.github/workflows/3.5.x-framework-resource.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Resource +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + resource_app_test: + name: Resource App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: framework:resource + task: appTest + resource_native_app_test: + name: Resource Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: framework:resource + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-rest-template.yml b/.github/workflows/3.5.x-framework-rest-template.yml new file mode 100644 index 00000000..b0e2e2b5 --- /dev/null +++ b/.github/workflows/3.5.x-framework-rest-template.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Rest Template +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:rest-template + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-rsocket.yml b/.github/workflows/3.5.x-framework-rsocket.yml new file mode 100644 index 00000000..ee450924 --- /dev/null +++ b/.github/workflows/3.5.x-framework-rsocket.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Rsocket +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:rsocket + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-scheduled.yml b/.github/workflows/3.5.x-framework-scheduled.yml new file mode 100644 index 00000000..e88bf38f --- /dev/null +++ b/.github/workflows/3.5.x-framework-scheduled.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Scheduled +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:scheduled + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-tcf-mockito.yml b/.github/workflows/3.5.x-framework-tcf-mockito.yml new file mode 100644 index 00000000..54a1a0b2 --- /dev/null +++ b/.github/workflows/3.5.x-framework-tcf-mockito.yml @@ -0,0 +1,25 @@ +name: 3.5.x | Framework Smoke Tests | Tcf Mockito +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + tcf_mockito_test: + name: Tcf Mockito Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: framework:tcf-mockito + task: test + tcf_mockito_native_test: + name: Tcf Mockito Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: framework:tcf-mockito + task: nativeTest + expected_to_fail: true diff --git a/.github/workflows/3.5.x-framework-tcf.yml b/.github/workflows/3.5.x-framework-tcf.yml new file mode 100644 index 00000000..ac9f7f29 --- /dev/null +++ b/.github/workflows/3.5.x-framework-tcf.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Tcf +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:tcf + task: nativeTest diff --git a/.github/workflows/3.5.x-framework-transactional-event-listener.yml b/.github/workflows/3.5.x-framework-transactional-event-listener.yml new file mode 100644 index 00000000..9d7b5198 --- /dev/null +++ b/.github/workflows/3.5.x-framework-transactional-event-listener.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Transactional Event Listener +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:transactional-event-listener + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-transactional.yml b/.github/workflows/3.5.x-framework-transactional.yml new file mode 100644 index 00000000..319bfb82 --- /dev/null +++ b/.github/workflows/3.5.x-framework-transactional.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Transactional +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:transactional + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-validation.yml b/.github/workflows/3.5.x-framework-validation.yml new file mode 100644 index 00000000..8cd5b5e3 --- /dev/null +++ b/.github/workflows/3.5.x-framework-validation.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Validation +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:validation + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-webclient.yml b/.github/workflows/3.5.x-framework-webclient.yml new file mode 100644 index 00000000..fc440981 --- /dev/null +++ b/.github/workflows/3.5.x-framework-webclient.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Webclient +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:webclient + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-webflux-jetty.yml b/.github/workflows/3.5.x-framework-webflux-jetty.yml new file mode 100644 index 00000000..e442c1b8 --- /dev/null +++ b/.github/workflows/3.5.x-framework-webflux-jetty.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Framework Smoke Tests | Webflux Jetty +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + 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: main + 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: main + project: framework:webflux-jetty + task: nativeTest diff --git a/.github/workflows/3.5.x-framework-webflux-netty-tls.yml b/.github/workflows/3.5.x-framework-webflux-netty-tls.yml new file mode 100644 index 00000000..10a4c872 --- /dev/null +++ b/.github/workflows/3.5.x-framework-webflux-netty-tls.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Webflux Netty Tls +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:webflux-netty-tls + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-webflux-netty.yml b/.github/workflows/3.5.x-framework-webflux-netty.yml new file mode 100644 index 00000000..6a07beb3 --- /dev/null +++ b/.github/workflows/3.5.x-framework-webflux-netty.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Framework Smoke Tests | Webflux Netty +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + 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: main + 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: main + project: framework:webflux-netty + task: nativeTest diff --git a/.github/workflows/3.5.x-framework-webflux-undertow.yml b/.github/workflows/3.5.x-framework-webflux-undertow.yml new file mode 100644 index 00000000..557f326f --- /dev/null +++ b/.github/workflows/3.5.x-framework-webflux-undertow.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Framework Smoke Tests | Webflux Undertow +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + 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: main + 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: main + project: framework:webflux-undertow + task: nativeTest diff --git a/.github/workflows/3.5.x-framework-webmvc-jetty-tls.yml b/.github/workflows/3.5.x-framework-webmvc-jetty-tls.yml new file mode 100644 index 00000000..c09d1851 --- /dev/null +++ b/.github/workflows/3.5.x-framework-webmvc-jetty-tls.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Webmvc Jetty Tls +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:webmvc-jetty-tls + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-webmvc-jetty.yml b/.github/workflows/3.5.x-framework-webmvc-jetty.yml new file mode 100644 index 00000000..bd106ee3 --- /dev/null +++ b/.github/workflows/3.5.x-framework-webmvc-jetty.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Framework Smoke Tests | Webmvc Jetty +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + 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: main + 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: main + project: framework:webmvc-jetty + task: nativeTest diff --git a/.github/workflows/3.5.x-framework-webmvc-scoped-proxy.yml b/.github/workflows/3.5.x-framework-webmvc-scoped-proxy.yml new file mode 100644 index 00000000..68fbb5c2 --- /dev/null +++ b/.github/workflows/3.5.x-framework-webmvc-scoped-proxy.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Webmvc Scoped Proxy +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:webmvc-scoped-proxy + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-webmvc-tomcat-tls.yml b/.github/workflows/3.5.x-framework-webmvc-tomcat-tls.yml new file mode 100644 index 00000000..2d0a5865 --- /dev/null +++ b/.github/workflows/3.5.x-framework-webmvc-tomcat-tls.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Webmvc Tomcat Tls +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:webmvc-tomcat-tls + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-webmvc-tomcat.yml b/.github/workflows/3.5.x-framework-webmvc-tomcat.yml new file mode 100644 index 00000000..e9ae8ad9 --- /dev/null +++ b/.github/workflows/3.5.x-framework-webmvc-tomcat.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Framework Smoke Tests | Webmvc Tomcat +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + 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: main + 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: main + project: framework:webmvc-tomcat + task: nativeTest diff --git a/.github/workflows/3.5.x-framework-webmvc-undertow-tls.yml b/.github/workflows/3.5.x-framework-webmvc-undertow-tls.yml new file mode 100644 index 00000000..88bde281 --- /dev/null +++ b/.github/workflows/3.5.x-framework-webmvc-undertow-tls.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Webmvc Undertow Tls +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:webmvc-undertow-tls + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-webmvc-undertow.yml b/.github/workflows/3.5.x-framework-webmvc-undertow.yml new file mode 100644 index 00000000..3f24b80a --- /dev/null +++ b/.github/workflows/3.5.x-framework-webmvc-undertow.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Framework Smoke Tests | Webmvc Undertow +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + 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: main + 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: main + project: framework:webmvc-undertow + task: nativeTest diff --git a/.github/workflows/3.5.x-framework-websocket-jetty.yml b/.github/workflows/3.5.x-framework-websocket-jetty.yml new file mode 100644 index 00000000..86bd8723 --- /dev/null +++ b/.github/workflows/3.5.x-framework-websocket-jetty.yml @@ -0,0 +1,25 @@ +name: 3.5.x | Framework Smoke Tests | Websocket Jetty +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:websocket-jetty + task: nativeAppTest + expected_to_fail: true diff --git a/.github/workflows/3.5.x-framework-websocket-stomp.yml b/.github/workflows/3.5.x-framework-websocket-stomp.yml new file mode 100644 index 00000000..8a4ec3b0 --- /dev/null +++ b/.github/workflows/3.5.x-framework-websocket-stomp.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Websocket Stomp +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:websocket-stomp + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-websocket-tomcat.yml b/.github/workflows/3.5.x-framework-websocket-tomcat.yml new file mode 100644 index 00000000..11b637e7 --- /dev/null +++ b/.github/workflows/3.5.x-framework-websocket-tomcat.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Websocket Tomcat +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:websocket-tomcat + task: nativeAppTest diff --git a/.github/workflows/3.5.x-framework-websocket-undertow.yml b/.github/workflows/3.5.x-framework-websocket-undertow.yml new file mode 100644 index 00000000..0ecac59c --- /dev/null +++ b/.github/workflows/3.5.x-framework-websocket-undertow.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Framework Smoke Tests | Websocket Undertow +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + project: framework:websocket-undertow + task: nativeAppTest diff --git a/.github/workflows/3.5.x-graphql-graphql-webflux-rsocket.yml b/.github/workflows/3.5.x-graphql-graphql-webflux-rsocket.yml new file mode 100644 index 00000000..dc90ef13 --- /dev/null +++ b/.github/workflows/3.5.x-graphql-graphql-webflux-rsocket.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Graphql Smoke Tests | Graphql Webflux Rsocket +on: + schedule: + - cron : '0 1 * * *' + 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: main + 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: main + 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: main + 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: main + project: graphql:graphql-webflux-rsocket + task: nativeTest diff --git a/.github/workflows/3.5.x-graphql-graphql-webflux.yml b/.github/workflows/3.5.x-graphql-graphql-webflux.yml new file mode 100644 index 00000000..8f08d8c7 --- /dev/null +++ b/.github/workflows/3.5.x-graphql-graphql-webflux.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Graphql Smoke Tests | Graphql Webflux +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + graphql_webflux_app_test: + name: Graphql Webflux App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: graphql:graphql-webflux + task: appTest + graphql_webflux_native_app_test: + name: Graphql Webflux Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: graphql:graphql-webflux + task: nativeAppTest + graphql_webflux_test: + name: Graphql Webflux Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: graphql:graphql-webflux + task: test + graphql_webflux_native_test: + name: Graphql Webflux Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: graphql:graphql-webflux + task: nativeTest diff --git a/.github/workflows/3.5.x-graphql-graphql-webmvc.yml b/.github/workflows/3.5.x-graphql-graphql-webmvc.yml new file mode 100644 index 00000000..203b1798 --- /dev/null +++ b/.github/workflows/3.5.x-graphql-graphql-webmvc.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Graphql Smoke Tests | Graphql Webmvc +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + graphql_webmvc_app_test: + name: Graphql Webmvc App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: graphql:graphql-webmvc + task: appTest + graphql_webmvc_native_app_test: + name: Graphql Webmvc Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: graphql:graphql-webmvc + task: nativeAppTest + graphql_webmvc_test: + name: Graphql Webmvc Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: graphql:graphql-webmvc + task: test + graphql_webmvc_native_test: + name: Graphql Webmvc Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: graphql:graphql-webmvc + task: nativeTest diff --git a/.github/workflows/3.5.x-integration-integration.yml b/.github/workflows/3.5.x-integration-integration.yml new file mode 100644 index 00000000..b9e7eae4 --- /dev/null +++ b/.github/workflows/3.5.x-integration-integration.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Integration Smoke Tests | Integration +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + integration_app_test: + name: Integration App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: integration:integration + task: appTest + integration_native_app_test: + name: Integration Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: integration:integration + task: nativeAppTest diff --git a/.github/workflows/3.5.x-integration-spring-amqp-rabbit.yml b/.github/workflows/3.5.x-integration-spring-amqp-rabbit.yml new file mode 100644 index 00000000..6ff44010 --- /dev/null +++ b/.github/workflows/3.5.x-integration-spring-amqp-rabbit.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Integration Smoke Tests | Spring Amqp Rabbit +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + spring_amqp_rabbit_app_test: + name: Spring Amqp Rabbit App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: integration:spring-amqp-rabbit + task: appTest + spring_amqp_rabbit_native_app_test: + name: Spring Amqp Rabbit Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: integration:spring-amqp-rabbit + task: nativeAppTest diff --git a/.github/workflows/3.5.x-integration-spring-kafka-avro.yml b/.github/workflows/3.5.x-integration-spring-kafka-avro.yml new file mode 100644 index 00000000..0e194ef3 --- /dev/null +++ b/.github/workflows/3.5.x-integration-spring-kafka-avro.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Integration Smoke Tests | Spring Kafka Avro +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + spring_kafka_avro_app_test: + name: Spring Kafka Avro App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: integration:spring-kafka-avro + task: appTest + spring_kafka_avro_native_app_test: + name: Spring Kafka Avro Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: integration:spring-kafka-avro + task: nativeAppTest diff --git a/.github/workflows/3.5.x-integration-spring-kafka-streams.yml b/.github/workflows/3.5.x-integration-spring-kafka-streams.yml new file mode 100644 index 00000000..63be94a5 --- /dev/null +++ b/.github/workflows/3.5.x-integration-spring-kafka-streams.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Integration Smoke Tests | Spring Kafka Streams +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + spring_kafka_streams_app_test: + name: Spring Kafka Streams App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: integration:spring-kafka-streams + task: appTest + spring_kafka_streams_native_app_test: + name: Spring Kafka Streams Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: integration:spring-kafka-streams + task: nativeAppTest diff --git a/.github/workflows/3.5.x-integration-spring-kafka.yml b/.github/workflows/3.5.x-integration-spring-kafka.yml new file mode 100644 index 00000000..3552807e --- /dev/null +++ b/.github/workflows/3.5.x-integration-spring-kafka.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Integration Smoke Tests | Spring Kafka +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + spring_kafka_app_test: + name: Spring Kafka App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: integration:spring-kafka + task: appTest + spring_kafka_native_app_test: + name: Spring Kafka Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: integration:spring-kafka + task: nativeAppTest diff --git a/.github/workflows/3.5.x-integration-spring-pulsar-reactive.yml b/.github/workflows/3.5.x-integration-spring-pulsar-reactive.yml new file mode 100644 index 00000000..ac3e6ab7 --- /dev/null +++ b/.github/workflows/3.5.x-integration-spring-pulsar-reactive.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Integration Smoke Tests | Spring Pulsar Reactive +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + spring_pulsar_reactive_app_test: + name: Spring Pulsar Reactive App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: integration:spring-pulsar-reactive + task: appTest + spring_pulsar_reactive_native_app_test: + name: Spring Pulsar Reactive Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: integration:spring-pulsar-reactive + task: nativeAppTest diff --git a/.github/workflows/3.5.x-integration-spring-pulsar.yml b/.github/workflows/3.5.x-integration-spring-pulsar.yml new file mode 100644 index 00000000..3127552b --- /dev/null +++ b/.github/workflows/3.5.x-integration-spring-pulsar.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Integration Smoke Tests | Spring Pulsar +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + spring_pulsar_app_test: + name: Spring Pulsar App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: integration:spring-pulsar + task: appTest + spring_pulsar_native_app_test: + name: Spring Pulsar Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: integration:spring-pulsar + task: nativeAppTest diff --git a/.github/workflows/3.5.x-security-ldap-odm.yml b/.github/workflows/3.5.x-security-ldap-odm.yml new file mode 100644 index 00000000..518bcccf --- /dev/null +++ b/.github/workflows/3.5.x-security-ldap-odm.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Security Smoke Tests | Ldap Odm +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + ldap_odm_app_test: + name: Ldap Odm App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:ldap-odm + task: appTest + ldap_odm_native_app_test: + name: Ldap Odm Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:ldap-odm + task: nativeAppTest + ldap_odm_test: + name: Ldap Odm Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:ldap-odm + task: test + ldap_odm_native_test: + name: Ldap Odm Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:ldap-odm + task: nativeTest diff --git a/.github/workflows/3.5.x-security-security-ldap.yml b/.github/workflows/3.5.x-security-security-ldap.yml new file mode 100644 index 00000000..c9ede9b3 --- /dev/null +++ b/.github/workflows/3.5.x-security-security-ldap.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Security Smoke Tests | Security Ldap +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + security_ldap_app_test: + name: Security Ldap App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-ldap + task: appTest + security_ldap_native_app_test: + name: Security Ldap Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-ldap + task: nativeAppTest + security_ldap_test: + name: Security Ldap Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-ldap + task: test + security_ldap_native_test: + name: Security Ldap Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-ldap + task: nativeTest diff --git a/.github/workflows/3.5.x-security-security-method.yml b/.github/workflows/3.5.x-security-security-method.yml new file mode 100644 index 00000000..39e954b5 --- /dev/null +++ b/.github/workflows/3.5.x-security-security-method.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Security Smoke Tests | Security Method +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + security_method_app_test: + name: Security Method App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-method + task: appTest + security_method_native_app_test: + name: Security Method Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-method + task: nativeAppTest diff --git a/.github/workflows/3.5.x-security-security-oauth2-authorization-server.yml b/.github/workflows/3.5.x-security-security-oauth2-authorization-server.yml new file mode 100644 index 00000000..2c574837 --- /dev/null +++ b/.github/workflows/3.5.x-security-security-oauth2-authorization-server.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Security Smoke Tests | Security Oauth2 Authorization Server +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + security_oauth2_authorization_server_app_test: + name: Security Oauth2 Authorization Server App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-oauth2-authorization-server + task: appTest + security_oauth2_authorization_server_native_app_test: + name: Security Oauth2 Authorization Server Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-oauth2-authorization-server + task: nativeAppTest diff --git a/.github/workflows/3.5.x-security-security-oauth2-resource-server.yml b/.github/workflows/3.5.x-security-security-oauth2-resource-server.yml new file mode 100644 index 00000000..2b866ea0 --- /dev/null +++ b/.github/workflows/3.5.x-security-security-oauth2-resource-server.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Security Smoke Tests | Security Oauth2 Resource Server +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + security_oauth2_resource_server_app_test: + name: Security Oauth2 Resource Server App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-oauth2-resource-server + task: appTest + security_oauth2_resource_server_native_app_test: + name: Security Oauth2 Resource Server Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-oauth2-resource-server + task: nativeAppTest diff --git a/.github/workflows/3.5.x-security-security-thymeleaf.yml b/.github/workflows/3.5.x-security-security-thymeleaf.yml new file mode 100644 index 00000000..640e69ab --- /dev/null +++ b/.github/workflows/3.5.x-security-security-thymeleaf.yml @@ -0,0 +1,42 @@ +name: 3.5.x | Security Smoke Tests | Security Thymeleaf +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + security_thymeleaf_app_test: + name: Security Thymeleaf App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-thymeleaf + task: appTest + security_thymeleaf_native_app_test: + name: Security Thymeleaf Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-thymeleaf + task: nativeAppTest + security_thymeleaf_test: + name: Security Thymeleaf Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-thymeleaf + task: test + security_thymeleaf_native_test: + name: Security Thymeleaf Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-thymeleaf + task: nativeTest diff --git a/.github/workflows/3.5.x-security-security-webflux.yml b/.github/workflows/3.5.x-security-security-webflux.yml new file mode 100644 index 00000000..7b114a0e --- /dev/null +++ b/.github/workflows/3.5.x-security-security-webflux.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Security Smoke Tests | Security Webflux +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + security_webflux_app_test: + name: Security Webflux App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-webflux + task: appTest + security_webflux_native_app_test: + name: Security Webflux Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-webflux + task: nativeAppTest diff --git a/.github/workflows/3.5.x-security-security-webmvc.yml b/.github/workflows/3.5.x-security-security-webmvc.yml new file mode 100644 index 00000000..5c5ce23d --- /dev/null +++ b/.github/workflows/3.5.x-security-security-webmvc.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Security Smoke Tests | Security Webmvc +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + security_webmvc_app_test: + name: Security Webmvc App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-webmvc + task: appTest + security_webmvc_native_app_test: + name: Security Webmvc Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: security:security-webmvc + task: nativeAppTest diff --git a/.github/workflows/3.5.x-session-session-jdbc.yml b/.github/workflows/3.5.x-session-session-jdbc.yml new file mode 100644 index 00000000..9c87c278 --- /dev/null +++ b/.github/workflows/3.5.x-session-session-jdbc.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Session Smoke Tests | Session Jdbc +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + session_jdbc_app_test: + name: Session Jdbc App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: session:session-jdbc + task: appTest + session_jdbc_native_app_test: + name: Session Jdbc Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: session:session-jdbc + task: nativeAppTest diff --git a/.github/workflows/3.5.x-session-session-redis-webflux.yml b/.github/workflows/3.5.x-session-session-redis-webflux.yml new file mode 100644 index 00000000..f493b144 --- /dev/null +++ b/.github/workflows/3.5.x-session-session-redis-webflux.yml @@ -0,0 +1,24 @@ +name: 3.5.x | Session Smoke Tests | Session Redis Webflux +on: + schedule: + - cron : '0 1 * * *' + workflow_dispatch: +jobs: + session_redis_webflux_app_test: + name: Session Redis Webflux App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: session:session-redis-webflux + task: appTest + session_redis_webflux_native_app_test: + name: Session Redis Webflux Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main + project: session:session-redis-webflux + task: nativeAppTest diff --git a/.github/workflows/3.5.x-warm-caches.yml b/.github/workflows/3.5.x-warm-caches.yml new file mode 100644 index 00000000..b71a5044 --- /dev/null +++ b/.github/workflows/3.5.x-warm-caches.yml @@ -0,0 +1,12 @@ +name: 3.5.x | Warm Caches +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + warm_caches: + uses: ./.github/workflows/warm-caches.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: main diff --git a/build.gradle b/build.gradle index 53b43562..736cd2ba 100644 --- a/build.gradle +++ b/build.gradle @@ -16,6 +16,9 @@ smokeTests { location = "../3.3.x" } '3.4.x' { + location = "../3.4.x" + } + '3.5.x' { branch = "main" location = "../main" }