diff --git a/.github/workflows/3.3.x-batch-batch.yml b/.github/workflows/3.3.x-batch-batch.yml index 28cb76a6..51357a94 100644 --- a/.github/workflows/3.3.x-batch-batch.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: batch:batch task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-actuator-webflux-mgmt-port.yml b/.github/workflows/3.3.x-boot-actuator-webflux-mgmt-port.yml index d5ac1c87..31b99e3c 100644 --- a/.github/workflows/3.3.x-boot-actuator-webflux-mgmt-port.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:actuator-webflux-mgmt-port task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-actuator-webflux.yml b/.github/workflows/3.3.x-boot-actuator-webflux.yml index e936829e..2cda24f8 100644 --- a/.github/workflows/3.3.x-boot-actuator-webflux.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:actuator-webflux task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-actuator-webmvc-mgmt-port.yml b/.github/workflows/3.3.x-boot-actuator-webmvc-mgmt-port.yml index d38d7585..1c925643 100644 --- a/.github/workflows/3.3.x-boot-actuator-webmvc-mgmt-port.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:actuator-webmvc-mgmt-port task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-actuator-webmvc.yml b/.github/workflows/3.3.x-boot-actuator-webmvc.yml index b7284e78..cbb30685 100644 --- a/.github/workflows/3.3.x-boot-actuator-webmvc.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:actuator-webmvc task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-boot-tcf.yml b/.github/workflows/3.3.x-boot-boot-tcf.yml index b40df382..19dc7407 100644 --- a/.github/workflows/3.3.x-boot-boot-tcf.yml +++ b/.github/workflows/3.3.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.3.x project: boot:boot-tcf task: test expected_to_fail: true @@ -20,7 +20,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.3.x project: boot:boot-tcf task: nativeTest expected_to_fail: true diff --git a/.github/workflows/3.3.x-boot-command-line-runner.yml b/.github/workflows/3.3.x-boot-command-line-runner.yml index afce6f22..09a23872 100644 --- a/.github/workflows/3.3.x-boot-command-line-runner.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:command-line-runner task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-conditional.yml b/.github/workflows/3.3.x-boot-conditional.yml index dfa63047..b278da4a 100644 --- a/.github/workflows/3.3.x-boot-conditional.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:conditional task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-configuration-properties.yml b/.github/workflows/3.3.x-boot-configuration-properties.yml index ed62bb98..d9510d39 100644 --- a/.github/workflows/3.3.x-boot-configuration-properties.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:configuration-properties task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-custom-banner.yml b/.github/workflows/3.3.x-boot-custom-banner.yml index 9e59a29d..ffbe32a4 100644 --- a/.github/workflows/3.3.x-boot-custom-banner.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:custom-banner task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-flyway.yml b/.github/workflows/3.3.x-boot-flyway.yml index 1e99ea5a..9382a1af 100644 --- a/.github/workflows/3.3.x-boot-flyway.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:flyway task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-freemarker-webflux.yml b/.github/workflows/3.3.x-boot-freemarker-webflux.yml index 30361ae3..90b89e0b 100644 --- a/.github/workflows/3.3.x-boot-freemarker-webflux.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:freemarker-webflux task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-freemarker-webmvc.yml b/.github/workflows/3.3.x-boot-freemarker-webmvc.yml index fea03c9b..8762249a 100644 --- a/.github/workflows/3.3.x-boot-freemarker-webmvc.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:freemarker-webmvc task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-json.yml b/.github/workflows/3.3.x-boot-json.yml index 7da3435d..23df4ab7 100644 --- a/.github/workflows/3.3.x-boot-json.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: boot:json task: nativeTest diff --git a/.github/workflows/3.3.x-boot-liquibase.yml b/.github/workflows/3.3.x-boot-liquibase.yml index b3a8d832..4d957ad3 100644 --- a/.github/workflows/3.3.x-boot-liquibase.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:liquibase task: nativeAppTest expected_to_fail: true diff --git a/.github/workflows/3.3.x-boot-logging-logback-spring-xml.yml b/.github/workflows/3.3.x-boot-logging-logback-spring-xml.yml index fcaa9417..595baa69 100644 --- a/.github/workflows/3.3.x-boot-logging-logback-spring-xml.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:logging-logback-spring-xml task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-logging-logback-xml.yml b/.github/workflows/3.3.x-boot-logging-logback-xml.yml index df20d44c..4ba014bb 100644 --- a/.github/workflows/3.3.x-boot-logging-logback-xml.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:logging-logback-xml task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-logging-logback.yml b/.github/workflows/3.3.x-boot-logging-logback.yml index e72aa409..96159752 100644 --- a/.github/workflows/3.3.x-boot-logging-logback.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:logging-logback task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-mustache-webflux.yml b/.github/workflows/3.3.x-boot-mustache-webflux.yml index 719fd403..d93377d2 100644 --- a/.github/workflows/3.3.x-boot-mustache-webflux.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:mustache-webflux task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-mustache-webmvc.yml b/.github/workflows/3.3.x-boot-mustache-webmvc.yml index 61dfe3c0..7fc4bc2e 100644 --- a/.github/workflows/3.3.x-boot-mustache-webmvc.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:mustache-webmvc task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-servlet-component-scan.yml b/.github/workflows/3.3.x-boot-servlet-component-scan.yml index 3b65de1e..0e82f5ee 100644 --- a/.github/workflows/3.3.x-boot-servlet-component-scan.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:servlet-component-scan task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-servlet-jetty.yml b/.github/workflows/3.3.x-boot-servlet-jetty.yml index ca6775fe..4474b690 100644 --- a/.github/workflows/3.3.x-boot-servlet-jetty.yml +++ b/.github/workflows/3.3.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.3.x project: boot:servlet-jetty task: appTest servlet_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.3.x project: boot:servlet-jetty task: nativeAppTest expected_to_fail: true diff --git a/.github/workflows/3.3.x-boot-servlet-tomcat.yml b/.github/workflows/3.3.x-boot-servlet-tomcat.yml index b7358eda..c323215c 100644 --- a/.github/workflows/3.3.x-boot-servlet-tomcat.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:servlet-tomcat task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-servlet-undertow.yml b/.github/workflows/3.3.x-boot-servlet-undertow.yml index d163c0fd..6aa94d12 100644 --- a/.github/workflows/3.3.x-boot-servlet-undertow.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:servlet-undertow task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-thymeleaf-webflux.yml b/.github/workflows/3.3.x-boot-thymeleaf-webflux.yml index 85d02867..b7bbdc33 100644 --- a/.github/workflows/3.3.x-boot-thymeleaf-webflux.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:thymeleaf-webflux task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-thymeleaf-webmvc.yml b/.github/workflows/3.3.x-boot-thymeleaf-webmvc.yml index 73240fc5..d10525f2 100644 --- a/.github/workflows/3.3.x-boot-thymeleaf-webmvc.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:thymeleaf-webmvc task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-tracing-brave-zipkin.yml b/.github/workflows/3.3.x-boot-tracing-brave-zipkin.yml index 730dcdb0..817b5559 100644 --- a/.github/workflows/3.3.x-boot-tracing-brave-zipkin.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:tracing-brave-zipkin task: nativeAppTest diff --git a/.github/workflows/3.3.x-boot-xml-config.yml b/.github/workflows/3.3.x-boot-xml-config.yml index a4682bd4..e5ac192d 100644 --- a/.github/workflows/3.3.x-boot-xml-config.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: boot:xml-config task: nativeAppTest diff --git a/.github/workflows/3.3.x-cloud-cloud-config-client.yml b/.github/workflows/3.3.x-cloud-cloud-config-client.yml index 1d1f6e8b..00666f5e 100644 --- a/.github/workflows/3.3.x-cloud-cloud-config-client.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-config-client task: nativeAppTest diff --git a/.github/workflows/3.3.x-cloud-cloud-config-server.yml b/.github/workflows/3.3.x-cloud-cloud-config-server.yml index 4d79696e..0fc6171c 100644 --- a/.github/workflows/3.3.x-cloud-cloud-config-server.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-config-server task: nativeAppTest java_version: 21 diff --git a/.github/workflows/3.3.x-cloud-cloud-discovery-consul.yml b/.github/workflows/3.3.x-cloud-cloud-discovery-consul.yml index 8f866597..680a3fbb 100644 --- a/.github/workflows/3.3.x-cloud-cloud-discovery-consul.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-discovery-consul task: nativeAppTest diff --git a/.github/workflows/3.3.x-cloud-cloud-discovery-eureka.yml b/.github/workflows/3.3.x-cloud-cloud-discovery-eureka.yml index 4ee5605c..4f580301 100644 --- a/.github/workflows/3.3.x-cloud-cloud-discovery-eureka.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-discovery-eureka task: nativeAppTest diff --git a/.github/workflows/3.3.x-cloud-cloud-discovery-zookeeper.yml b/.github/workflows/3.3.x-cloud-cloud-discovery-zookeeper.yml index 9192a5ab..c7fa06ae 100644 --- a/.github/workflows/3.3.x-cloud-cloud-discovery-zookeeper.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-discovery-zookeeper task: nativeAppTest diff --git a/.github/workflows/3.3.x-cloud-cloud-function-web.yml b/.github/workflows/3.3.x-cloud-cloud-function-web.yml index 9095c746..69966c5e 100644 --- a/.github/workflows/3.3.x-cloud-cloud-function-web.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-function-web task: nativeAppTest diff --git a/.github/workflows/3.3.x-cloud-cloud-function-webflux.yml b/.github/workflows/3.3.x-cloud-cloud-function-webflux.yml index 2f8328fb..6420864a 100644 --- a/.github/workflows/3.3.x-cloud-cloud-function-webflux.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-function-webflux task: nativeAppTest diff --git a/.github/workflows/3.3.x-cloud-cloud-gateway.yml b/.github/workflows/3.3.x-cloud-cloud-gateway.yml index 4c21dd67..0c0ad89a 100644 --- a/.github/workflows/3.3.x-cloud-cloud-gateway.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-gateway task: nativeAppTest diff --git a/.github/workflows/3.3.x-cloud-cloud-loadbalancing-web.yml b/.github/workflows/3.3.x-cloud-cloud-loadbalancing-web.yml index bf4743e5..12ea258e 100644 --- a/.github/workflows/3.3.x-cloud-cloud-loadbalancing-web.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-loadbalancing-web task: nativeAppTest diff --git a/.github/workflows/3.3.x-cloud-cloud-loadbalancing-webflux.yml b/.github/workflows/3.3.x-cloud-cloud-loadbalancing-webflux.yml index 665c679a..e017c03c 100644 --- a/.github/workflows/3.3.x-cloud-cloud-loadbalancing-webflux.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-loadbalancing-webflux task: nativeAppTest diff --git a/.github/workflows/3.3.x-cloud-cloud-openfeign.yml b/.github/workflows/3.3.x-cloud-cloud-openfeign.yml index d012e1d6..57072989 100644 --- a/.github/workflows/3.3.x-cloud-cloud-openfeign.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-openfeign task: nativeAppTest diff --git a/.github/workflows/3.3.x-cloud-cloud-stream-kafka-streams.yml b/.github/workflows/3.3.x-cloud-cloud-stream-kafka-streams.yml index c3aee9da..fdb67188 100644 --- a/.github/workflows/3.3.x-cloud-cloud-stream-kafka-streams.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-stream-kafka-streams task: nativeAppTest diff --git a/.github/workflows/3.3.x-cloud-cloud-stream-kafka.yml b/.github/workflows/3.3.x-cloud-cloud-stream-kafka.yml index 92f4245f..d831cd52 100644 --- a/.github/workflows/3.3.x-cloud-cloud-stream-kafka.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-stream-kafka task: nativeAppTest diff --git a/.github/workflows/3.3.x-cloud-cloud-stream-pulsar.yml b/.github/workflows/3.3.x-cloud-cloud-stream-pulsar.yml index 4911932c..b6848ab7 100644 --- a/.github/workflows/3.3.x-cloud-cloud-stream-pulsar.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-stream-pulsar task: nativeAppTest diff --git a/.github/workflows/3.3.x-cloud-cloud-stream-rabbit.yml b/.github/workflows/3.3.x-cloud-cloud-stream-rabbit.yml index a9e80615..0c9c275d 100644 --- a/.github/workflows/3.3.x-cloud-cloud-stream-rabbit.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-stream-rabbit task: nativeAppTest diff --git a/.github/workflows/3.3.x-cloud-cloud-task.yml b/.github/workflows/3.3.x-cloud-cloud-task.yml index 96719a21..286ca6ee 100644 --- a/.github/workflows/3.3.x-cloud-cloud-task.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: cloud:cloud-task task: nativeAppTest diff --git a/.github/workflows/3.3.x-data-data-cassandra-reactive.yml b/.github/workflows/3.3.x-data-data-cassandra-reactive.yml index c1ac864c..e2e2d7d4 100644 --- a/.github/workflows/3.3.x-data-data-cassandra-reactive.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: data:data-cassandra-reactive task: nativeAppTest diff --git a/.github/workflows/3.3.x-data-data-cassandra.yml b/.github/workflows/3.3.x-data-data-cassandra.yml index 223cacde..d03e43c4 100644 --- a/.github/workflows/3.3.x-data-data-cassandra.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: data:data-cassandra task: nativeAppTest diff --git a/.github/workflows/3.3.x-data-data-jdbc-h2-kotlin.yml b/.github/workflows/3.3.x-data-data-jdbc-h2-kotlin.yml index abf79216..d7347b44 100644 --- a/.github/workflows/3.3.x-data-data-jdbc-h2-kotlin.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: data:data-jdbc-h2-kotlin task: nativeTest java_version: 22 diff --git a/.github/workflows/3.3.x-data-data-jdbc-h2.yml b/.github/workflows/3.3.x-data-data-jdbc-h2.yml index 086784ee..1277c21f 100644 --- a/.github/workflows/3.3.x-data-data-jdbc-h2.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: data:data-jdbc-h2 task: nativeTest diff --git a/.github/workflows/3.3.x-data-data-jdbc-postgresql.yml b/.github/workflows/3.3.x-data-data-jdbc-postgresql.yml index b82eee0e..b27a44cc 100644 --- a/.github/workflows/3.3.x-data-data-jdbc-postgresql.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: data:data-jdbc-postgresql task: nativeAppTest diff --git a/.github/workflows/3.3.x-data-data-jpa-entityscan.yml b/.github/workflows/3.3.x-data-data-jpa-entityscan.yml index afa065ec..f654ce95 100644 --- a/.github/workflows/3.3.x-data-data-jpa-entityscan.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: data:data-jpa-entityscan task: nativeTest diff --git a/.github/workflows/3.3.x-data-data-jpa-kotlin.yml b/.github/workflows/3.3.x-data-data-jpa-kotlin.yml index 41126dbe..edabc285 100644 --- a/.github/workflows/3.3.x-data-data-jpa-kotlin.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: data:data-jpa-kotlin task: nativeAppTest diff --git a/.github/workflows/3.3.x-data-data-jpa.yml b/.github/workflows/3.3.x-data-data-jpa.yml index f4ce3cd9..6a6b7b9b 100644 --- a/.github/workflows/3.3.x-data-data-jpa.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: data:data-jpa task: nativeTest diff --git a/.github/workflows/3.3.x-data-data-mongodb-reactive.yml b/.github/workflows/3.3.x-data-data-mongodb-reactive.yml index 0263cf9c..64e7c821 100644 --- a/.github/workflows/3.3.x-data-data-mongodb-reactive.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: data:data-mongodb-reactive task: nativeAppTest diff --git a/.github/workflows/3.3.x-data-data-mongodb.yml b/.github/workflows/3.3.x-data-data-mongodb.yml index f36568f4..6d1e4074 100644 --- a/.github/workflows/3.3.x-data-data-mongodb.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: data:data-mongodb task: nativeAppTest diff --git a/.github/workflows/3.3.x-data-data-neo4j.yml b/.github/workflows/3.3.x-data-data-neo4j.yml index 2c93a194..d1f7d439 100644 --- a/.github/workflows/3.3.x-data-data-neo4j.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: data:data-neo4j task: nativeAppTest diff --git a/.github/workflows/3.3.x-data-data-r2dbc.yml b/.github/workflows/3.3.x-data-data-r2dbc.yml index 427514db..1e853175 100644 --- a/.github/workflows/3.3.x-data-data-r2dbc.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: data:data-r2dbc task: nativeAppTest diff --git a/.github/workflows/3.3.x-data-data-redis-reactive.yml b/.github/workflows/3.3.x-data-data-redis-reactive.yml index 86dbf7cb..d3d26357 100644 --- a/.github/workflows/3.3.x-data-data-redis-reactive.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: data:data-redis-reactive task: nativeAppTest diff --git a/.github/workflows/3.3.x-data-data-redis.yml b/.github/workflows/3.3.x-data-data-redis.yml index edc24be6..16e03ad2 100644 --- a/.github/workflows/3.3.x-data-data-redis.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: data:data-redis task: nativeAppTest diff --git a/.github/workflows/3.3.x-data-data-rest-mongodb.yml b/.github/workflows/3.3.x-data-data-rest-mongodb.yml index 54a037e2..055d999f 100644 --- a/.github/workflows/3.3.x-data-data-rest-mongodb.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: data:data-rest-mongodb task: nativeAppTest diff --git a/.github/workflows/3.3.x-data-hateoas.yml b/.github/workflows/3.3.x-data-hateoas.yml index 41be591a..8ae06563 100644 --- a/.github/workflows/3.3.x-data-hateoas.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: data:hateoas task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-aspect.yml b/.github/workflows/3.3.x-framework-aspect.yml index 1165771d..5bb7c66c 100644 --- a/.github/workflows/3.3.x-framework-aspect.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:aspect task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-async.yml b/.github/workflows/3.3.x-framework-async.yml index bce74930..a06953d0 100644 --- a/.github/workflows/3.3.x-framework-async.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:async task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-cache-caffeine.yml b/.github/workflows/3.3.x-framework-cache-caffeine.yml index 2cdb328c..660994b9 100644 --- a/.github/workflows/3.3.x-framework-cache-caffeine.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:cache-caffeine task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-cache-redis.yml b/.github/workflows/3.3.x-framework-cache-redis.yml index 291fa4be..f2668448 100644 --- a/.github/workflows/3.3.x-framework-cache-redis.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:cache-redis task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-cache-simple-jdk-proxy.yml b/.github/workflows/3.3.x-framework-cache-simple-jdk-proxy.yml index ff569b58..857339fb 100644 --- a/.github/workflows/3.3.x-framework-cache-simple-jdk-proxy.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:cache-simple-jdk-proxy task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-cache-simple.yml b/.github/workflows/3.3.x-framework-cache-simple.yml index d81513ec..72783473 100644 --- a/.github/workflows/3.3.x-framework-cache-simple.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:cache-simple task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-configuration-class-proxy.yml b/.github/workflows/3.3.x-framework-configuration-class-proxy.yml index 38d4b371..75723c48 100644 --- a/.github/workflows/3.3.x-framework-configuration-class-proxy.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:configuration-class-proxy task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-disposable.yml b/.github/workflows/3.3.x-framework-disposable.yml index 76a3f149..fe9aa083 100644 --- a/.github/workflows/3.3.x-framework-disposable.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:disposable task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-event-listener.yml b/.github/workflows/3.3.x-framework-event-listener.yml index b6cbe3c3..87761e56 100644 --- a/.github/workflows/3.3.x-framework-event-listener.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:event-listener task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-hibernate-enhancer.yml b/.github/workflows/3.3.x-framework-hibernate-enhancer.yml index 93ac8b53..e17295c6 100644 --- a/.github/workflows/3.3.x-framework-hibernate-enhancer.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:hibernate-enhancer task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-hibernate.yml b/.github/workflows/3.3.x-framework-hibernate.yml index 717dc2bf..9e927ba5 100644 --- a/.github/workflows/3.3.x-framework-hibernate.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:hibernate task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-jdbc-h2.yml b/.github/workflows/3.3.x-framework-jdbc-h2.yml index bfb1a5db..2c5cfd0d 100644 --- a/.github/workflows/3.3.x-framework-jdbc-h2.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: framework:jdbc-h2 task: nativeTest diff --git a/.github/workflows/3.3.x-framework-jdbc-mariadb.yml b/.github/workflows/3.3.x-framework-jdbc-mariadb.yml index 8fd01caa..4cbed725 100644 --- a/.github/workflows/3.3.x-framework-jdbc-mariadb.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:jdbc-mariadb task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-jdbc-mysql.yml b/.github/workflows/3.3.x-framework-jdbc-mysql.yml index 071dc21d..614c72d3 100644 --- a/.github/workflows/3.3.x-framework-jdbc-mysql.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:jdbc-mysql task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-jdbc-postgresql.yml b/.github/workflows/3.3.x-framework-jdbc-postgresql.yml index 913a91c2..e1ed79a8 100644 --- a/.github/workflows/3.3.x-framework-jdbc-postgresql.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:jdbc-postgresql task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-kotlin-functional.yml b/.github/workflows/3.3.x-framework-kotlin-functional.yml index 5224226b..96686e32 100644 --- a/.github/workflows/3.3.x-framework-kotlin-functional.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:kotlin-functional task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-mail.yml b/.github/workflows/3.3.x-framework-mail.yml index a86e6de1..c6ae116a 100644 --- a/.github/workflows/3.3.x-framework-mail.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:mail task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-order.yml b/.github/workflows/3.3.x-framework-order.yml index e9f791a9..887d0a2d 100644 --- a/.github/workflows/3.3.x-framework-order.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:order task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-quartz.yml b/.github/workflows/3.3.x-framework-quartz.yml index ed547f02..4754f688 100644 --- a/.github/workflows/3.3.x-framework-quartz.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:quartz task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-resource.yml b/.github/workflows/3.3.x-framework-resource.yml index 0f1149ac..56573e0e 100644 --- a/.github/workflows/3.3.x-framework-resource.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:resource task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-rest-template.yml b/.github/workflows/3.3.x-framework-rest-template.yml index e59481f4..7a7f19cb 100644 --- a/.github/workflows/3.3.x-framework-rest-template.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:rest-template task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-rsocket.yml b/.github/workflows/3.3.x-framework-rsocket.yml index ddf2ca30..3a549916 100644 --- a/.github/workflows/3.3.x-framework-rsocket.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:rsocket task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-scheduled.yml b/.github/workflows/3.3.x-framework-scheduled.yml index a4542add..d9dee00e 100644 --- a/.github/workflows/3.3.x-framework-scheduled.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:scheduled task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-tcf.yml b/.github/workflows/3.3.x-framework-tcf.yml index 9624fb2d..40a61f6e 100644 --- a/.github/workflows/3.3.x-framework-tcf.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:tcf task: nativeTest diff --git a/.github/workflows/3.3.x-framework-transactional-event-listener.yml b/.github/workflows/3.3.x-framework-transactional-event-listener.yml index f9c5d29a..5817db8b 100644 --- a/.github/workflows/3.3.x-framework-transactional-event-listener.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:transactional-event-listener task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-transactional.yml b/.github/workflows/3.3.x-framework-transactional.yml index 21fb68f5..4c2fd564 100644 --- a/.github/workflows/3.3.x-framework-transactional.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:transactional task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-validation.yml b/.github/workflows/3.3.x-framework-validation.yml index b2fbbc6d..a901eb97 100644 --- a/.github/workflows/3.3.x-framework-validation.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:validation task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-webclient.yml b/.github/workflows/3.3.x-framework-webclient.yml index 1bdc53de..77b97dbb 100644 --- a/.github/workflows/3.3.x-framework-webclient.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:webclient task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-webflux-jetty.yml b/.github/workflows/3.3.x-framework-webflux-jetty.yml index 31b7877f..017ebaa3 100644 --- a/.github/workflows/3.3.x-framework-webflux-jetty.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: framework:webflux-jetty task: nativeTest diff --git a/.github/workflows/3.3.x-framework-webflux-netty-tls.yml b/.github/workflows/3.3.x-framework-webflux-netty-tls.yml index b696aef1..52b2c09b 100644 --- a/.github/workflows/3.3.x-framework-webflux-netty-tls.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:webflux-netty-tls task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-webflux-netty.yml b/.github/workflows/3.3.x-framework-webflux-netty.yml index f8e84a6c..c3cf23c2 100644 --- a/.github/workflows/3.3.x-framework-webflux-netty.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: framework:webflux-netty task: nativeTest diff --git a/.github/workflows/3.3.x-framework-webflux-undertow.yml b/.github/workflows/3.3.x-framework-webflux-undertow.yml index 77eedc8d..8c748aff 100644 --- a/.github/workflows/3.3.x-framework-webflux-undertow.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: framework:webflux-undertow task: nativeTest diff --git a/.github/workflows/3.3.x-framework-webmvc-jetty-tls.yml b/.github/workflows/3.3.x-framework-webmvc-jetty-tls.yml index 38937ed0..cb5ce022 100644 --- a/.github/workflows/3.3.x-framework-webmvc-jetty-tls.yml +++ b/.github/workflows/3.3.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.3.x project: framework:webmvc-jetty-tls task: appTest webmvc_jetty_tls_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.3.x project: framework:webmvc-jetty-tls task: nativeAppTest expected_to_fail: true diff --git a/.github/workflows/3.3.x-framework-webmvc-jetty.yml b/.github/workflows/3.3.x-framework-webmvc-jetty.yml index 8a4e521e..5197caca 100644 --- a/.github/workflows/3.3.x-framework-webmvc-jetty.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:webmvc-jetty task: nativeAppTest expected_to_fail: true @@ -29,7 +29,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.3.x project: framework:webmvc-jetty task: test webmvc_jetty_native_test: @@ -38,7 +38,7 @@ jobs: secrets: inherit with: checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: main + checkout_ref: 3.3.x project: framework:webmvc-jetty task: nativeTest expected_to_fail: true diff --git a/.github/workflows/3.3.x-framework-webmvc-scoped-proxy.yml b/.github/workflows/3.3.x-framework-webmvc-scoped-proxy.yml index b562b857..ed8be564 100644 --- a/.github/workflows/3.3.x-framework-webmvc-scoped-proxy.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:webmvc-scoped-proxy task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-webmvc-tomcat-tls.yml b/.github/workflows/3.3.x-framework-webmvc-tomcat-tls.yml index a76f7466..ca7d00fe 100644 --- a/.github/workflows/3.3.x-framework-webmvc-tomcat-tls.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:webmvc-tomcat-tls task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-webmvc-tomcat.yml b/.github/workflows/3.3.x-framework-webmvc-tomcat.yml index 69af8762..0ceb1427 100644 --- a/.github/workflows/3.3.x-framework-webmvc-tomcat.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: framework:webmvc-tomcat task: nativeTest diff --git a/.github/workflows/3.3.x-framework-webmvc-undertow-tls.yml b/.github/workflows/3.3.x-framework-webmvc-undertow-tls.yml index c2e19811..88b90331 100644 --- a/.github/workflows/3.3.x-framework-webmvc-undertow-tls.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:webmvc-undertow-tls task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-webmvc-undertow.yml b/.github/workflows/3.3.x-framework-webmvc-undertow.yml index 905ba0f1..9b59c189 100644 --- a/.github/workflows/3.3.x-framework-webmvc-undertow.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: framework:webmvc-undertow task: nativeTest diff --git a/.github/workflows/3.3.x-framework-websocket-jetty.yml b/.github/workflows/3.3.x-framework-websocket-jetty.yml index 297a14a7..a98e3bc7 100644 --- a/.github/workflows/3.3.x-framework-websocket-jetty.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:websocket-jetty task: nativeAppTest expected_to_fail: true diff --git a/.github/workflows/3.3.x-framework-websocket-stomp.yml b/.github/workflows/3.3.x-framework-websocket-stomp.yml index 796828dd..2f5cd03a 100644 --- a/.github/workflows/3.3.x-framework-websocket-stomp.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:websocket-stomp task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-websocket-tomcat.yml b/.github/workflows/3.3.x-framework-websocket-tomcat.yml index ac6abffc..aa1066e0 100644 --- a/.github/workflows/3.3.x-framework-websocket-tomcat.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:websocket-tomcat task: nativeAppTest diff --git a/.github/workflows/3.3.x-framework-websocket-undertow.yml b/.github/workflows/3.3.x-framework-websocket-undertow.yml index 8c69abed..2b00964b 100644 --- a/.github/workflows/3.3.x-framework-websocket-undertow.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: framework:websocket-undertow task: nativeAppTest diff --git a/.github/workflows/3.3.x-graphql-graphql-webflux-rsocket.yml b/.github/workflows/3.3.x-graphql-graphql-webflux-rsocket.yml index c9842bc3..e294642a 100644 --- a/.github/workflows/3.3.x-graphql-graphql-webflux-rsocket.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: graphql:graphql-webflux-rsocket task: nativeTest diff --git a/.github/workflows/3.3.x-graphql-graphql-webflux.yml b/.github/workflows/3.3.x-graphql-graphql-webflux.yml index 7e21ca01..cb57a9e0 100644 --- a/.github/workflows/3.3.x-graphql-graphql-webflux.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: graphql:graphql-webflux task: nativeTest diff --git a/.github/workflows/3.3.x-graphql-graphql-webmvc.yml b/.github/workflows/3.3.x-graphql-graphql-webmvc.yml index 7d935831..a232fd3f 100644 --- a/.github/workflows/3.3.x-graphql-graphql-webmvc.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: graphql:graphql-webmvc task: nativeTest diff --git a/.github/workflows/3.3.x-integration-integration.yml b/.github/workflows/3.3.x-integration-integration.yml index fa7c6a0e..c7f6bdd5 100644 --- a/.github/workflows/3.3.x-integration-integration.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: integration:integration task: nativeAppTest diff --git a/.github/workflows/3.3.x-integration-spring-amqp-rabbit.yml b/.github/workflows/3.3.x-integration-spring-amqp-rabbit.yml index 785e2840..e7b09a5d 100644 --- a/.github/workflows/3.3.x-integration-spring-amqp-rabbit.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: integration:spring-amqp-rabbit task: nativeAppTest diff --git a/.github/workflows/3.3.x-integration-spring-kafka-avro.yml b/.github/workflows/3.3.x-integration-spring-kafka-avro.yml index 71bcd277..31ea7657 100644 --- a/.github/workflows/3.3.x-integration-spring-kafka-avro.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: integration:spring-kafka-avro task: nativeAppTest diff --git a/.github/workflows/3.3.x-integration-spring-kafka-streams.yml b/.github/workflows/3.3.x-integration-spring-kafka-streams.yml index ef51499d..d7c793c9 100644 --- a/.github/workflows/3.3.x-integration-spring-kafka-streams.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: integration:spring-kafka-streams task: nativeAppTest diff --git a/.github/workflows/3.3.x-integration-spring-kafka.yml b/.github/workflows/3.3.x-integration-spring-kafka.yml index 74b8f60f..b7e28cdf 100644 --- a/.github/workflows/3.3.x-integration-spring-kafka.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: integration:spring-kafka task: nativeAppTest diff --git a/.github/workflows/3.3.x-integration-spring-pulsar-reactive.yml b/.github/workflows/3.3.x-integration-spring-pulsar-reactive.yml index 1bcc3f0a..486fecc8 100644 --- a/.github/workflows/3.3.x-integration-spring-pulsar-reactive.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: integration:spring-pulsar-reactive task: nativeAppTest diff --git a/.github/workflows/3.3.x-integration-spring-pulsar.yml b/.github/workflows/3.3.x-integration-spring-pulsar.yml index c35b53db..fade23f3 100644 --- a/.github/workflows/3.3.x-integration-spring-pulsar.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: integration:spring-pulsar task: nativeAppTest diff --git a/.github/workflows/3.3.x-security-ldap-odm.yml b/.github/workflows/3.3.x-security-ldap-odm.yml index 4df39625..83db579c 100644 --- a/.github/workflows/3.3.x-security-ldap-odm.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: security:ldap-odm task: nativeTest diff --git a/.github/workflows/3.3.x-security-security-ldap.yml b/.github/workflows/3.3.x-security-security-ldap.yml index 14c48002..d9f351fc 100644 --- a/.github/workflows/3.3.x-security-security-ldap.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: security:security-ldap task: nativeTest diff --git a/.github/workflows/3.3.x-security-security-method.yml b/.github/workflows/3.3.x-security-security-method.yml index 3d196f96..bcd9d0aa 100644 --- a/.github/workflows/3.3.x-security-security-method.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: security:security-method task: nativeAppTest diff --git a/.github/workflows/3.3.x-security-security-oauth2-authorization-server.yml b/.github/workflows/3.3.x-security-security-oauth2-authorization-server.yml index 5edcea4c..7620e8b9 100644 --- a/.github/workflows/3.3.x-security-security-oauth2-authorization-server.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: security:security-oauth2-authorization-server task: nativeAppTest diff --git a/.github/workflows/3.3.x-security-security-oauth2-resource-server.yml b/.github/workflows/3.3.x-security-security-oauth2-resource-server.yml index f7b0530a..f27cd120 100644 --- a/.github/workflows/3.3.x-security-security-oauth2-resource-server.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: security:security-oauth2-resource-server task: nativeAppTest diff --git a/.github/workflows/3.3.x-security-security-thymeleaf.yml b/.github/workflows/3.3.x-security-security-thymeleaf.yml index f42ce1da..daa65852 100644 --- a/.github/workflows/3.3.x-security-security-thymeleaf.yml +++ b/.github/workflows/3.3.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.3.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.3.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.3.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.3.x project: security:security-thymeleaf task: nativeTest diff --git a/.github/workflows/3.3.x-security-security-webflux.yml b/.github/workflows/3.3.x-security-security-webflux.yml index 078bcfc2..6200900c 100644 --- a/.github/workflows/3.3.x-security-security-webflux.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: security:security-webflux task: nativeAppTest diff --git a/.github/workflows/3.3.x-security-security-webmvc.yml b/.github/workflows/3.3.x-security-security-webmvc.yml index 78db99d0..92abffa8 100644 --- a/.github/workflows/3.3.x-security-security-webmvc.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: security:security-webmvc task: nativeAppTest diff --git a/.github/workflows/3.3.x-session-session-jdbc.yml b/.github/workflows/3.3.x-session-session-jdbc.yml index 3f5e9890..b829c19c 100644 --- a/.github/workflows/3.3.x-session-session-jdbc.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: session:session-jdbc task: nativeAppTest diff --git a/.github/workflows/3.3.x-session-session-redis-webflux.yml b/.github/workflows/3.3.x-session-session-redis-webflux.yml index 5f281195..d2935b5a 100644 --- a/.github/workflows/3.3.x-session-session-redis-webflux.yml +++ b/.github/workflows/3.3.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.3.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.3.x project: session:session-redis-webflux task: nativeAppTest diff --git a/.github/workflows/3.4.x-batch-batch.yml b/.github/workflows/3.4.x-batch-batch.yml new file mode 100644 index 00000000..a265a89a --- /dev/null +++ b/.github/workflows/3.4.x-batch-batch.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Batch Smoke Tests | Batch +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + batch_app_test: + name: Batch App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: batch:batch + task: appTest + batch_native_app_test: + name: Batch Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..1fb8d5b0 --- /dev/null +++ b/.github/workflows/3.4.x-boot-actuator-webflux-mgmt-port.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Actuator Webflux Mgmt Port +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + actuator_webflux_mgmt_port_app_test: + name: Actuator Webflux Mgmt Port App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:actuator-webflux-mgmt-port + task: appTest + actuator_webflux_mgmt_port_native_app_test: + name: Actuator Webflux Mgmt Port Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..bd9c1cd6 --- /dev/null +++ b/.github/workflows/3.4.x-boot-actuator-webflux.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Actuator Webflux +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + actuator_webflux_app_test: + name: Actuator Webflux App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:actuator-webflux + task: appTest + actuator_webflux_native_app_test: + name: Actuator Webflux Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..b2c025a2 --- /dev/null +++ b/.github/workflows/3.4.x-boot-actuator-webmvc-mgmt-port.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Actuator Webmvc Mgmt Port +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + actuator_webmvc_mgmt_port_app_test: + name: Actuator Webmvc Mgmt Port App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:actuator-webmvc-mgmt-port + task: appTest + actuator_webmvc_mgmt_port_native_app_test: + name: Actuator Webmvc Mgmt Port Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..4e446d0c --- /dev/null +++ b/.github/workflows/3.4.x-boot-actuator-webmvc.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Actuator Webmvc +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + actuator_webmvc_app_test: + name: Actuator Webmvc App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:actuator-webmvc + task: appTest + actuator_webmvc_native_app_test: + name: Actuator Webmvc Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..b2b8d073 --- /dev/null +++ b/.github/workflows/3.4.x-boot-boot-tcf.yml @@ -0,0 +1,26 @@ +name: 3.4.x | Boot Smoke Tests | Boot Tcf +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + boot_tcf_test: + name: Boot Tcf Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:boot-tcf + task: test + expected_to_fail: true + boot_tcf_native_test: + name: Boot Tcf Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:boot-tcf + task: nativeTest + expected_to_fail: true diff --git a/.github/workflows/3.4.x-boot-command-line-runner.yml b/.github/workflows/3.4.x-boot-command-line-runner.yml new file mode 100644 index 00000000..108091b7 --- /dev/null +++ b/.github/workflows/3.4.x-boot-command-line-runner.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Command Line Runner +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + command_line_runner_app_test: + name: Command Line Runner App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:command-line-runner + task: appTest + command_line_runner_native_app_test: + name: Command Line Runner Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..cd137e76 --- /dev/null +++ b/.github/workflows/3.4.x-boot-conditional.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Conditional +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + conditional_app_test: + name: Conditional App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:conditional + task: appTest + conditional_native_app_test: + name: Conditional Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..8b819109 --- /dev/null +++ b/.github/workflows/3.4.x-boot-configuration-properties.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Configuration Properties +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + configuration_properties_app_test: + name: Configuration Properties App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:configuration-properties + task: appTest + configuration_properties_native_app_test: + name: Configuration Properties Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..fbbcb1c2 --- /dev/null +++ b/.github/workflows/3.4.x-boot-custom-banner.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Custom Banner +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + custom_banner_app_test: + name: Custom Banner App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:custom-banner + task: appTest + custom_banner_native_app_test: + name: Custom Banner Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..d4b87e51 --- /dev/null +++ b/.github/workflows/3.4.x-boot-flyway.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Flyway +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + flyway_app_test: + name: Flyway App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:flyway + task: appTest + flyway_native_app_test: + name: Flyway Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..a480ea6f --- /dev/null +++ b/.github/workflows/3.4.x-boot-freemarker-webflux.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Freemarker Webflux +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + freemarker_webflux_app_test: + name: Freemarker Webflux App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:freemarker-webflux + task: appTest + freemarker_webflux_native_app_test: + name: Freemarker Webflux Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..6fa2a656 --- /dev/null +++ b/.github/workflows/3.4.x-boot-freemarker-webmvc.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Freemarker Webmvc +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + freemarker_webmvc_app_test: + name: Freemarker Webmvc App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:freemarker-webmvc + task: appTest + freemarker_webmvc_native_app_test: + name: Freemarker Webmvc Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..dbb1792a --- /dev/null +++ b/.github/workflows/3.4.x-boot-json.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Boot Smoke Tests | Json +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + json_app_test: + name: Json App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:json + task: appTest + json_native_app_test: + name: Json Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:json + task: nativeAppTest + json_test: + name: Json Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:json + task: test + json_native_test: + name: Json Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..55d84d45 --- /dev/null +++ b/.github/workflows/3.4.x-boot-liquibase.yml @@ -0,0 +1,25 @@ +name: 3.4.x | Boot Smoke Tests | Liquibase +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + liquibase_app_test: + name: Liquibase App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:liquibase + task: appTest + liquibase_native_app_test: + name: Liquibase Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..cbdf39f8 --- /dev/null +++ b/.github/workflows/3.4.x-boot-logging-logback-spring-xml.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Logging Logback Spring Xml +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + logging_logback_spring_xml_app_test: + name: Logging Logback Spring Xml App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:logging-logback-spring-xml + task: appTest + logging_logback_spring_xml_native_app_test: + name: Logging Logback Spring Xml Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..97987e95 --- /dev/null +++ b/.github/workflows/3.4.x-boot-logging-logback-xml.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Logging Logback Xml +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + logging_logback_xml_app_test: + name: Logging Logback Xml App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:logging-logback-xml + task: appTest + logging_logback_xml_native_app_test: + name: Logging Logback Xml Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..ab1a7a21 --- /dev/null +++ b/.github/workflows/3.4.x-boot-logging-logback.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Logging Logback +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + logging_logback_app_test: + name: Logging Logback App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:logging-logback + task: appTest + logging_logback_native_app_test: + name: Logging Logback Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..6ce8950b --- /dev/null +++ b/.github/workflows/3.4.x-boot-mustache-webflux.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Mustache Webflux +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + mustache_webflux_app_test: + name: Mustache Webflux App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:mustache-webflux + task: appTest + mustache_webflux_native_app_test: + name: Mustache Webflux Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..c4efcd15 --- /dev/null +++ b/.github/workflows/3.4.x-boot-mustache-webmvc.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Mustache Webmvc +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + mustache_webmvc_app_test: + name: Mustache Webmvc App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:mustache-webmvc + task: appTest + mustache_webmvc_native_app_test: + name: Mustache Webmvc Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..ef10d595 --- /dev/null +++ b/.github/workflows/3.4.x-boot-servlet-component-scan.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Servlet Component Scan +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + servlet_component_scan_app_test: + name: Servlet Component Scan App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:servlet-component-scan + task: appTest + servlet_component_scan_native_app_test: + name: Servlet Component Scan Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..dc684e16 --- /dev/null +++ b/.github/workflows/3.4.x-boot-servlet-jetty.yml @@ -0,0 +1,25 @@ +name: 3.4.x | Boot Smoke Tests | Servlet Jetty +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + servlet_jetty_app_test: + name: Servlet Jetty App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:servlet-jetty + task: appTest + servlet_jetty_native_app_test: + name: Servlet Jetty Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:servlet-jetty + task: nativeAppTest + expected_to_fail: true diff --git a/.github/workflows/3.4.x-boot-servlet-tomcat.yml b/.github/workflows/3.4.x-boot-servlet-tomcat.yml new file mode 100644 index 00000000..95bfd202 --- /dev/null +++ b/.github/workflows/3.4.x-boot-servlet-tomcat.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Servlet Tomcat +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + servlet_tomcat_app_test: + name: Servlet Tomcat App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:servlet-tomcat + task: appTest + servlet_tomcat_native_app_test: + name: Servlet Tomcat Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..70da00c3 --- /dev/null +++ b/.github/workflows/3.4.x-boot-servlet-undertow.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Servlet Undertow +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + servlet_undertow_app_test: + name: Servlet Undertow App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:servlet-undertow + task: appTest + servlet_undertow_native_app_test: + name: Servlet Undertow Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..1bfebd77 --- /dev/null +++ b/.github/workflows/3.4.x-boot-thymeleaf-webflux.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Thymeleaf Webflux +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + thymeleaf_webflux_app_test: + name: Thymeleaf Webflux App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:thymeleaf-webflux + task: appTest + thymeleaf_webflux_native_app_test: + name: Thymeleaf Webflux Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..03d00c60 --- /dev/null +++ b/.github/workflows/3.4.x-boot-thymeleaf-webmvc.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Thymeleaf Webmvc +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + thymeleaf_webmvc_app_test: + name: Thymeleaf Webmvc App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:thymeleaf-webmvc + task: appTest + thymeleaf_webmvc_native_app_test: + name: Thymeleaf Webmvc Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..5e365320 --- /dev/null +++ b/.github/workflows/3.4.x-boot-tracing-brave-zipkin.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Tracing Brave Zipkin +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + tracing_brave_zipkin_app_test: + name: Tracing Brave Zipkin App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:tracing-brave-zipkin + task: appTest + tracing_brave_zipkin_native_app_test: + name: Tracing Brave Zipkin Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..8d873eda --- /dev/null +++ b/.github/workflows/3.4.x-boot-xml-config.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Boot Smoke Tests | Xml Config +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + xml_config_app_test: + name: Xml Config App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: boot:xml-config + task: appTest + xml_config_native_app_test: + name: Xml Config Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..84c6219f --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-config-client.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Config Client +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cloud_config_client_app_test: + name: Cloud Config Client App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: cloud:cloud-config-client + task: appTest + cloud_config_client_native_app_test: + name: Cloud Config Client Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..8a259106 --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-config-server.yml @@ -0,0 +1,25 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Config Server +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..228cac34 --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-discovery-consul.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Discovery Consul +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cloud_discovery_consul_app_test: + name: Cloud Discovery Consul App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: cloud:cloud-discovery-consul + task: appTest + cloud_discovery_consul_native_app_test: + name: Cloud Discovery Consul Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..b4f60a7c --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-discovery-eureka.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Discovery Eureka +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cloud_discovery_eureka_app_test: + name: Cloud Discovery Eureka App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: cloud:cloud-discovery-eureka + task: appTest + cloud_discovery_eureka_native_app_test: + name: Cloud Discovery Eureka Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..63607e98 --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-discovery-zookeeper.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Discovery Zookeeper +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cloud_discovery_zookeeper_app_test: + name: Cloud Discovery Zookeeper App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: cloud:cloud-discovery-zookeeper + task: appTest + cloud_discovery_zookeeper_native_app_test: + name: Cloud Discovery Zookeeper Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..fbb79f6b --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-function-web.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Function Web +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cloud_function_web_app_test: + name: Cloud Function Web App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: cloud:cloud-function-web + task: appTest + cloud_function_web_native_app_test: + name: Cloud Function Web Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..1243830a --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-function-webflux.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Function Webflux +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cloud_function_webflux_app_test: + name: Cloud Function Webflux App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: cloud:cloud-function-webflux + task: appTest + cloud_function_webflux_native_app_test: + name: Cloud Function Webflux Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..2af1e202 --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-gateway.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Gateway +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cloud_gateway_app_test: + name: Cloud Gateway App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: cloud:cloud-gateway + task: appTest + cloud_gateway_native_app_test: + name: Cloud Gateway Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..39ebd98e --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-loadbalancing-web.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Loadbalancing Web +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cloud_loadbalancing_web_app_test: + name: Cloud Loadbalancing Web App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: cloud:cloud-loadbalancing-web + task: appTest + cloud_loadbalancing_web_native_app_test: + name: Cloud Loadbalancing Web Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..809b0b48 --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-loadbalancing-webflux.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Loadbalancing Webflux +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cloud_loadbalancing_webflux_app_test: + name: Cloud Loadbalancing Webflux App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: cloud:cloud-loadbalancing-webflux + task: appTest + cloud_loadbalancing_webflux_native_app_test: + name: Cloud Loadbalancing Webflux Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..6ca642d1 --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-openfeign.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Openfeign +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cloud_openfeign_app_test: + name: Cloud Openfeign App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: cloud:cloud-openfeign + task: appTest + cloud_openfeign_native_app_test: + name: Cloud Openfeign Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..0a26726e --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-stream-kafka-streams.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Stream Kafka Streams +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..5d064dfe --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-stream-kafka.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Stream Kafka +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cloud_stream_kafka_app_test: + name: Cloud Stream Kafka App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: cloud:cloud-stream-kafka + task: appTest + cloud_stream_kafka_native_app_test: + name: Cloud Stream Kafka Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..26dc63f8 --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-stream-pulsar.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Stream Pulsar +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..572c3e8c --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-stream-rabbit.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Stream Rabbit +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cloud_stream_rabbit_app_test: + name: Cloud Stream Rabbit App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: cloud:cloud-stream-rabbit + task: appTest + cloud_stream_rabbit_native_app_test: + name: Cloud Stream Rabbit Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..2df4b76d --- /dev/null +++ b/.github/workflows/3.4.x-cloud-cloud-task.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Cloud Smoke Tests | Cloud Task +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cloud_task_app_test: + name: Cloud Task App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: cloud:cloud-task + task: appTest + cloud_task_native_app_test: + name: Cloud Task Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..5a6211ed --- /dev/null +++ b/.github/workflows/3.4.x-data-data-cassandra-reactive.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Data Smoke Tests | Data Cassandra Reactive +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + data_cassandra_reactive_app_test: + name: Data Cassandra Reactive App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-cassandra-reactive + task: appTest + data_cassandra_reactive_native_app_test: + name: Data Cassandra Reactive Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..f2524641 --- /dev/null +++ b/.github/workflows/3.4.x-data-data-cassandra.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Data Smoke Tests | Data Cassandra +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + data_cassandra_app_test: + name: Data Cassandra App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-cassandra + task: appTest + data_cassandra_native_app_test: + name: Data Cassandra Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..d1b5e405 --- /dev/null +++ b/.github/workflows/3.4.x-data-data-jdbc-h2-kotlin.yml @@ -0,0 +1,43 @@ +name: 3.4.x | Data Smoke Tests | Data Jdbc H2 Kotlin +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + data_jdbc_h2_kotlin_app_test: + name: Data Jdbc H2 Kotlin App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-jdbc-h2-kotlin + task: appTest + data_jdbc_h2_kotlin_native_app_test: + name: Data Jdbc H2 Kotlin Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-jdbc-h2-kotlin + task: nativeAppTest + data_jdbc_h2_kotlin_test: + name: Data Jdbc H2 Kotlin Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-jdbc-h2-kotlin + task: test + data_jdbc_h2_kotlin_native_test: + name: Data Jdbc H2 Kotlin Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..1ac39f34 --- /dev/null +++ b/.github/workflows/3.4.x-data-data-jdbc-h2.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Data Smoke Tests | Data Jdbc H2 +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + data_jdbc_h2_app_test: + name: Data Jdbc H2 App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-jdbc-h2 + task: appTest + data_jdbc_h2_native_app_test: + name: Data Jdbc H2 Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-jdbc-h2 + task: nativeAppTest + data_jdbc_h2_test: + name: Data Jdbc H2 Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-jdbc-h2 + task: test + data_jdbc_h2_native_test: + name: Data Jdbc H2 Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..332ea0f5 --- /dev/null +++ b/.github/workflows/3.4.x-data-data-jdbc-postgresql.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Data Smoke Tests | Data Jdbc Postgresql +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + data_jdbc_postgresql_app_test: + name: Data Jdbc Postgresql App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-jdbc-postgresql + task: appTest + data_jdbc_postgresql_native_app_test: + name: Data Jdbc Postgresql Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..4957149a --- /dev/null +++ b/.github/workflows/3.4.x-data-data-jpa-entityscan.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Data Smoke Tests | Data Jpa Entityscan +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + data_jpa_entityscan_app_test: + name: Data Jpa Entityscan App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-jpa-entityscan + task: appTest + data_jpa_entityscan_native_app_test: + name: Data Jpa Entityscan Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-jpa-entityscan + task: nativeAppTest + data_jpa_entityscan_test: + name: Data Jpa Entityscan Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-jpa-entityscan + task: test + data_jpa_entityscan_native_test: + name: Data Jpa Entityscan Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..05b6f963 --- /dev/null +++ b/.github/workflows/3.4.x-data-data-jpa-kotlin.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Data Smoke Tests | Data Jpa Kotlin +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + data_jpa_kotlin_app_test: + name: Data Jpa Kotlin App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-jpa-kotlin + task: appTest + data_jpa_kotlin_native_app_test: + name: Data Jpa Kotlin Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..c56bc3d8 --- /dev/null +++ b/.github/workflows/3.4.x-data-data-jpa.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Data Smoke Tests | Data Jpa +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + data_jpa_app_test: + name: Data Jpa App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-jpa + task: appTest + data_jpa_native_app_test: + name: Data Jpa Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-jpa + task: nativeAppTest + data_jpa_test: + name: Data Jpa Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-jpa + task: test + data_jpa_native_test: + name: Data Jpa Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..32c573a5 --- /dev/null +++ b/.github/workflows/3.4.x-data-data-mongodb-reactive.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Data Smoke Tests | Data Mongodb Reactive +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + data_mongodb_reactive_app_test: + name: Data Mongodb Reactive App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-mongodb-reactive + task: appTest + data_mongodb_reactive_native_app_test: + name: Data Mongodb Reactive Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..04bf4585 --- /dev/null +++ b/.github/workflows/3.4.x-data-data-mongodb.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Data Smoke Tests | Data Mongodb +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + data_mongodb_app_test: + name: Data Mongodb App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-mongodb + task: appTest + data_mongodb_native_app_test: + name: Data Mongodb Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..0b448d42 --- /dev/null +++ b/.github/workflows/3.4.x-data-data-neo4j.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Data Smoke Tests | Data Neo4j +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + data_neo4j_app_test: + name: Data Neo4j App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-neo4j + task: appTest + data_neo4j_native_app_test: + name: Data Neo4j Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..69486a00 --- /dev/null +++ b/.github/workflows/3.4.x-data-data-r2dbc.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Data Smoke Tests | Data R2dbc +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + data_r2dbc_app_test: + name: Data R2dbc App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-r2dbc + task: appTest + data_r2dbc_native_app_test: + name: Data R2dbc Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..f042f062 --- /dev/null +++ b/.github/workflows/3.4.x-data-data-redis-reactive.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Data Smoke Tests | Data Redis Reactive +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + data_redis_reactive_app_test: + name: Data Redis Reactive App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-redis-reactive + task: appTest + data_redis_reactive_native_app_test: + name: Data Redis Reactive Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..5bfef722 --- /dev/null +++ b/.github/workflows/3.4.x-data-data-redis.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Data Smoke Tests | Data Redis +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + data_redis_app_test: + name: Data Redis App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-redis + task: appTest + data_redis_native_app_test: + name: Data Redis Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..959f9ba1 --- /dev/null +++ b/.github/workflows/3.4.x-data-data-rest-mongodb.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Data Smoke Tests | Data Rest Mongodb +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + data_rest_mongodb_app_test: + name: Data Rest Mongodb App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-rest-mongodb + task: appTest + data_rest_mongodb_native_app_test: + name: Data Rest Mongodb Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:data-rest-mongodb + task: nativeAppTest diff --git a/.github/workflows/3.4.x-data-hateoas.yml b/.github/workflows/3.4.x-data-hateoas.yml new file mode 100644 index 00000000..4378a761 --- /dev/null +++ b/.github/workflows/3.4.x-data-hateoas.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Data Smoke Tests | Hateoas +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + hateoas_app_test: + name: Hateoas App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: data:hateoas + task: appTest + hateoas_native_app_test: + name: Hateoas Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..977f2145 --- /dev/null +++ b/.github/workflows/3.4.x-framework-aspect.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Aspect +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + aspect_app_test: + name: Aspect App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:aspect + task: appTest + aspect_native_app_test: + name: Aspect Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..b09b6043 --- /dev/null +++ b/.github/workflows/3.4.x-framework-async.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Async +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + async_app_test: + name: Async App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:async + task: appTest + async_native_app_test: + name: Async Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..d1603d7f --- /dev/null +++ b/.github/workflows/3.4.x-framework-cache-caffeine.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Cache Caffeine +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cache_caffeine_app_test: + name: Cache Caffeine App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:cache-caffeine + task: appTest + cache_caffeine_native_app_test: + name: Cache Caffeine Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..a3b8b472 --- /dev/null +++ b/.github/workflows/3.4.x-framework-cache-redis.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Cache Redis +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cache_redis_app_test: + name: Cache Redis App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:cache-redis + task: appTest + cache_redis_native_app_test: + name: Cache Redis Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..e3df5bfb --- /dev/null +++ b/.github/workflows/3.4.x-framework-cache-simple-jdk-proxy.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Cache Simple Jdk Proxy +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cache_simple_jdk_proxy_app_test: + name: Cache Simple Jdk Proxy App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:cache-simple-jdk-proxy + task: appTest + cache_simple_jdk_proxy_native_app_test: + name: Cache Simple Jdk Proxy Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..aec4472b --- /dev/null +++ b/.github/workflows/3.4.x-framework-cache-simple.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Cache Simple +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + cache_simple_app_test: + name: Cache Simple App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:cache-simple + task: appTest + cache_simple_native_app_test: + name: Cache Simple Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..3edbb297 --- /dev/null +++ b/.github/workflows/3.4.x-framework-configuration-class-proxy.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Configuration Class Proxy +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + configuration_class_proxy_app_test: + name: Configuration Class Proxy App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:configuration-class-proxy + task: appTest + configuration_class_proxy_native_app_test: + name: Configuration Class Proxy Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..643ed550 --- /dev/null +++ b/.github/workflows/3.4.x-framework-disposable.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Disposable +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..5dec311a --- /dev/null +++ b/.github/workflows/3.4.x-framework-event-listener.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Event Listener +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + event_listener_app_test: + name: Event Listener App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:event-listener + task: appTest + event_listener_native_app_test: + name: Event Listener Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..60d4ce7a --- /dev/null +++ b/.github/workflows/3.4.x-framework-hibernate-enhancer.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Hibernate Enhancer +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + hibernate_enhancer_app_test: + name: Hibernate Enhancer App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:hibernate-enhancer + task: appTest + hibernate_enhancer_native_app_test: + name: Hibernate Enhancer Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..8fc9520c --- /dev/null +++ b/.github/workflows/3.4.x-framework-hibernate.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Hibernate +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + hibernate_app_test: + name: Hibernate App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:hibernate + task: appTest + hibernate_native_app_test: + name: Hibernate Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..375f65db --- /dev/null +++ b/.github/workflows/3.4.x-framework-jdbc-h2.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Framework Smoke Tests | Jdbc H2 +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + jdbc_h2_app_test: + name: Jdbc H2 App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:jdbc-h2 + task: appTest + jdbc_h2_native_app_test: + name: Jdbc H2 Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:jdbc-h2 + task: nativeAppTest + jdbc_h2_test: + name: Jdbc H2 Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:jdbc-h2 + task: test + jdbc_h2_native_test: + name: Jdbc H2 Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..592f39e2 --- /dev/null +++ b/.github/workflows/3.4.x-framework-jdbc-mariadb.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Jdbc Mariadb +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + jdbc_mariadb_app_test: + name: Jdbc Mariadb App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:jdbc-mariadb + task: appTest + jdbc_mariadb_native_app_test: + name: Jdbc Mariadb Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..7e5e0e49 --- /dev/null +++ b/.github/workflows/3.4.x-framework-jdbc-mysql.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Jdbc Mysql +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + jdbc_mysql_app_test: + name: Jdbc Mysql App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:jdbc-mysql + task: appTest + jdbc_mysql_native_app_test: + name: Jdbc Mysql Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..08f66d78 --- /dev/null +++ b/.github/workflows/3.4.x-framework-jdbc-postgresql.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Jdbc Postgresql +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + jdbc_postgresql_app_test: + name: Jdbc Postgresql App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:jdbc-postgresql + task: appTest + jdbc_postgresql_native_app_test: + name: Jdbc Postgresql Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..5f75b2ee --- /dev/null +++ b/.github/workflows/3.4.x-framework-kotlin-functional.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Kotlin Functional +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + kotlin_functional_app_test: + name: Kotlin Functional App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:kotlin-functional + task: appTest + kotlin_functional_native_app_test: + name: Kotlin Functional Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..dd868989 --- /dev/null +++ b/.github/workflows/3.4.x-framework-mail.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Mail +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + mail_app_test: + name: Mail App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:mail + task: appTest + mail_native_app_test: + name: Mail Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..e4b6cd6f --- /dev/null +++ b/.github/workflows/3.4.x-framework-order.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Order +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + order_app_test: + name: Order App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:order + task: appTest + order_native_app_test: + name: Order Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..fc8d41dc --- /dev/null +++ b/.github/workflows/3.4.x-framework-quartz.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Quartz +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + quartz_app_test: + name: Quartz App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:quartz + task: appTest + quartz_native_app_test: + name: Quartz Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..72ba0567 --- /dev/null +++ b/.github/workflows/3.4.x-framework-resource.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Resource +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..dd35591a --- /dev/null +++ b/.github/workflows/3.4.x-framework-rest-template.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Rest Template +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + rest_template_app_test: + name: Rest Template App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:rest-template + task: appTest + rest_template_native_app_test: + name: Rest Template Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..75cc5ccb --- /dev/null +++ b/.github/workflows/3.4.x-framework-rsocket.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Rsocket +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + rsocket_app_test: + name: Rsocket App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:rsocket + task: appTest + rsocket_native_app_test: + name: Rsocket Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..0ba646ec --- /dev/null +++ b/.github/workflows/3.4.x-framework-scheduled.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Scheduled +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + scheduled_app_test: + name: Scheduled App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:scheduled + task: appTest + scheduled_native_app_test: + name: Scheduled Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:scheduled + task: nativeAppTest diff --git a/.github/workflows/3.4.x-framework-tcf.yml b/.github/workflows/3.4.x-framework-tcf.yml new file mode 100644 index 00000000..d09882ee --- /dev/null +++ b/.github/workflows/3.4.x-framework-tcf.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Tcf +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + tcf_test: + name: Tcf Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:tcf + task: test + tcf_native_test: + name: Tcf Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..d02842fd --- /dev/null +++ b/.github/workflows/3.4.x-framework-transactional-event-listener.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Transactional Event Listener +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + transactional_event_listener_app_test: + name: Transactional Event Listener App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:transactional-event-listener + task: appTest + transactional_event_listener_native_app_test: + name: Transactional Event Listener Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..531bc1c4 --- /dev/null +++ b/.github/workflows/3.4.x-framework-transactional.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Transactional +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + transactional_app_test: + name: Transactional App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:transactional + task: appTest + transactional_native_app_test: + name: Transactional Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..774957ed --- /dev/null +++ b/.github/workflows/3.4.x-framework-validation.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Validation +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + validation_app_test: + name: Validation App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:validation + task: appTest + validation_native_app_test: + name: Validation Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..fb6436c5 --- /dev/null +++ b/.github/workflows/3.4.x-framework-webclient.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Webclient +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + webclient_app_test: + name: Webclient App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webclient + task: appTest + webclient_native_app_test: + name: Webclient Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..4433cdc9 --- /dev/null +++ b/.github/workflows/3.4.x-framework-webflux-jetty.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Framework Smoke Tests | Webflux Jetty +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + webflux_jetty_app_test: + name: Webflux Jetty App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webflux-jetty + task: appTest + webflux_jetty_native_app_test: + name: Webflux Jetty Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webflux-jetty + task: nativeAppTest + webflux_jetty_test: + name: Webflux Jetty Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webflux-jetty + task: test + webflux_jetty_native_test: + name: Webflux Jetty Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..50b83e20 --- /dev/null +++ b/.github/workflows/3.4.x-framework-webflux-netty-tls.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Webflux Netty Tls +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + webflux_netty_tls_app_test: + name: Webflux Netty Tls App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webflux-netty-tls + task: appTest + webflux_netty_tls_native_app_test: + name: Webflux Netty Tls Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..9fd298ca --- /dev/null +++ b/.github/workflows/3.4.x-framework-webflux-netty.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Framework Smoke Tests | Webflux Netty +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + webflux_netty_app_test: + name: Webflux Netty App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webflux-netty + task: appTest + webflux_netty_native_app_test: + name: Webflux Netty Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webflux-netty + task: nativeAppTest + webflux_netty_test: + name: Webflux Netty Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webflux-netty + task: test + webflux_netty_native_test: + name: Webflux Netty Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..207c8006 --- /dev/null +++ b/.github/workflows/3.4.x-framework-webflux-undertow.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Framework Smoke Tests | Webflux Undertow +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + webflux_undertow_app_test: + name: Webflux Undertow App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webflux-undertow + task: appTest + webflux_undertow_native_app_test: + name: Webflux Undertow Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webflux-undertow + task: nativeAppTest + webflux_undertow_test: + name: Webflux Undertow Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webflux-undertow + task: test + webflux_undertow_native_test: + name: Webflux Undertow Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..a0890d19 --- /dev/null +++ b/.github/workflows/3.4.x-framework-webmvc-jetty-tls.yml @@ -0,0 +1,25 @@ +name: 3.4.x | Framework Smoke Tests | Webmvc Jetty Tls +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + webmvc_jetty_tls_app_test: + name: Webmvc Jetty Tls App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webmvc-jetty-tls + task: appTest + webmvc_jetty_tls_native_app_test: + name: Webmvc Jetty Tls Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webmvc-jetty-tls + task: nativeAppTest + expected_to_fail: true diff --git a/.github/workflows/3.4.x-framework-webmvc-jetty.yml b/.github/workflows/3.4.x-framework-webmvc-jetty.yml new file mode 100644 index 00000000..78399d82 --- /dev/null +++ b/.github/workflows/3.4.x-framework-webmvc-jetty.yml @@ -0,0 +1,44 @@ +name: 3.4.x | Framework Smoke Tests | Webmvc Jetty +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + webmvc_jetty_app_test: + name: Webmvc Jetty App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webmvc-jetty + task: appTest + webmvc_jetty_native_app_test: + name: Webmvc Jetty Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webmvc-jetty + task: nativeAppTest + expected_to_fail: true + webmvc_jetty_test: + name: Webmvc Jetty Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webmvc-jetty + task: test + webmvc_jetty_native_test: + name: Webmvc Jetty Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webmvc-jetty + task: nativeTest + expected_to_fail: true diff --git a/.github/workflows/3.4.x-framework-webmvc-scoped-proxy.yml b/.github/workflows/3.4.x-framework-webmvc-scoped-proxy.yml new file mode 100644 index 00000000..aeab31eb --- /dev/null +++ b/.github/workflows/3.4.x-framework-webmvc-scoped-proxy.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Webmvc Scoped Proxy +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + webmvc_scoped_proxy_app_test: + name: Webmvc Scoped Proxy App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webmvc-scoped-proxy + task: appTest + webmvc_scoped_proxy_native_app_test: + name: Webmvc Scoped Proxy Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..be87d374 --- /dev/null +++ b/.github/workflows/3.4.x-framework-webmvc-tomcat-tls.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Webmvc Tomcat Tls +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + webmvc_tomcat_tls_app_test: + name: Webmvc Tomcat Tls App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webmvc-tomcat-tls + task: appTest + webmvc_tomcat_tls_native_app_test: + name: Webmvc Tomcat Tls Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..e43877d3 --- /dev/null +++ b/.github/workflows/3.4.x-framework-webmvc-tomcat.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Framework Smoke Tests | Webmvc Tomcat +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + webmvc_tomcat_app_test: + name: Webmvc Tomcat App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webmvc-tomcat + task: appTest + webmvc_tomcat_native_app_test: + name: Webmvc Tomcat Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webmvc-tomcat + task: nativeAppTest + webmvc_tomcat_test: + name: Webmvc Tomcat Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webmvc-tomcat + task: test + webmvc_tomcat_native_test: + name: Webmvc Tomcat Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..652f19e0 --- /dev/null +++ b/.github/workflows/3.4.x-framework-webmvc-undertow-tls.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Webmvc Undertow Tls +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + webmvc_undertow_tls_app_test: + name: Webmvc Undertow Tls App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webmvc-undertow-tls + task: appTest + webmvc_undertow_tls_native_app_test: + name: Webmvc Undertow Tls Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..213844a0 --- /dev/null +++ b/.github/workflows/3.4.x-framework-webmvc-undertow.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Framework Smoke Tests | Webmvc Undertow +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + webmvc_undertow_app_test: + name: Webmvc Undertow App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webmvc-undertow + task: appTest + webmvc_undertow_native_app_test: + name: Webmvc Undertow Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webmvc-undertow + task: nativeAppTest + webmvc_undertow_test: + name: Webmvc Undertow Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:webmvc-undertow + task: test + webmvc_undertow_native_test: + name: Webmvc Undertow Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..9e8e9503 --- /dev/null +++ b/.github/workflows/3.4.x-framework-websocket-jetty.yml @@ -0,0 +1,25 @@ +name: 3.4.x | Framework Smoke Tests | Websocket Jetty +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + websocket_jetty_app_test: + name: Websocket Jetty App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:websocket-jetty + task: appTest + websocket_jetty_native_app_test: + name: Websocket Jetty Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..6ab3c053 --- /dev/null +++ b/.github/workflows/3.4.x-framework-websocket-stomp.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Websocket Stomp +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + websocket_stomp_app_test: + name: Websocket Stomp App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:websocket-stomp + task: appTest + websocket_stomp_native_app_test: + name: Websocket Stomp Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..29833bc5 --- /dev/null +++ b/.github/workflows/3.4.x-framework-websocket-tomcat.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Websocket Tomcat +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + websocket_tomcat_app_test: + name: Websocket Tomcat App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:websocket-tomcat + task: appTest + websocket_tomcat_native_app_test: + name: Websocket Tomcat Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..adaffa02 --- /dev/null +++ b/.github/workflows/3.4.x-framework-websocket-undertow.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Framework Smoke Tests | Websocket Undertow +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + websocket_undertow_app_test: + name: Websocket Undertow App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: framework:websocket-undertow + task: appTest + websocket_undertow_native_app_test: + name: Websocket Undertow Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..4560c81c --- /dev/null +++ b/.github/workflows/3.4.x-graphql-graphql-webflux-rsocket.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Graphql Smoke Tests | Graphql Webflux Rsocket +on: + schedule: + - cron : '50 0 * * *' + workflow_dispatch: +jobs: + graphql_webflux_rsocket_app_test: + name: Graphql Webflux Rsocket App Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: graphql:graphql-webflux-rsocket + task: appTest + graphql_webflux_rsocket_native_app_test: + name: Graphql Webflux Rsocket Native App Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: graphql:graphql-webflux-rsocket + task: nativeAppTest + graphql_webflux_rsocket_test: + name: Graphql Webflux Rsocket Test + uses: ./.github/workflows/smoke-test-jvm.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.4.x + project: graphql:graphql-webflux-rsocket + task: test + graphql_webflux_rsocket_native_test: + name: Graphql Webflux Rsocket Native Test + uses: ./.github/workflows/smoke-test-native.yml + secrets: inherit + with: + checkout_repository: spring-projects/spring-aot-smoke-tests + checkout_ref: 3.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 new file mode 100644 index 00000000..f7223973 --- /dev/null +++ b/.github/workflows/3.4.x-graphql-graphql-webflux.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Graphql Smoke Tests | Graphql Webflux +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 3.4.x + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..287176a5 --- /dev/null +++ b/.github/workflows/3.4.x-graphql-graphql-webmvc.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Graphql Smoke Tests | Graphql Webmvc +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 3.4.x + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..da0bc534 --- /dev/null +++ b/.github/workflows/3.4.x-integration-integration.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Integration Smoke Tests | Integration +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..dcd10f02 --- /dev/null +++ b/.github/workflows/3.4.x-integration-spring-amqp-rabbit.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Integration Smoke Tests | Spring Amqp Rabbit +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..719102d7 --- /dev/null +++ b/.github/workflows/3.4.x-integration-spring-kafka-avro.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Integration Smoke Tests | Spring Kafka Avro +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..590b3719 --- /dev/null +++ b/.github/workflows/3.4.x-integration-spring-kafka-streams.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Integration Smoke Tests | Spring Kafka Streams +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..80acae0c --- /dev/null +++ b/.github/workflows/3.4.x-integration-spring-kafka.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Integration Smoke Tests | Spring Kafka +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..67412caa --- /dev/null +++ b/.github/workflows/3.4.x-integration-spring-pulsar-reactive.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Integration Smoke Tests | Spring Pulsar Reactive +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..41ce3eb9 --- /dev/null +++ b/.github/workflows/3.4.x-integration-spring-pulsar.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Integration Smoke Tests | Spring Pulsar +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..0673c1ce --- /dev/null +++ b/.github/workflows/3.4.x-security-ldap-odm.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Security Smoke Tests | Ldap Odm +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 3.4.x + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..1e4e220b --- /dev/null +++ b/.github/workflows/3.4.x-security-security-ldap.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Security Smoke Tests | Security Ldap +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 3.4.x + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..8b21e2f4 --- /dev/null +++ b/.github/workflows/3.4.x-security-security-method.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Security Smoke Tests | Security Method +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..5333a4a0 --- /dev/null +++ b/.github/workflows/3.4.x-security-security-oauth2-authorization-server.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Security Smoke Tests | Security Oauth2 Authorization Server +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..60b048bb --- /dev/null +++ b/.github/workflows/3.4.x-security-security-oauth2-resource-server.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Security Smoke Tests | Security Oauth2 Resource Server +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..af84cba4 --- /dev/null +++ b/.github/workflows/3.4.x-security-security-thymeleaf.yml @@ -0,0 +1,42 @@ +name: 3.4.x | Security Smoke Tests | Security Thymeleaf +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 3.4.x + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..f4aa34a4 --- /dev/null +++ b/.github/workflows/3.4.x-security-security-webflux.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Security Smoke Tests | Security Webflux +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..6bda0987 --- /dev/null +++ b/.github/workflows/3.4.x-security-security-webmvc.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Security Smoke Tests | Security Webmvc +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..5e6e65b8 --- /dev/null +++ b/.github/workflows/3.4.x-session-session-jdbc.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Session Smoke Tests | Session Jdbc +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 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 new file mode 100644 index 00000000..e191df11 --- /dev/null +++ b/.github/workflows/3.4.x-session-session-redis-webflux.yml @@ -0,0 +1,24 @@ +name: 3.4.x | Session Smoke Tests | Session Redis Webflux +on: + schedule: + - cron : '50 0 * * *' + 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: 3.4.x + 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: 3.4.x + project: session:session-redis-webflux + task: nativeAppTest diff --git a/build.gradle b/build.gradle index 35ba52f0..30cb5214 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,12 @@ smokeTests { cronSchedule = "30 0 * * *" } '3.3.x' { - branch = 'main' - location = "../main" + location = "../3.3.x" cronSchedule = "40 0 * * *" } + '3.4.x' { + branch = "3.4.x" + location = "../main" + cronSchedule = "50 0 * * *" + } } \ No newline at end of file