diff --git a/.github/workflows/3.0.x-batch-batch.yml b/.github/workflows/3.0.x-batch-batch.yml deleted file mode 100644 index aefe13ea..00000000 --- a/.github/workflows/3.0.x-batch-batch.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Batch Smoke Tests | Batch -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - batch_app_test: - name: Batch App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: batch:batch - task: appTest - batch_native_app_test: - name: Batch Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: batch:batch - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-actuator-webflux-mgmt-port.yml b/.github/workflows/3.0.x-boot-actuator-webflux-mgmt-port.yml deleted file mode 100644 index 19a61926..00000000 --- a/.github/workflows/3.0.x-boot-actuator-webflux-mgmt-port.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Actuator Webflux Mgmt Port -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - actuator_webflux_mgmt_port_app_test: - name: Actuator Webflux Mgmt Port App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:actuator-webflux-mgmt-port - task: appTest - actuator_webflux_mgmt_port_native_app_test: - name: Actuator Webflux Mgmt Port Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:actuator-webflux-mgmt-port - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-actuator-webflux.yml b/.github/workflows/3.0.x-boot-actuator-webflux.yml deleted file mode 100644 index 7ad12149..00000000 --- a/.github/workflows/3.0.x-boot-actuator-webflux.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Actuator Webflux -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - actuator_webflux_app_test: - name: Actuator Webflux App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:actuator-webflux - task: appTest - actuator_webflux_native_app_test: - name: Actuator Webflux Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:actuator-webflux - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-actuator-webmvc-mgmt-port.yml b/.github/workflows/3.0.x-boot-actuator-webmvc-mgmt-port.yml deleted file mode 100644 index c9557102..00000000 --- a/.github/workflows/3.0.x-boot-actuator-webmvc-mgmt-port.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Actuator Webmvc Mgmt Port -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - actuator_webmvc_mgmt_port_app_test: - name: Actuator Webmvc Mgmt Port App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:actuator-webmvc-mgmt-port - task: appTest - actuator_webmvc_mgmt_port_native_app_test: - name: Actuator Webmvc Mgmt Port Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:actuator-webmvc-mgmt-port - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-actuator-webmvc.yml b/.github/workflows/3.0.x-boot-actuator-webmvc.yml deleted file mode 100644 index b7b7c01b..00000000 --- a/.github/workflows/3.0.x-boot-actuator-webmvc.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Actuator Webmvc -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - actuator_webmvc_app_test: - name: Actuator Webmvc App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:actuator-webmvc - task: appTest - actuator_webmvc_native_app_test: - name: Actuator Webmvc Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:actuator-webmvc - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-boot-tcf-mockito.yml b/.github/workflows/3.0.x-boot-boot-tcf-mockito.yml deleted file mode 100644 index 8ce2521a..00000000 --- a/.github/workflows/3.0.x-boot-boot-tcf-mockito.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Boot Tcf Mockito -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - boot_tcf_mockito_test: - name: Boot Tcf Mockito Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:boot-tcf-mockito - task: test - expected_to_fail: true - boot_tcf_mockito_native_test: - name: Boot Tcf Mockito Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:boot-tcf-mockito - task: nativeTest - expected_to_fail: true diff --git a/.github/workflows/3.0.x-boot-boot-tcf.yml b/.github/workflows/3.0.x-boot-boot-tcf.yml deleted file mode 100644 index 187b2ecd..00000000 --- a/.github/workflows/3.0.x-boot-boot-tcf.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Boot Tcf -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - boot_tcf_test: - name: Boot Tcf Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:boot-tcf - task: test - boot_tcf_native_test: - name: Boot Tcf Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:boot-tcf - task: nativeTest diff --git a/.github/workflows/3.0.x-boot-command-line-runner.yml b/.github/workflows/3.0.x-boot-command-line-runner.yml deleted file mode 100644 index 8bd9c5d4..00000000 --- a/.github/workflows/3.0.x-boot-command-line-runner.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Command Line Runner -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - command_line_runner_app_test: - name: Command Line Runner App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:command-line-runner - task: appTest - command_line_runner_native_app_test: - name: Command Line Runner Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:command-line-runner - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-conditional.yml b/.github/workflows/3.0.x-boot-conditional.yml deleted file mode 100644 index 748afbb2..00000000 --- a/.github/workflows/3.0.x-boot-conditional.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Conditional -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - conditional_app_test: - name: Conditional App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:conditional - task: appTest - conditional_native_app_test: - name: Conditional Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:conditional - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-configuration-properties.yml b/.github/workflows/3.0.x-boot-configuration-properties.yml deleted file mode 100644 index 9061cad8..00000000 --- a/.github/workflows/3.0.x-boot-configuration-properties.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Configuration Properties -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - configuration_properties_app_test: - name: Configuration Properties App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:configuration-properties - task: appTest - configuration_properties_native_app_test: - name: Configuration Properties Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:configuration-properties - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-custom-banner.yml b/.github/workflows/3.0.x-boot-custom-banner.yml deleted file mode 100644 index 50a1aadb..00000000 --- a/.github/workflows/3.0.x-boot-custom-banner.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Custom Banner -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - custom_banner_app_test: - name: Custom Banner App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:custom-banner - task: appTest - custom_banner_native_app_test: - name: Custom Banner Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:custom-banner - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-flyway.yml b/.github/workflows/3.0.x-boot-flyway.yml deleted file mode 100644 index 5126f4ec..00000000 --- a/.github/workflows/3.0.x-boot-flyway.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Flyway -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - flyway_app_test: - name: Flyway App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:flyway - task: appTest - flyway_native_app_test: - name: Flyway Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:flyway - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-freemarker-webflux.yml b/.github/workflows/3.0.x-boot-freemarker-webflux.yml deleted file mode 100644 index 22ee7cf2..00000000 --- a/.github/workflows/3.0.x-boot-freemarker-webflux.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Freemarker Webflux -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - freemarker_webflux_app_test: - name: Freemarker Webflux App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:freemarker-webflux - task: appTest - freemarker_webflux_native_app_test: - name: Freemarker Webflux Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:freemarker-webflux - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-freemarker-webmvc.yml b/.github/workflows/3.0.x-boot-freemarker-webmvc.yml deleted file mode 100644 index bb07499f..00000000 --- a/.github/workflows/3.0.x-boot-freemarker-webmvc.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Freemarker Webmvc -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - freemarker_webmvc_app_test: - name: Freemarker Webmvc App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:freemarker-webmvc - task: appTest - freemarker_webmvc_native_app_test: - name: Freemarker Webmvc Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:freemarker-webmvc - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-json.yml b/.github/workflows/3.0.x-boot-json.yml deleted file mode 100644 index bd3f8fe4..00000000 --- a/.github/workflows/3.0.x-boot-json.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Json -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - json_app_test: - name: Json App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:json - task: appTest - json_native_app_test: - name: Json Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:json - task: nativeAppTest - json_test: - name: Json Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:json - task: test - json_native_test: - name: Json Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:json - task: nativeTest diff --git a/.github/workflows/3.0.x-boot-liquibase.yml b/.github/workflows/3.0.x-boot-liquibase.yml deleted file mode 100644 index 3073e4fb..00000000 --- a/.github/workflows/3.0.x-boot-liquibase.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Liquibase -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - liquibase_app_test: - name: Liquibase App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:liquibase - task: appTest - liquibase_native_app_test: - name: Liquibase Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:liquibase - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-logging-logback-spring-xml.yml b/.github/workflows/3.0.x-boot-logging-logback-spring-xml.yml deleted file mode 100644 index 69639507..00000000 --- a/.github/workflows/3.0.x-boot-logging-logback-spring-xml.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Logging Logback Spring Xml -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - logging_logback_spring_xml_app_test: - name: Logging Logback Spring Xml App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:logging-logback-spring-xml - task: appTest - logging_logback_spring_xml_native_app_test: - name: Logging Logback Spring Xml Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:logging-logback-spring-xml - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-logging-logback-xml.yml b/.github/workflows/3.0.x-boot-logging-logback-xml.yml deleted file mode 100644 index 7f24cc78..00000000 --- a/.github/workflows/3.0.x-boot-logging-logback-xml.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Logging Logback Xml -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - logging_logback_xml_app_test: - name: Logging Logback Xml App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:logging-logback-xml - task: appTest - logging_logback_xml_native_app_test: - name: Logging Logback Xml Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:logging-logback-xml - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-logging-logback.yml b/.github/workflows/3.0.x-boot-logging-logback.yml deleted file mode 100644 index 7efaff07..00000000 --- a/.github/workflows/3.0.x-boot-logging-logback.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Logging Logback -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - logging_logback_app_test: - name: Logging Logback App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:logging-logback - task: appTest - logging_logback_native_app_test: - name: Logging Logback Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:logging-logback - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-mustache-webflux.yml b/.github/workflows/3.0.x-boot-mustache-webflux.yml deleted file mode 100644 index c6052227..00000000 --- a/.github/workflows/3.0.x-boot-mustache-webflux.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Mustache Webflux -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - mustache_webflux_app_test: - name: Mustache Webflux App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:mustache-webflux - task: appTest - mustache_webflux_native_app_test: - name: Mustache Webflux Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:mustache-webflux - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-mustache-webmvc.yml b/.github/workflows/3.0.x-boot-mustache-webmvc.yml deleted file mode 100644 index e68d51d2..00000000 --- a/.github/workflows/3.0.x-boot-mustache-webmvc.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Mustache Webmvc -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - mustache_webmvc_app_test: - name: Mustache Webmvc App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:mustache-webmvc - task: appTest - mustache_webmvc_native_app_test: - name: Mustache Webmvc Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:mustache-webmvc - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-servlet-component-scan.yml b/.github/workflows/3.0.x-boot-servlet-component-scan.yml deleted file mode 100644 index a8bfbb39..00000000 --- a/.github/workflows/3.0.x-boot-servlet-component-scan.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Servlet Component Scan -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - servlet_component_scan_app_test: - name: Servlet Component Scan App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:servlet-component-scan - task: appTest - servlet_component_scan_native_app_test: - name: Servlet Component Scan Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:servlet-component-scan - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-servlet-jetty.yml b/.github/workflows/3.0.x-boot-servlet-jetty.yml deleted file mode 100644 index 998a3759..00000000 --- a/.github/workflows/3.0.x-boot-servlet-jetty.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Servlet Jetty -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - servlet_jetty_app_test: - name: Servlet Jetty App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:servlet-jetty - task: appTest - servlet_jetty_native_app_test: - name: Servlet Jetty Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:servlet-jetty - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-servlet-tomcat.yml b/.github/workflows/3.0.x-boot-servlet-tomcat.yml deleted file mode 100644 index 1d64f9f1..00000000 --- a/.github/workflows/3.0.x-boot-servlet-tomcat.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Servlet Tomcat -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - servlet_tomcat_app_test: - name: Servlet Tomcat App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:servlet-tomcat - task: appTest - servlet_tomcat_native_app_test: - name: Servlet Tomcat Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:servlet-tomcat - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-servlet-undertow.yml b/.github/workflows/3.0.x-boot-servlet-undertow.yml deleted file mode 100644 index f92ae4da..00000000 --- a/.github/workflows/3.0.x-boot-servlet-undertow.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Servlet Undertow -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - servlet_undertow_app_test: - name: Servlet Undertow App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:servlet-undertow - task: appTest - servlet_undertow_native_app_test: - name: Servlet Undertow Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:servlet-undertow - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-thymeleaf-webflux.yml b/.github/workflows/3.0.x-boot-thymeleaf-webflux.yml deleted file mode 100644 index a71f77ef..00000000 --- a/.github/workflows/3.0.x-boot-thymeleaf-webflux.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Thymeleaf Webflux -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - thymeleaf_webflux_app_test: - name: Thymeleaf Webflux App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:thymeleaf-webflux - task: appTest - thymeleaf_webflux_native_app_test: - name: Thymeleaf Webflux Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:thymeleaf-webflux - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-thymeleaf-webmvc.yml b/.github/workflows/3.0.x-boot-thymeleaf-webmvc.yml deleted file mode 100644 index 9ad7f51f..00000000 --- a/.github/workflows/3.0.x-boot-thymeleaf-webmvc.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Thymeleaf Webmvc -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - thymeleaf_webmvc_app_test: - name: Thymeleaf Webmvc App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:thymeleaf-webmvc - task: appTest - thymeleaf_webmvc_native_app_test: - name: Thymeleaf Webmvc Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:thymeleaf-webmvc - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-tracing-brave-zipkin.yml b/.github/workflows/3.0.x-boot-tracing-brave-zipkin.yml deleted file mode 100644 index a955e0b1..00000000 --- a/.github/workflows/3.0.x-boot-tracing-brave-zipkin.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Tracing Brave Zipkin -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - tracing_brave_zipkin_app_test: - name: Tracing Brave Zipkin App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:tracing-brave-zipkin - task: appTest - tracing_brave_zipkin_native_app_test: - name: Tracing Brave Zipkin Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:tracing-brave-zipkin - task: nativeAppTest diff --git a/.github/workflows/3.0.x-boot-xml-config.yml b/.github/workflows/3.0.x-boot-xml-config.yml deleted file mode 100644 index 36bf6f4a..00000000 --- a/.github/workflows/3.0.x-boot-xml-config.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Boot Smoke Tests | Xml Config -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - xml_config_app_test: - name: Xml Config App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:xml-config - task: appTest - xml_config_native_app_test: - name: Xml Config Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: boot:xml-config - task: nativeAppTest diff --git a/.github/workflows/3.0.x-cloud-cloud-config-client.yml b/.github/workflows/3.0.x-cloud-cloud-config-client.yml deleted file mode 100644 index 1a5eed4b..00000000 --- a/.github/workflows/3.0.x-cloud-cloud-config-client.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Cloud Smoke Tests | Cloud Config Client -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cloud_config_client_app_test: - name: Cloud Config Client App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-config-client - task: appTest - cloud_config_client_native_app_test: - name: Cloud Config Client Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-config-client - task: nativeAppTest diff --git a/.github/workflows/3.0.x-cloud-cloud-discovery-consul.yml b/.github/workflows/3.0.x-cloud-cloud-discovery-consul.yml deleted file mode 100644 index 872d46d2..00000000 --- a/.github/workflows/3.0.x-cloud-cloud-discovery-consul.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Cloud Smoke Tests | Cloud Discovery Consul -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cloud_discovery_consul_app_test: - name: Cloud Discovery Consul App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-discovery-consul - task: appTest - cloud_discovery_consul_native_app_test: - name: Cloud Discovery Consul Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-discovery-consul - task: nativeAppTest diff --git a/.github/workflows/3.0.x-cloud-cloud-discovery-eureka.yml b/.github/workflows/3.0.x-cloud-cloud-discovery-eureka.yml deleted file mode 100644 index 77b5d191..00000000 --- a/.github/workflows/3.0.x-cloud-cloud-discovery-eureka.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Cloud Smoke Tests | Cloud Discovery Eureka -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cloud_discovery_eureka_app_test: - name: Cloud Discovery Eureka App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-discovery-eureka - task: appTest - cloud_discovery_eureka_native_app_test: - name: Cloud Discovery Eureka Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-discovery-eureka - task: nativeAppTest diff --git a/.github/workflows/3.0.x-cloud-cloud-discovery-zookeeper.yml b/.github/workflows/3.0.x-cloud-cloud-discovery-zookeeper.yml deleted file mode 100644 index af21bba0..00000000 --- a/.github/workflows/3.0.x-cloud-cloud-discovery-zookeeper.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Cloud Smoke Tests | Cloud Discovery Zookeeper -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cloud_discovery_zookeeper_app_test: - name: Cloud Discovery Zookeeper App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-discovery-zookeeper - task: appTest - cloud_discovery_zookeeper_native_app_test: - name: Cloud Discovery Zookeeper Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-discovery-zookeeper - task: nativeAppTest diff --git a/.github/workflows/3.0.x-cloud-cloud-function-web.yml b/.github/workflows/3.0.x-cloud-cloud-function-web.yml deleted file mode 100644 index 5c42f0d1..00000000 --- a/.github/workflows/3.0.x-cloud-cloud-function-web.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Cloud Smoke Tests | Cloud Function Web -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cloud_function_web_app_test: - name: Cloud Function Web App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-function-web - task: appTest - cloud_function_web_native_app_test: - name: Cloud Function Web Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-function-web - task: nativeAppTest diff --git a/.github/workflows/3.0.x-cloud-cloud-function-webflux.yml b/.github/workflows/3.0.x-cloud-cloud-function-webflux.yml deleted file mode 100644 index 3f305f35..00000000 --- a/.github/workflows/3.0.x-cloud-cloud-function-webflux.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Cloud Smoke Tests | Cloud Function Webflux -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cloud_function_webflux_app_test: - name: Cloud Function Webflux App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-function-webflux - task: appTest - cloud_function_webflux_native_app_test: - name: Cloud Function Webflux Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-function-webflux - task: nativeAppTest diff --git a/.github/workflows/3.0.x-cloud-cloud-gateway.yml b/.github/workflows/3.0.x-cloud-cloud-gateway.yml deleted file mode 100644 index d6d43e2b..00000000 --- a/.github/workflows/3.0.x-cloud-cloud-gateway.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Cloud Smoke Tests | Cloud Gateway -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cloud_gateway_app_test: - name: Cloud Gateway App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-gateway - task: appTest - cloud_gateway_native_app_test: - name: Cloud Gateway Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-gateway - task: nativeAppTest diff --git a/.github/workflows/3.0.x-cloud-cloud-loadbalancing-web.yml b/.github/workflows/3.0.x-cloud-cloud-loadbalancing-web.yml deleted file mode 100644 index f7de85b0..00000000 --- a/.github/workflows/3.0.x-cloud-cloud-loadbalancing-web.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Cloud Smoke Tests | Cloud Loadbalancing Web -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cloud_loadbalancing_web_app_test: - name: Cloud Loadbalancing Web App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-loadbalancing-web - task: appTest - cloud_loadbalancing_web_native_app_test: - name: Cloud Loadbalancing Web Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-loadbalancing-web - task: nativeAppTest diff --git a/.github/workflows/3.0.x-cloud-cloud-loadbalancing-webflux.yml b/.github/workflows/3.0.x-cloud-cloud-loadbalancing-webflux.yml deleted file mode 100644 index 6aa82ed5..00000000 --- a/.github/workflows/3.0.x-cloud-cloud-loadbalancing-webflux.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Cloud Smoke Tests | Cloud Loadbalancing Webflux -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cloud_loadbalancing_webflux_app_test: - name: Cloud Loadbalancing Webflux App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-loadbalancing-webflux - task: appTest - cloud_loadbalancing_webflux_native_app_test: - name: Cloud Loadbalancing Webflux Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-loadbalancing-webflux - task: nativeAppTest diff --git a/.github/workflows/3.0.x-cloud-cloud-openfeign.yml b/.github/workflows/3.0.x-cloud-cloud-openfeign.yml deleted file mode 100644 index 7df28e99..00000000 --- a/.github/workflows/3.0.x-cloud-cloud-openfeign.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Cloud Smoke Tests | Cloud Openfeign -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cloud_openfeign_app_test: - name: Cloud Openfeign App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-openfeign - task: appTest - cloud_openfeign_native_app_test: - name: Cloud Openfeign Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-openfeign - task: nativeAppTest diff --git a/.github/workflows/3.0.x-cloud-cloud-stream-kafka.yml b/.github/workflows/3.0.x-cloud-cloud-stream-kafka.yml deleted file mode 100644 index d90f91bd..00000000 --- a/.github/workflows/3.0.x-cloud-cloud-stream-kafka.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Cloud Smoke Tests | Cloud Stream Kafka -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cloud_stream_kafka_app_test: - name: Cloud Stream Kafka App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-stream-kafka - task: appTest - cloud_stream_kafka_native_app_test: - name: Cloud Stream Kafka Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-stream-kafka - task: nativeAppTest diff --git a/.github/workflows/3.0.x-cloud-cloud-stream-rabbit.yml b/.github/workflows/3.0.x-cloud-cloud-stream-rabbit.yml deleted file mode 100644 index c2697af5..00000000 --- a/.github/workflows/3.0.x-cloud-cloud-stream-rabbit.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Cloud Smoke Tests | Cloud Stream Rabbit -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cloud_stream_rabbit_app_test: - name: Cloud Stream Rabbit App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-stream-rabbit - task: appTest - cloud_stream_rabbit_native_app_test: - name: Cloud Stream Rabbit Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-stream-rabbit - task: nativeAppTest diff --git a/.github/workflows/3.0.x-cloud-cloud-task.yml b/.github/workflows/3.0.x-cloud-cloud-task.yml deleted file mode 100644 index 74d7b489..00000000 --- a/.github/workflows/3.0.x-cloud-cloud-task.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Cloud Smoke Tests | Cloud Task -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cloud_task_app_test: - name: Cloud Task App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-task - task: appTest - cloud_task_native_app_test: - name: Cloud Task Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: cloud:cloud-task - task: nativeAppTest diff --git a/.github/workflows/3.0.x-data-data-cassandra-reactive.yml b/.github/workflows/3.0.x-data-data-cassandra-reactive.yml deleted file mode 100644 index 2fb763b8..00000000 --- a/.github/workflows/3.0.x-data-data-cassandra-reactive.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Data Cassandra Reactive -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - data_cassandra_reactive_app_test: - name: Data Cassandra Reactive App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-cassandra-reactive - task: appTest - data_cassandra_reactive_native_app_test: - name: Data Cassandra Reactive Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-cassandra-reactive - task: nativeAppTest diff --git a/.github/workflows/3.0.x-data-data-cassandra.yml b/.github/workflows/3.0.x-data-data-cassandra.yml deleted file mode 100644 index e0081002..00000000 --- a/.github/workflows/3.0.x-data-data-cassandra.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Data Cassandra -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - data_cassandra_app_test: - name: Data Cassandra App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-cassandra - task: appTest - data_cassandra_native_app_test: - name: Data Cassandra Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-cassandra - task: nativeAppTest diff --git a/.github/workflows/3.0.x-data-data-jdbc-h2-kotlin.yml b/.github/workflows/3.0.x-data-data-jdbc-h2-kotlin.yml deleted file mode 100644 index 0bf127fb..00000000 --- a/.github/workflows/3.0.x-data-data-jdbc-h2-kotlin.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Data Jdbc H2 Kotlin -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - data_jdbc_h2_kotlin_app_test: - name: Data Jdbc H2 Kotlin App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jdbc-h2-kotlin - task: appTest - data_jdbc_h2_kotlin_native_app_test: - name: Data Jdbc H2 Kotlin Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jdbc-h2-kotlin - task: nativeAppTest - data_jdbc_h2_kotlin_test: - name: Data Jdbc H2 Kotlin Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jdbc-h2-kotlin - task: test - data_jdbc_h2_kotlin_native_test: - name: Data Jdbc H2 Kotlin Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jdbc-h2-kotlin - task: nativeTest diff --git a/.github/workflows/3.0.x-data-data-jdbc-h2.yml b/.github/workflows/3.0.x-data-data-jdbc-h2.yml deleted file mode 100644 index 5a59e341..00000000 --- a/.github/workflows/3.0.x-data-data-jdbc-h2.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Data Jdbc H2 -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - data_jdbc_h2_app_test: - name: Data Jdbc H2 App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jdbc-h2 - task: appTest - data_jdbc_h2_native_app_test: - name: Data Jdbc H2 Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jdbc-h2 - task: nativeAppTest - data_jdbc_h2_test: - name: Data Jdbc H2 Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jdbc-h2 - task: test - data_jdbc_h2_native_test: - name: Data Jdbc H2 Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jdbc-h2 - task: nativeTest diff --git a/.github/workflows/3.0.x-data-data-jdbc-postgresql.yml b/.github/workflows/3.0.x-data-data-jdbc-postgresql.yml deleted file mode 100644 index 2af0dff1..00000000 --- a/.github/workflows/3.0.x-data-data-jdbc-postgresql.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Data Jdbc Postgresql -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - data_jdbc_postgresql_app_test: - name: Data Jdbc Postgresql App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jdbc-postgresql - task: appTest - data_jdbc_postgresql_native_app_test: - name: Data Jdbc Postgresql Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jdbc-postgresql - task: nativeAppTest diff --git a/.github/workflows/3.0.x-data-data-jpa-entityscan.yml b/.github/workflows/3.0.x-data-data-jpa-entityscan.yml deleted file mode 100644 index 3d3aec13..00000000 --- a/.github/workflows/3.0.x-data-data-jpa-entityscan.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Data Jpa Entityscan -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - data_jpa_entityscan_app_test: - name: Data Jpa Entityscan App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jpa-entityscan - task: appTest - data_jpa_entityscan_native_app_test: - name: Data Jpa Entityscan Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jpa-entityscan - task: nativeAppTest - data_jpa_entityscan_test: - name: Data Jpa Entityscan Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jpa-entityscan - task: test - data_jpa_entityscan_native_test: - name: Data Jpa Entityscan Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jpa-entityscan - task: nativeTest diff --git a/.github/workflows/3.0.x-data-data-jpa-kotlin.yml b/.github/workflows/3.0.x-data-data-jpa-kotlin.yml deleted file mode 100644 index 3f329d09..00000000 --- a/.github/workflows/3.0.x-data-data-jpa-kotlin.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Data Jpa Kotlin -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - data_jpa_kotlin_app_test: - name: Data Jpa Kotlin App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jpa-kotlin - task: appTest - data_jpa_kotlin_native_app_test: - name: Data Jpa Kotlin Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jpa-kotlin - task: nativeAppTest diff --git a/.github/workflows/3.0.x-data-data-jpa.yml b/.github/workflows/3.0.x-data-data-jpa.yml deleted file mode 100644 index f40d9060..00000000 --- a/.github/workflows/3.0.x-data-data-jpa.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Data Jpa -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - data_jpa_app_test: - name: Data Jpa App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jpa - task: appTest - data_jpa_native_app_test: - name: Data Jpa Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jpa - task: nativeAppTest - data_jpa_test: - name: Data Jpa Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jpa - task: test - data_jpa_native_test: - name: Data Jpa Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-jpa - task: nativeTest diff --git a/.github/workflows/3.0.x-data-data-mongodb-reactive.yml b/.github/workflows/3.0.x-data-data-mongodb-reactive.yml deleted file mode 100644 index f3b797ec..00000000 --- a/.github/workflows/3.0.x-data-data-mongodb-reactive.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Data Mongodb Reactive -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - data_mongodb_reactive_app_test: - name: Data Mongodb Reactive App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-mongodb-reactive - task: appTest - data_mongodb_reactive_native_app_test: - name: Data Mongodb Reactive Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-mongodb-reactive - task: nativeAppTest diff --git a/.github/workflows/3.0.x-data-data-mongodb.yml b/.github/workflows/3.0.x-data-data-mongodb.yml deleted file mode 100644 index 462248c4..00000000 --- a/.github/workflows/3.0.x-data-data-mongodb.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Data Mongodb -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - data_mongodb_app_test: - name: Data Mongodb App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-mongodb - task: appTest - data_mongodb_native_app_test: - name: Data Mongodb Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-mongodb - task: nativeAppTest diff --git a/.github/workflows/3.0.x-data-data-neo4j.yml b/.github/workflows/3.0.x-data-data-neo4j.yml deleted file mode 100644 index c7ae0d30..00000000 --- a/.github/workflows/3.0.x-data-data-neo4j.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Data Neo4j -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - data_neo4j_app_test: - name: Data Neo4j App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-neo4j - task: appTest - data_neo4j_native_app_test: - name: Data Neo4j Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-neo4j - task: nativeAppTest diff --git a/.github/workflows/3.0.x-data-data-r2dbc.yml b/.github/workflows/3.0.x-data-data-r2dbc.yml deleted file mode 100644 index b94fe4ae..00000000 --- a/.github/workflows/3.0.x-data-data-r2dbc.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Data R2dbc -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - data_r2dbc_app_test: - name: Data R2dbc App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-r2dbc - task: appTest - data_r2dbc_native_app_test: - name: Data R2dbc Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-r2dbc - task: nativeAppTest diff --git a/.github/workflows/3.0.x-data-data-redis-reactive.yml b/.github/workflows/3.0.x-data-data-redis-reactive.yml deleted file mode 100644 index a7de883b..00000000 --- a/.github/workflows/3.0.x-data-data-redis-reactive.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Data Redis Reactive -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - data_redis_reactive_app_test: - name: Data Redis Reactive App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-redis-reactive - task: appTest - data_redis_reactive_native_app_test: - name: Data Redis Reactive Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-redis-reactive - task: nativeAppTest diff --git a/.github/workflows/3.0.x-data-data-redis.yml b/.github/workflows/3.0.x-data-data-redis.yml deleted file mode 100644 index 83a18c64..00000000 --- a/.github/workflows/3.0.x-data-data-redis.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Data Redis -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - data_redis_app_test: - name: Data Redis App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-redis - task: appTest - data_redis_native_app_test: - name: Data Redis Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-redis - task: nativeAppTest diff --git a/.github/workflows/3.0.x-data-data-rest-mongodb.yml b/.github/workflows/3.0.x-data-data-rest-mongodb.yml deleted file mode 100644 index 7b22e7b5..00000000 --- a/.github/workflows/3.0.x-data-data-rest-mongodb.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Data Rest Mongodb -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - data_rest_mongodb_app_test: - name: Data Rest Mongodb App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-rest-mongodb - task: appTest - data_rest_mongodb_native_app_test: - name: Data Rest Mongodb Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:data-rest-mongodb - task: nativeAppTest diff --git a/.github/workflows/3.0.x-data-hateoas.yml b/.github/workflows/3.0.x-data-hateoas.yml deleted file mode 100644 index d3f7bf4a..00000000 --- a/.github/workflows/3.0.x-data-hateoas.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Data Smoke Tests | Hateoas -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - hateoas_app_test: - name: Hateoas App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:hateoas - task: appTest - hateoas_native_app_test: - name: Hateoas Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: data:hateoas - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-aspect.yml b/.github/workflows/3.0.x-framework-aspect.yml deleted file mode 100644 index da0bddc5..00000000 --- a/.github/workflows/3.0.x-framework-aspect.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Aspect -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - aspect_app_test: - name: Aspect App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:aspect - task: appTest - aspect_native_app_test: - name: Aspect Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:aspect - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-async.yml b/.github/workflows/3.0.x-framework-async.yml deleted file mode 100644 index 486fca7c..00000000 --- a/.github/workflows/3.0.x-framework-async.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Async -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - async_app_test: - name: Async App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:async - task: appTest - async_native_app_test: - name: Async Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:async - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-cache-caffeine.yml b/.github/workflows/3.0.x-framework-cache-caffeine.yml deleted file mode 100644 index 8241bb57..00000000 --- a/.github/workflows/3.0.x-framework-cache-caffeine.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Cache Caffeine -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cache_caffeine_app_test: - name: Cache Caffeine App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:cache-caffeine - task: appTest - cache_caffeine_native_app_test: - name: Cache Caffeine Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:cache-caffeine - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-cache-redis.yml b/.github/workflows/3.0.x-framework-cache-redis.yml deleted file mode 100644 index 24824149..00000000 --- a/.github/workflows/3.0.x-framework-cache-redis.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Cache Redis -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cache_redis_app_test: - name: Cache Redis App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:cache-redis - task: appTest - cache_redis_native_app_test: - name: Cache Redis Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:cache-redis - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-cache-simple-jdk-proxy.yml b/.github/workflows/3.0.x-framework-cache-simple-jdk-proxy.yml deleted file mode 100644 index 1a011dab..00000000 --- a/.github/workflows/3.0.x-framework-cache-simple-jdk-proxy.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Cache Simple Jdk Proxy -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cache_simple_jdk_proxy_app_test: - name: Cache Simple Jdk Proxy App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:cache-simple-jdk-proxy - task: appTest - cache_simple_jdk_proxy_native_app_test: - name: Cache Simple Jdk Proxy Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:cache-simple-jdk-proxy - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-cache-simple.yml b/.github/workflows/3.0.x-framework-cache-simple.yml deleted file mode 100644 index 0c1922b6..00000000 --- a/.github/workflows/3.0.x-framework-cache-simple.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Cache Simple -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - cache_simple_app_test: - name: Cache Simple App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:cache-simple - task: appTest - cache_simple_native_app_test: - name: Cache Simple Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:cache-simple - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-configuration-class-proxy.yml b/.github/workflows/3.0.x-framework-configuration-class-proxy.yml deleted file mode 100644 index ab8a9cdc..00000000 --- a/.github/workflows/3.0.x-framework-configuration-class-proxy.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Configuration Class Proxy -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - configuration_class_proxy_app_test: - name: Configuration Class Proxy App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:configuration-class-proxy - task: appTest - configuration_class_proxy_native_app_test: - name: Configuration Class Proxy Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:configuration-class-proxy - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-event-listener.yml b/.github/workflows/3.0.x-framework-event-listener.yml deleted file mode 100644 index 72172d87..00000000 --- a/.github/workflows/3.0.x-framework-event-listener.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Event Listener -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - event_listener_app_test: - name: Event Listener App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:event-listener - task: appTest - event_listener_native_app_test: - name: Event Listener Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:event-listener - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-hibernate-enhancer.yml b/.github/workflows/3.0.x-framework-hibernate-enhancer.yml deleted file mode 100644 index 43b35e2d..00000000 --- a/.github/workflows/3.0.x-framework-hibernate-enhancer.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Hibernate Enhancer -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - hibernate_enhancer_app_test: - name: Hibernate Enhancer App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:hibernate-enhancer - task: appTest - hibernate_enhancer_native_app_test: - name: Hibernate Enhancer Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:hibernate-enhancer - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-hibernate.yml b/.github/workflows/3.0.x-framework-hibernate.yml deleted file mode 100644 index 7ec5647e..00000000 --- a/.github/workflows/3.0.x-framework-hibernate.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Hibernate -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - hibernate_app_test: - name: Hibernate App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:hibernate - task: appTest - hibernate_native_app_test: - name: Hibernate Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:hibernate - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-jdbc-h2.yml b/.github/workflows/3.0.x-framework-jdbc-h2.yml deleted file mode 100644 index 568f1128..00000000 --- a/.github/workflows/3.0.x-framework-jdbc-h2.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Jdbc H2 -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - jdbc_h2_app_test: - name: Jdbc H2 App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:jdbc-h2 - task: appTest - jdbc_h2_native_app_test: - name: Jdbc H2 Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:jdbc-h2 - task: nativeAppTest - jdbc_h2_test: - name: Jdbc H2 Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:jdbc-h2 - task: test - jdbc_h2_native_test: - name: Jdbc H2 Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:jdbc-h2 - task: nativeTest diff --git a/.github/workflows/3.0.x-framework-jdbc-mariadb.yml b/.github/workflows/3.0.x-framework-jdbc-mariadb.yml deleted file mode 100644 index 0dbde411..00000000 --- a/.github/workflows/3.0.x-framework-jdbc-mariadb.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Jdbc Mariadb -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - jdbc_mariadb_app_test: - name: Jdbc Mariadb App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:jdbc-mariadb - task: appTest - jdbc_mariadb_native_app_test: - name: Jdbc Mariadb Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:jdbc-mariadb - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-jdbc-mysql.yml b/.github/workflows/3.0.x-framework-jdbc-mysql.yml deleted file mode 100644 index dc76af5c..00000000 --- a/.github/workflows/3.0.x-framework-jdbc-mysql.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Jdbc Mysql -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - jdbc_mysql_app_test: - name: Jdbc Mysql App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:jdbc-mysql - task: appTest - jdbc_mysql_native_app_test: - name: Jdbc Mysql Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:jdbc-mysql - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-jdbc-postgresql.yml b/.github/workflows/3.0.x-framework-jdbc-postgresql.yml deleted file mode 100644 index 17ff36f8..00000000 --- a/.github/workflows/3.0.x-framework-jdbc-postgresql.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Jdbc Postgresql -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - jdbc_postgresql_app_test: - name: Jdbc Postgresql App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:jdbc-postgresql - task: appTest - jdbc_postgresql_native_app_test: - name: Jdbc Postgresql Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:jdbc-postgresql - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-kotlin-functional.yml b/.github/workflows/3.0.x-framework-kotlin-functional.yml deleted file mode 100644 index 4dee38d0..00000000 --- a/.github/workflows/3.0.x-framework-kotlin-functional.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Kotlin Functional -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - kotlin_functional_app_test: - name: Kotlin Functional App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:kotlin-functional - task: appTest - kotlin_functional_native_app_test: - name: Kotlin Functional Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:kotlin-functional - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-mail.yml b/.github/workflows/3.0.x-framework-mail.yml deleted file mode 100644 index 8affef54..00000000 --- a/.github/workflows/3.0.x-framework-mail.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Mail -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - mail_app_test: - name: Mail App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:mail - task: appTest - mail_native_app_test: - name: Mail Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:mail - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-order.yml b/.github/workflows/3.0.x-framework-order.yml deleted file mode 100644 index bb0ae878..00000000 --- a/.github/workflows/3.0.x-framework-order.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Order -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - order_app_test: - name: Order App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:order - task: appTest - order_native_app_test: - name: Order Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:order - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-quartz.yml b/.github/workflows/3.0.x-framework-quartz.yml deleted file mode 100644 index 02005add..00000000 --- a/.github/workflows/3.0.x-framework-quartz.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Quartz -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - quartz_app_test: - name: Quartz App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:quartz - task: appTest - quartz_native_app_test: - name: Quartz Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:quartz - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-rest-template.yml b/.github/workflows/3.0.x-framework-rest-template.yml deleted file mode 100644 index b528717a..00000000 --- a/.github/workflows/3.0.x-framework-rest-template.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Rest Template -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - rest_template_app_test: - name: Rest Template App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:rest-template - task: appTest - rest_template_native_app_test: - name: Rest Template Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:rest-template - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-rsocket.yml b/.github/workflows/3.0.x-framework-rsocket.yml deleted file mode 100644 index eb204046..00000000 --- a/.github/workflows/3.0.x-framework-rsocket.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Rsocket -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - rsocket_app_test: - name: Rsocket App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:rsocket - task: appTest - rsocket_native_app_test: - name: Rsocket Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:rsocket - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-scheduled.yml b/.github/workflows/3.0.x-framework-scheduled.yml deleted file mode 100644 index a5d64268..00000000 --- a/.github/workflows/3.0.x-framework-scheduled.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Scheduled -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - scheduled_app_test: - name: Scheduled App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:scheduled - task: appTest - scheduled_native_app_test: - name: Scheduled Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:scheduled - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-tcf.yml b/.github/workflows/3.0.x-framework-tcf.yml deleted file mode 100644 index d921a159..00000000 --- a/.github/workflows/3.0.x-framework-tcf.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Tcf -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - tcf_test: - name: Tcf Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:tcf - task: test - tcf_native_test: - name: Tcf Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:tcf - task: nativeTest diff --git a/.github/workflows/3.0.x-framework-transactional-event-listener.yml b/.github/workflows/3.0.x-framework-transactional-event-listener.yml deleted file mode 100644 index 4169de48..00000000 --- a/.github/workflows/3.0.x-framework-transactional-event-listener.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Transactional Event Listener -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - transactional_event_listener_app_test: - name: Transactional Event Listener App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:transactional-event-listener - task: appTest - transactional_event_listener_native_app_test: - name: Transactional Event Listener Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:transactional-event-listener - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-transactional.yml b/.github/workflows/3.0.x-framework-transactional.yml deleted file mode 100644 index f58364bd..00000000 --- a/.github/workflows/3.0.x-framework-transactional.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Transactional -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - transactional_app_test: - name: Transactional App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:transactional - task: appTest - transactional_native_app_test: - name: Transactional Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:transactional - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-validation.yml b/.github/workflows/3.0.x-framework-validation.yml deleted file mode 100644 index ba93631b..00000000 --- a/.github/workflows/3.0.x-framework-validation.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Validation -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - validation_app_test: - name: Validation App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:validation - task: appTest - validation_native_app_test: - name: Validation Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:validation - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-webclient.yml b/.github/workflows/3.0.x-framework-webclient.yml deleted file mode 100644 index f2954ed6..00000000 --- a/.github/workflows/3.0.x-framework-webclient.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Webclient -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - webclient_app_test: - name: Webclient App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webclient - task: appTest - webclient_native_app_test: - name: Webclient Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webclient - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-webflux-jetty.yml b/.github/workflows/3.0.x-framework-webflux-jetty.yml deleted file mode 100644 index 4a2f9c9e..00000000 --- a/.github/workflows/3.0.x-framework-webflux-jetty.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Webflux Jetty -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - webflux_jetty_app_test: - name: Webflux Jetty App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webflux-jetty - task: appTest - webflux_jetty_native_app_test: - name: Webflux Jetty Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webflux-jetty - task: nativeAppTest - webflux_jetty_test: - name: Webflux Jetty Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webflux-jetty - task: test - webflux_jetty_native_test: - name: Webflux Jetty Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webflux-jetty - task: nativeTest diff --git a/.github/workflows/3.0.x-framework-webflux-netty-tls.yml b/.github/workflows/3.0.x-framework-webflux-netty-tls.yml deleted file mode 100644 index ac574809..00000000 --- a/.github/workflows/3.0.x-framework-webflux-netty-tls.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Webflux Netty Tls -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - webflux_netty_tls_app_test: - name: Webflux Netty Tls App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webflux-netty-tls - task: appTest - webflux_netty_tls_native_app_test: - name: Webflux Netty Tls Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webflux-netty-tls - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-webflux-netty.yml b/.github/workflows/3.0.x-framework-webflux-netty.yml deleted file mode 100644 index 8a49ebfb..00000000 --- a/.github/workflows/3.0.x-framework-webflux-netty.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Webflux Netty -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - webflux_netty_app_test: - name: Webflux Netty App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webflux-netty - task: appTest - webflux_netty_native_app_test: - name: Webflux Netty Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webflux-netty - task: nativeAppTest - webflux_netty_test: - name: Webflux Netty Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webflux-netty - task: test - webflux_netty_native_test: - name: Webflux Netty Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webflux-netty - task: nativeTest diff --git a/.github/workflows/3.0.x-framework-webflux-undertow.yml b/.github/workflows/3.0.x-framework-webflux-undertow.yml deleted file mode 100644 index c2c74cd1..00000000 --- a/.github/workflows/3.0.x-framework-webflux-undertow.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Webflux Undertow -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - webflux_undertow_app_test: - name: Webflux Undertow App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webflux-undertow - task: appTest - webflux_undertow_native_app_test: - name: Webflux Undertow Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webflux-undertow - task: nativeAppTest - webflux_undertow_test: - name: Webflux Undertow Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webflux-undertow - task: test - webflux_undertow_native_test: - name: Webflux Undertow Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webflux-undertow - task: nativeTest diff --git a/.github/workflows/3.0.x-framework-webmvc-jetty-tls.yml b/.github/workflows/3.0.x-framework-webmvc-jetty-tls.yml deleted file mode 100644 index 6d749215..00000000 --- a/.github/workflows/3.0.x-framework-webmvc-jetty-tls.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Webmvc Jetty Tls -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - webmvc_jetty_tls_app_test: - name: Webmvc Jetty Tls App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-jetty-tls - task: appTest - webmvc_jetty_tls_native_app_test: - name: Webmvc Jetty Tls Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-jetty-tls - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-webmvc-jetty.yml b/.github/workflows/3.0.x-framework-webmvc-jetty.yml deleted file mode 100644 index 2df298cc..00000000 --- a/.github/workflows/3.0.x-framework-webmvc-jetty.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Webmvc Jetty -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - webmvc_jetty_app_test: - name: Webmvc Jetty App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-jetty - task: appTest - webmvc_jetty_native_app_test: - name: Webmvc Jetty Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-jetty - task: nativeAppTest - webmvc_jetty_test: - name: Webmvc Jetty Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-jetty - task: test - webmvc_jetty_native_test: - name: Webmvc Jetty Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-jetty - task: nativeTest diff --git a/.github/workflows/3.0.x-framework-webmvc-scoped-proxy.yml b/.github/workflows/3.0.x-framework-webmvc-scoped-proxy.yml deleted file mode 100644 index 10112222..00000000 --- a/.github/workflows/3.0.x-framework-webmvc-scoped-proxy.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Webmvc Scoped Proxy -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - webmvc_scoped_proxy_app_test: - name: Webmvc Scoped Proxy App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-scoped-proxy - task: appTest - webmvc_scoped_proxy_native_app_test: - name: Webmvc Scoped Proxy Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-scoped-proxy - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-webmvc-tomcat-tls.yml b/.github/workflows/3.0.x-framework-webmvc-tomcat-tls.yml deleted file mode 100644 index a5ccdb28..00000000 --- a/.github/workflows/3.0.x-framework-webmvc-tomcat-tls.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Webmvc Tomcat Tls -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - webmvc_tomcat_tls_app_test: - name: Webmvc Tomcat Tls App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-tomcat-tls - task: appTest - webmvc_tomcat_tls_native_app_test: - name: Webmvc Tomcat Tls Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-tomcat-tls - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-webmvc-tomcat.yml b/.github/workflows/3.0.x-framework-webmvc-tomcat.yml deleted file mode 100644 index edc5a7b3..00000000 --- a/.github/workflows/3.0.x-framework-webmvc-tomcat.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Webmvc Tomcat -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - webmvc_tomcat_app_test: - name: Webmvc Tomcat App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-tomcat - task: appTest - webmvc_tomcat_native_app_test: - name: Webmvc Tomcat Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-tomcat - task: nativeAppTest - webmvc_tomcat_test: - name: Webmvc Tomcat Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-tomcat - task: test - webmvc_tomcat_native_test: - name: Webmvc Tomcat Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-tomcat - task: nativeTest diff --git a/.github/workflows/3.0.x-framework-webmvc-undertow-tls.yml b/.github/workflows/3.0.x-framework-webmvc-undertow-tls.yml deleted file mode 100644 index 3eb59af1..00000000 --- a/.github/workflows/3.0.x-framework-webmvc-undertow-tls.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Webmvc Undertow Tls -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - webmvc_undertow_tls_app_test: - name: Webmvc Undertow Tls App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-undertow-tls - task: appTest - webmvc_undertow_tls_native_app_test: - name: Webmvc Undertow Tls Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-undertow-tls - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-webmvc-undertow.yml b/.github/workflows/3.0.x-framework-webmvc-undertow.yml deleted file mode 100644 index 6b2f7a2b..00000000 --- a/.github/workflows/3.0.x-framework-webmvc-undertow.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Webmvc Undertow -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - webmvc_undertow_app_test: - name: Webmvc Undertow App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-undertow - task: appTest - webmvc_undertow_native_app_test: - name: Webmvc Undertow Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-undertow - task: nativeAppTest - webmvc_undertow_test: - name: Webmvc Undertow Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-undertow - task: test - webmvc_undertow_native_test: - name: Webmvc Undertow Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:webmvc-undertow - task: nativeTest diff --git a/.github/workflows/3.0.x-framework-websocket-jetty.yml b/.github/workflows/3.0.x-framework-websocket-jetty.yml deleted file mode 100644 index 3ac38da3..00000000 --- a/.github/workflows/3.0.x-framework-websocket-jetty.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Websocket Jetty -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - websocket_jetty_app_test: - name: Websocket Jetty App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:websocket-jetty - task: appTest - websocket_jetty_native_app_test: - name: Websocket Jetty Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:websocket-jetty - task: nativeAppTest - expected_to_fail: true diff --git a/.github/workflows/3.0.x-framework-websocket-stomp.yml b/.github/workflows/3.0.x-framework-websocket-stomp.yml deleted file mode 100644 index 1e766e65..00000000 --- a/.github/workflows/3.0.x-framework-websocket-stomp.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Websocket Stomp -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - websocket_stomp_app_test: - name: Websocket Stomp App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:websocket-stomp - task: appTest - websocket_stomp_native_app_test: - name: Websocket Stomp Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:websocket-stomp - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-websocket-tomcat.yml b/.github/workflows/3.0.x-framework-websocket-tomcat.yml deleted file mode 100644 index 864bcd13..00000000 --- a/.github/workflows/3.0.x-framework-websocket-tomcat.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Websocket Tomcat -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - websocket_tomcat_app_test: - name: Websocket Tomcat App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:websocket-tomcat - task: appTest - websocket_tomcat_native_app_test: - name: Websocket Tomcat Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:websocket-tomcat - task: nativeAppTest diff --git a/.github/workflows/3.0.x-framework-websocket-undertow.yml b/.github/workflows/3.0.x-framework-websocket-undertow.yml deleted file mode 100644 index 25c217b1..00000000 --- a/.github/workflows/3.0.x-framework-websocket-undertow.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Framework Smoke Tests | Websocket Undertow -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - websocket_undertow_app_test: - name: Websocket Undertow App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:websocket-undertow - task: appTest - websocket_undertow_native_app_test: - name: Websocket Undertow Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: framework:websocket-undertow - task: nativeAppTest diff --git a/.github/workflows/3.0.x-graphql-graphql-webflux-rsocket.yml b/.github/workflows/3.0.x-graphql-graphql-webflux-rsocket.yml deleted file mode 100644 index cc0cfb42..00000000 --- a/.github/workflows/3.0.x-graphql-graphql-webflux-rsocket.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Graphql Smoke Tests | Graphql Webflux Rsocket -on: - schedule: - - cron : '10 0 * * *' - workflow_dispatch: -jobs: - graphql_webflux_rsocket_app_test: - name: Graphql Webflux Rsocket App Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: graphql:graphql-webflux-rsocket - task: appTest - graphql_webflux_rsocket_native_app_test: - name: Graphql Webflux Rsocket Native App Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: graphql:graphql-webflux-rsocket - task: nativeAppTest - graphql_webflux_rsocket_test: - name: Graphql Webflux Rsocket Test - uses: ./.github/workflows/smoke-test-jvm.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: graphql:graphql-webflux-rsocket - task: test - graphql_webflux_rsocket_native_test: - name: Graphql Webflux Rsocket Native Test - uses: ./.github/workflows/smoke-test-native.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x - project: graphql:graphql-webflux-rsocket - task: nativeTest diff --git a/.github/workflows/3.0.x-graphql-graphql-webflux.yml b/.github/workflows/3.0.x-graphql-graphql-webflux.yml deleted file mode 100644 index cb5a4970..00000000 --- a/.github/workflows/3.0.x-graphql-graphql-webflux.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Graphql Smoke Tests | Graphql Webflux -on: - schedule: - - cron : '10 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.0.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.0.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.0.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.0.x - project: graphql:graphql-webflux - task: nativeTest diff --git a/.github/workflows/3.0.x-graphql-graphql-webmvc.yml b/.github/workflows/3.0.x-graphql-graphql-webmvc.yml deleted file mode 100644 index dfb6a6c5..00000000 --- a/.github/workflows/3.0.x-graphql-graphql-webmvc.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Graphql Smoke Tests | Graphql Webmvc -on: - schedule: - - cron : '10 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.0.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.0.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.0.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.0.x - project: graphql:graphql-webmvc - task: nativeTest diff --git a/.github/workflows/3.0.x-integration-integration.yml b/.github/workflows/3.0.x-integration-integration.yml deleted file mode 100644 index d10fc468..00000000 --- a/.github/workflows/3.0.x-integration-integration.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Integration Smoke Tests | Integration -on: - schedule: - - cron : '10 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.0.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.0.x - project: integration:integration - task: nativeAppTest diff --git a/.github/workflows/3.0.x-integration-spring-amqp-rabbit.yml b/.github/workflows/3.0.x-integration-spring-amqp-rabbit.yml deleted file mode 100644 index e6b84560..00000000 --- a/.github/workflows/3.0.x-integration-spring-amqp-rabbit.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Integration Smoke Tests | Spring Amqp Rabbit -on: - schedule: - - cron : '10 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.0.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.0.x - project: integration:spring-amqp-rabbit - task: nativeAppTest diff --git a/.github/workflows/3.0.x-integration-spring-kafka-avro.yml b/.github/workflows/3.0.x-integration-spring-kafka-avro.yml deleted file mode 100644 index 72b7e70f..00000000 --- a/.github/workflows/3.0.x-integration-spring-kafka-avro.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Integration Smoke Tests | Spring Kafka Avro -on: - schedule: - - cron : '10 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.0.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.0.x - project: integration:spring-kafka-avro - task: nativeAppTest diff --git a/.github/workflows/3.0.x-integration-spring-kafka-streams.yml b/.github/workflows/3.0.x-integration-spring-kafka-streams.yml deleted file mode 100644 index a7de4ba6..00000000 --- a/.github/workflows/3.0.x-integration-spring-kafka-streams.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Integration Smoke Tests | Spring Kafka Streams -on: - schedule: - - cron : '10 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.0.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.0.x - project: integration:spring-kafka-streams - task: nativeAppTest diff --git a/.github/workflows/3.0.x-integration-spring-kafka.yml b/.github/workflows/3.0.x-integration-spring-kafka.yml deleted file mode 100644 index e2de74ea..00000000 --- a/.github/workflows/3.0.x-integration-spring-kafka.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Integration Smoke Tests | Spring Kafka -on: - schedule: - - cron : '10 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.0.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.0.x - project: integration:spring-kafka - task: nativeAppTest diff --git a/.github/workflows/3.0.x-security-ldap-odm.yml b/.github/workflows/3.0.x-security-ldap-odm.yml deleted file mode 100644 index 62f54b85..00000000 --- a/.github/workflows/3.0.x-security-ldap-odm.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Security Smoke Tests | Ldap Odm -on: - schedule: - - cron : '10 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.0.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.0.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.0.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.0.x - project: security:ldap-odm - task: nativeTest diff --git a/.github/workflows/3.0.x-security-security-ldap.yml b/.github/workflows/3.0.x-security-security-ldap.yml deleted file mode 100644 index b65e05f9..00000000 --- a/.github/workflows/3.0.x-security-security-ldap.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Security Smoke Tests | Security Ldap -on: - schedule: - - cron : '10 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.0.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.0.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.0.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.0.x - project: security:security-ldap - task: nativeTest diff --git a/.github/workflows/3.0.x-security-security-method.yml b/.github/workflows/3.0.x-security-security-method.yml deleted file mode 100644 index 446731c9..00000000 --- a/.github/workflows/3.0.x-security-security-method.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Security Smoke Tests | Security Method -on: - schedule: - - cron : '10 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.0.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.0.x - project: security:security-method - task: nativeAppTest diff --git a/.github/workflows/3.0.x-security-security-oauth2-authorization-server.yml b/.github/workflows/3.0.x-security-security-oauth2-authorization-server.yml deleted file mode 100644 index 28cb8e2e..00000000 --- a/.github/workflows/3.0.x-security-security-oauth2-authorization-server.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Security Smoke Tests | Security Oauth2 Authorization Server -on: - schedule: - - cron : '10 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.0.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.0.x - project: security:security-oauth2-authorization-server - task: nativeAppTest diff --git a/.github/workflows/3.0.x-security-security-oauth2-resource-server.yml b/.github/workflows/3.0.x-security-security-oauth2-resource-server.yml deleted file mode 100644 index 03532cc8..00000000 --- a/.github/workflows/3.0.x-security-security-oauth2-resource-server.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Security Smoke Tests | Security Oauth2 Resource Server -on: - schedule: - - cron : '10 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.0.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.0.x - project: security:security-oauth2-resource-server - task: nativeAppTest diff --git a/.github/workflows/3.0.x-security-security-thymeleaf.yml b/.github/workflows/3.0.x-security-security-thymeleaf.yml deleted file mode 100644 index a7feb7f8..00000000 --- a/.github/workflows/3.0.x-security-security-thymeleaf.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 3.0.x | Security Smoke Tests | Security Thymeleaf -on: - schedule: - - cron : '10 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.0.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.0.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.0.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.0.x - project: security:security-thymeleaf - task: nativeTest diff --git a/.github/workflows/3.0.x-security-security-webflux.yml b/.github/workflows/3.0.x-security-security-webflux.yml deleted file mode 100644 index 1328be75..00000000 --- a/.github/workflows/3.0.x-security-security-webflux.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Security Smoke Tests | Security Webflux -on: - schedule: - - cron : '10 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.0.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.0.x - project: security:security-webflux - task: nativeAppTest diff --git a/.github/workflows/3.0.x-security-security-webmvc.yml b/.github/workflows/3.0.x-security-security-webmvc.yml deleted file mode 100644 index c14ba2be..00000000 --- a/.github/workflows/3.0.x-security-security-webmvc.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Security Smoke Tests | Security Webmvc -on: - schedule: - - cron : '10 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.0.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.0.x - project: security:security-webmvc - task: nativeAppTest diff --git a/.github/workflows/3.0.x-session-session-jdbc.yml b/.github/workflows/3.0.x-session-session-jdbc.yml deleted file mode 100644 index ddc888cc..00000000 --- a/.github/workflows/3.0.x-session-session-jdbc.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Session Smoke Tests | Session Jdbc -on: - schedule: - - cron : '10 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.0.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.0.x - project: session:session-jdbc - task: nativeAppTest diff --git a/.github/workflows/3.0.x-session-session-redis-webflux.yml b/.github/workflows/3.0.x-session-session-redis-webflux.yml deleted file mode 100644 index d4e07855..00000000 --- a/.github/workflows/3.0.x-session-session-redis-webflux.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 3.0.x | Session Smoke Tests | Session Redis Webflux -on: - schedule: - - cron : '10 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.0.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.0.x - project: session:session-redis-webflux - task: nativeAppTest diff --git a/.github/workflows/3.0.x-warm-caches.yml b/.github/workflows/3.0.x-warm-caches.yml deleted file mode 100644 index 17f64164..00000000 --- a/.github/workflows/3.0.x-warm-caches.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: 3.0.x | Warm Caches -on: - schedule: - - cron : '0 0 * * *' - workflow_dispatch: -jobs: - warm_caches: - uses: ./.github/workflows/warm-caches.yml - secrets: inherit - with: - checkout_repository: spring-projects/spring-aot-smoke-tests - checkout_ref: 3.0.x diff --git a/.github/workflows/3.1.x-batch-batch.yml b/.github/workflows/3.1.x-batch-batch.yml index 7949c870..b4b96b45 100644 --- a/.github/workflows/3.1.x-batch-batch.yml +++ b/.github/workflows/3.1.x-batch-batch.yml @@ -1,7 +1,7 @@ name: 3.1.x | Batch Smoke Tests | Batch on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: batch_app_test: diff --git a/.github/workflows/3.1.x-boot-actuator-webflux-mgmt-port.yml b/.github/workflows/3.1.x-boot-actuator-webflux-mgmt-port.yml index 64d2bad5..8194c524 100644 --- a/.github/workflows/3.1.x-boot-actuator-webflux-mgmt-port.yml +++ b/.github/workflows/3.1.x-boot-actuator-webflux-mgmt-port.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Actuator Webflux Mgmt Port on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: actuator_webflux_mgmt_port_app_test: diff --git a/.github/workflows/3.1.x-boot-actuator-webflux.yml b/.github/workflows/3.1.x-boot-actuator-webflux.yml index 38a999d6..a5d55a64 100644 --- a/.github/workflows/3.1.x-boot-actuator-webflux.yml +++ b/.github/workflows/3.1.x-boot-actuator-webflux.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Actuator Webflux on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: actuator_webflux_app_test: diff --git a/.github/workflows/3.1.x-boot-actuator-webmvc-mgmt-port.yml b/.github/workflows/3.1.x-boot-actuator-webmvc-mgmt-port.yml index 2d3c51bd..d855f743 100644 --- a/.github/workflows/3.1.x-boot-actuator-webmvc-mgmt-port.yml +++ b/.github/workflows/3.1.x-boot-actuator-webmvc-mgmt-port.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Actuator Webmvc Mgmt Port on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: actuator_webmvc_mgmt_port_app_test: diff --git a/.github/workflows/3.1.x-boot-actuator-webmvc.yml b/.github/workflows/3.1.x-boot-actuator-webmvc.yml index f6866e9c..e3aad516 100644 --- a/.github/workflows/3.1.x-boot-actuator-webmvc.yml +++ b/.github/workflows/3.1.x-boot-actuator-webmvc.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Actuator Webmvc on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: actuator_webmvc_app_test: diff --git a/.github/workflows/3.1.x-boot-boot-tcf-mockito.yml b/.github/workflows/3.1.x-boot-boot-tcf-mockito.yml index 40d81fff..7a5e0a7d 100644 --- a/.github/workflows/3.1.x-boot-boot-tcf-mockito.yml +++ b/.github/workflows/3.1.x-boot-boot-tcf-mockito.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Boot Tcf Mockito on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: boot_tcf_mockito_test: diff --git a/.github/workflows/3.1.x-boot-boot-tcf.yml b/.github/workflows/3.1.x-boot-boot-tcf.yml index 30493eb2..e269873a 100644 --- a/.github/workflows/3.1.x-boot-boot-tcf.yml +++ b/.github/workflows/3.1.x-boot-boot-tcf.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Boot Tcf on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: boot_tcf_test: diff --git a/.github/workflows/3.1.x-boot-command-line-runner.yml b/.github/workflows/3.1.x-boot-command-line-runner.yml index e007f0c9..1ae68edf 100644 --- a/.github/workflows/3.1.x-boot-command-line-runner.yml +++ b/.github/workflows/3.1.x-boot-command-line-runner.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Command Line Runner on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: command_line_runner_app_test: diff --git a/.github/workflows/3.1.x-boot-conditional.yml b/.github/workflows/3.1.x-boot-conditional.yml index fc336865..30d5664c 100644 --- a/.github/workflows/3.1.x-boot-conditional.yml +++ b/.github/workflows/3.1.x-boot-conditional.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Conditional on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: conditional_app_test: diff --git a/.github/workflows/3.1.x-boot-configuration-properties.yml b/.github/workflows/3.1.x-boot-configuration-properties.yml index 880bc431..7eb5090d 100644 --- a/.github/workflows/3.1.x-boot-configuration-properties.yml +++ b/.github/workflows/3.1.x-boot-configuration-properties.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Configuration Properties on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: configuration_properties_app_test: diff --git a/.github/workflows/3.1.x-boot-custom-banner.yml b/.github/workflows/3.1.x-boot-custom-banner.yml index c9909fef..2a3eb350 100644 --- a/.github/workflows/3.1.x-boot-custom-banner.yml +++ b/.github/workflows/3.1.x-boot-custom-banner.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Custom Banner on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: custom_banner_app_test: diff --git a/.github/workflows/3.1.x-boot-flyway.yml b/.github/workflows/3.1.x-boot-flyway.yml index 4cfd9398..c0ecf8b8 100644 --- a/.github/workflows/3.1.x-boot-flyway.yml +++ b/.github/workflows/3.1.x-boot-flyway.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Flyway on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: flyway_app_test: diff --git a/.github/workflows/3.1.x-boot-freemarker-webflux.yml b/.github/workflows/3.1.x-boot-freemarker-webflux.yml index 2be3a4e7..86ce82a8 100644 --- a/.github/workflows/3.1.x-boot-freemarker-webflux.yml +++ b/.github/workflows/3.1.x-boot-freemarker-webflux.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Freemarker Webflux on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: freemarker_webflux_app_test: diff --git a/.github/workflows/3.1.x-boot-freemarker-webmvc.yml b/.github/workflows/3.1.x-boot-freemarker-webmvc.yml index bd9eb1ad..63be4dbb 100644 --- a/.github/workflows/3.1.x-boot-freemarker-webmvc.yml +++ b/.github/workflows/3.1.x-boot-freemarker-webmvc.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Freemarker Webmvc on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: freemarker_webmvc_app_test: diff --git a/.github/workflows/3.1.x-boot-json.yml b/.github/workflows/3.1.x-boot-json.yml index ec0f823f..6dbe3fbd 100644 --- a/.github/workflows/3.1.x-boot-json.yml +++ b/.github/workflows/3.1.x-boot-json.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Json on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: json_app_test: diff --git a/.github/workflows/3.1.x-boot-liquibase.yml b/.github/workflows/3.1.x-boot-liquibase.yml index f78745bf..6a3f8b9d 100644 --- a/.github/workflows/3.1.x-boot-liquibase.yml +++ b/.github/workflows/3.1.x-boot-liquibase.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Liquibase on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: liquibase_app_test: diff --git a/.github/workflows/3.1.x-boot-logging-logback-spring-xml.yml b/.github/workflows/3.1.x-boot-logging-logback-spring-xml.yml index 1088fc08..518d1654 100644 --- a/.github/workflows/3.1.x-boot-logging-logback-spring-xml.yml +++ b/.github/workflows/3.1.x-boot-logging-logback-spring-xml.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Logging Logback Spring Xml on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: logging_logback_spring_xml_app_test: diff --git a/.github/workflows/3.1.x-boot-logging-logback-xml.yml b/.github/workflows/3.1.x-boot-logging-logback-xml.yml index c6db5244..962c8541 100644 --- a/.github/workflows/3.1.x-boot-logging-logback-xml.yml +++ b/.github/workflows/3.1.x-boot-logging-logback-xml.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Logging Logback Xml on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: logging_logback_xml_app_test: diff --git a/.github/workflows/3.1.x-boot-logging-logback.yml b/.github/workflows/3.1.x-boot-logging-logback.yml index a29e612d..b5a18aaf 100644 --- a/.github/workflows/3.1.x-boot-logging-logback.yml +++ b/.github/workflows/3.1.x-boot-logging-logback.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Logging Logback on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: logging_logback_app_test: diff --git a/.github/workflows/3.1.x-boot-mustache-webflux.yml b/.github/workflows/3.1.x-boot-mustache-webflux.yml index f1efb76d..23ed7d22 100644 --- a/.github/workflows/3.1.x-boot-mustache-webflux.yml +++ b/.github/workflows/3.1.x-boot-mustache-webflux.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Mustache Webflux on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: mustache_webflux_app_test: diff --git a/.github/workflows/3.1.x-boot-mustache-webmvc.yml b/.github/workflows/3.1.x-boot-mustache-webmvc.yml index 3f5bc4a4..934a48ac 100644 --- a/.github/workflows/3.1.x-boot-mustache-webmvc.yml +++ b/.github/workflows/3.1.x-boot-mustache-webmvc.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Mustache Webmvc on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: mustache_webmvc_app_test: diff --git a/.github/workflows/3.1.x-boot-servlet-component-scan.yml b/.github/workflows/3.1.x-boot-servlet-component-scan.yml index 57ce847e..bda71b25 100644 --- a/.github/workflows/3.1.x-boot-servlet-component-scan.yml +++ b/.github/workflows/3.1.x-boot-servlet-component-scan.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Servlet Component Scan on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: servlet_component_scan_app_test: diff --git a/.github/workflows/3.1.x-boot-servlet-jetty.yml b/.github/workflows/3.1.x-boot-servlet-jetty.yml index 191e1e3f..558c159d 100644 --- a/.github/workflows/3.1.x-boot-servlet-jetty.yml +++ b/.github/workflows/3.1.x-boot-servlet-jetty.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Servlet Jetty on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: servlet_jetty_app_test: diff --git a/.github/workflows/3.1.x-boot-servlet-tomcat.yml b/.github/workflows/3.1.x-boot-servlet-tomcat.yml index 99e22772..3c464cbc 100644 --- a/.github/workflows/3.1.x-boot-servlet-tomcat.yml +++ b/.github/workflows/3.1.x-boot-servlet-tomcat.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Servlet Tomcat on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: servlet_tomcat_app_test: diff --git a/.github/workflows/3.1.x-boot-servlet-undertow.yml b/.github/workflows/3.1.x-boot-servlet-undertow.yml index 2a18cc1d..690722ac 100644 --- a/.github/workflows/3.1.x-boot-servlet-undertow.yml +++ b/.github/workflows/3.1.x-boot-servlet-undertow.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Servlet Undertow on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: servlet_undertow_app_test: diff --git a/.github/workflows/3.1.x-boot-thymeleaf-webflux.yml b/.github/workflows/3.1.x-boot-thymeleaf-webflux.yml index f426b9f0..c9445a85 100644 --- a/.github/workflows/3.1.x-boot-thymeleaf-webflux.yml +++ b/.github/workflows/3.1.x-boot-thymeleaf-webflux.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Thymeleaf Webflux on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: thymeleaf_webflux_app_test: diff --git a/.github/workflows/3.1.x-boot-thymeleaf-webmvc.yml b/.github/workflows/3.1.x-boot-thymeleaf-webmvc.yml index eef0cc6a..08baca79 100644 --- a/.github/workflows/3.1.x-boot-thymeleaf-webmvc.yml +++ b/.github/workflows/3.1.x-boot-thymeleaf-webmvc.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Thymeleaf Webmvc on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: thymeleaf_webmvc_app_test: diff --git a/.github/workflows/3.1.x-boot-tracing-brave-zipkin.yml b/.github/workflows/3.1.x-boot-tracing-brave-zipkin.yml index d3625c04..32e9ce00 100644 --- a/.github/workflows/3.1.x-boot-tracing-brave-zipkin.yml +++ b/.github/workflows/3.1.x-boot-tracing-brave-zipkin.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Tracing Brave Zipkin on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: tracing_brave_zipkin_app_test: diff --git a/.github/workflows/3.1.x-boot-xml-config.yml b/.github/workflows/3.1.x-boot-xml-config.yml index 96123efa..4774c1fe 100644 --- a/.github/workflows/3.1.x-boot-xml-config.yml +++ b/.github/workflows/3.1.x-boot-xml-config.yml @@ -1,7 +1,7 @@ name: 3.1.x | Boot Smoke Tests | Xml Config on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: xml_config_app_test: diff --git a/.github/workflows/3.1.x-cloud-cloud-config-client.yml b/.github/workflows/3.1.x-cloud-cloud-config-client.yml index 5be1bd31..3cbd75f7 100644 --- a/.github/workflows/3.1.x-cloud-cloud-config-client.yml +++ b/.github/workflows/3.1.x-cloud-cloud-config-client.yml @@ -1,7 +1,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Config Client on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cloud_config_client_app_test: diff --git a/.github/workflows/3.1.x-cloud-cloud-discovery-consul.yml b/.github/workflows/3.1.x-cloud-cloud-discovery-consul.yml index c29f2017..5439e131 100644 --- a/.github/workflows/3.1.x-cloud-cloud-discovery-consul.yml +++ b/.github/workflows/3.1.x-cloud-cloud-discovery-consul.yml @@ -1,7 +1,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Discovery Consul on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cloud_discovery_consul_app_test: diff --git a/.github/workflows/3.1.x-cloud-cloud-discovery-eureka.yml b/.github/workflows/3.1.x-cloud-cloud-discovery-eureka.yml index 708645fd..34f49281 100644 --- a/.github/workflows/3.1.x-cloud-cloud-discovery-eureka.yml +++ b/.github/workflows/3.1.x-cloud-cloud-discovery-eureka.yml @@ -1,7 +1,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Discovery Eureka on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cloud_discovery_eureka_app_test: diff --git a/.github/workflows/3.1.x-cloud-cloud-discovery-zookeeper.yml b/.github/workflows/3.1.x-cloud-cloud-discovery-zookeeper.yml index 816ee218..2a952328 100644 --- a/.github/workflows/3.1.x-cloud-cloud-discovery-zookeeper.yml +++ b/.github/workflows/3.1.x-cloud-cloud-discovery-zookeeper.yml @@ -1,7 +1,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Discovery Zookeeper on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cloud_discovery_zookeeper_app_test: diff --git a/.github/workflows/3.1.x-cloud-cloud-function-web.yml b/.github/workflows/3.1.x-cloud-cloud-function-web.yml index 512eeacf..54bba505 100644 --- a/.github/workflows/3.1.x-cloud-cloud-function-web.yml +++ b/.github/workflows/3.1.x-cloud-cloud-function-web.yml @@ -1,7 +1,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Function Web on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cloud_function_web_app_test: diff --git a/.github/workflows/3.1.x-cloud-cloud-function-webflux.yml b/.github/workflows/3.1.x-cloud-cloud-function-webflux.yml index 0f309639..fd45b544 100644 --- a/.github/workflows/3.1.x-cloud-cloud-function-webflux.yml +++ b/.github/workflows/3.1.x-cloud-cloud-function-webflux.yml @@ -1,7 +1,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Function Webflux on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cloud_function_webflux_app_test: diff --git a/.github/workflows/3.1.x-cloud-cloud-gateway.yml b/.github/workflows/3.1.x-cloud-cloud-gateway.yml index c6d04708..ab733495 100644 --- a/.github/workflows/3.1.x-cloud-cloud-gateway.yml +++ b/.github/workflows/3.1.x-cloud-cloud-gateway.yml @@ -1,7 +1,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Gateway on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cloud_gateway_app_test: diff --git a/.github/workflows/3.1.x-cloud-cloud-loadbalancing-web.yml b/.github/workflows/3.1.x-cloud-cloud-loadbalancing-web.yml index 1eb84c9e..254240a3 100644 --- a/.github/workflows/3.1.x-cloud-cloud-loadbalancing-web.yml +++ b/.github/workflows/3.1.x-cloud-cloud-loadbalancing-web.yml @@ -1,7 +1,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Loadbalancing Web on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cloud_loadbalancing_web_app_test: diff --git a/.github/workflows/3.1.x-cloud-cloud-loadbalancing-webflux.yml b/.github/workflows/3.1.x-cloud-cloud-loadbalancing-webflux.yml index 89c1c241..b663ce7d 100644 --- a/.github/workflows/3.1.x-cloud-cloud-loadbalancing-webflux.yml +++ b/.github/workflows/3.1.x-cloud-cloud-loadbalancing-webflux.yml @@ -1,7 +1,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Loadbalancing Webflux on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cloud_loadbalancing_webflux_app_test: diff --git a/.github/workflows/3.1.x-cloud-cloud-openfeign.yml b/.github/workflows/3.1.x-cloud-cloud-openfeign.yml index 52fa8a4e..45739029 100644 --- a/.github/workflows/3.1.x-cloud-cloud-openfeign.yml +++ b/.github/workflows/3.1.x-cloud-cloud-openfeign.yml @@ -1,7 +1,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Openfeign on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cloud_openfeign_app_test: diff --git a/.github/workflows/3.1.x-cloud-cloud-stream-kafka.yml b/.github/workflows/3.1.x-cloud-cloud-stream-kafka.yml index ce77cecd..9671b943 100644 --- a/.github/workflows/3.1.x-cloud-cloud-stream-kafka.yml +++ b/.github/workflows/3.1.x-cloud-cloud-stream-kafka.yml @@ -1,7 +1,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Stream Kafka on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cloud_stream_kafka_app_test: diff --git a/.github/workflows/3.1.x-cloud-cloud-stream-rabbit.yml b/.github/workflows/3.1.x-cloud-cloud-stream-rabbit.yml index d1598b3a..4deeaf22 100644 --- a/.github/workflows/3.1.x-cloud-cloud-stream-rabbit.yml +++ b/.github/workflows/3.1.x-cloud-cloud-stream-rabbit.yml @@ -1,7 +1,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Stream Rabbit on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cloud_stream_rabbit_app_test: diff --git a/.github/workflows/3.1.x-cloud-cloud-task.yml b/.github/workflows/3.1.x-cloud-cloud-task.yml index 940fa63a..bf68a44a 100644 --- a/.github/workflows/3.1.x-cloud-cloud-task.yml +++ b/.github/workflows/3.1.x-cloud-cloud-task.yml @@ -1,7 +1,7 @@ name: 3.1.x | Cloud Smoke Tests | Cloud Task on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cloud_task_app_test: diff --git a/.github/workflows/3.1.x-data-data-cassandra-reactive.yml b/.github/workflows/3.1.x-data-data-cassandra-reactive.yml index 53fe9157..c517c67b 100644 --- a/.github/workflows/3.1.x-data-data-cassandra-reactive.yml +++ b/.github/workflows/3.1.x-data-data-cassandra-reactive.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Data Cassandra Reactive on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: data_cassandra_reactive_app_test: diff --git a/.github/workflows/3.1.x-data-data-cassandra.yml b/.github/workflows/3.1.x-data-data-cassandra.yml index e8cf122c..663141eb 100644 --- a/.github/workflows/3.1.x-data-data-cassandra.yml +++ b/.github/workflows/3.1.x-data-data-cassandra.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Data Cassandra on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: data_cassandra_app_test: diff --git a/.github/workflows/3.1.x-data-data-jdbc-h2-kotlin.yml b/.github/workflows/3.1.x-data-data-jdbc-h2-kotlin.yml index c406a5b7..1c4911ff 100644 --- a/.github/workflows/3.1.x-data-data-jdbc-h2-kotlin.yml +++ b/.github/workflows/3.1.x-data-data-jdbc-h2-kotlin.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Data Jdbc H2 Kotlin on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: data_jdbc_h2_kotlin_app_test: diff --git a/.github/workflows/3.1.x-data-data-jdbc-h2.yml b/.github/workflows/3.1.x-data-data-jdbc-h2.yml index 98c8b86b..88bfa7cc 100644 --- a/.github/workflows/3.1.x-data-data-jdbc-h2.yml +++ b/.github/workflows/3.1.x-data-data-jdbc-h2.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Data Jdbc H2 on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: data_jdbc_h2_app_test: diff --git a/.github/workflows/3.1.x-data-data-jdbc-postgresql.yml b/.github/workflows/3.1.x-data-data-jdbc-postgresql.yml index 0878c80f..b340187f 100644 --- a/.github/workflows/3.1.x-data-data-jdbc-postgresql.yml +++ b/.github/workflows/3.1.x-data-data-jdbc-postgresql.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Data Jdbc Postgresql on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: data_jdbc_postgresql_app_test: diff --git a/.github/workflows/3.1.x-data-data-jpa-entityscan.yml b/.github/workflows/3.1.x-data-data-jpa-entityscan.yml index ece0dba2..63947a98 100644 --- a/.github/workflows/3.1.x-data-data-jpa-entityscan.yml +++ b/.github/workflows/3.1.x-data-data-jpa-entityscan.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Data Jpa Entityscan on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: data_jpa_entityscan_app_test: diff --git a/.github/workflows/3.1.x-data-data-jpa-kotlin.yml b/.github/workflows/3.1.x-data-data-jpa-kotlin.yml index 6b035100..73cd3c14 100644 --- a/.github/workflows/3.1.x-data-data-jpa-kotlin.yml +++ b/.github/workflows/3.1.x-data-data-jpa-kotlin.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Data Jpa Kotlin on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: data_jpa_kotlin_app_test: diff --git a/.github/workflows/3.1.x-data-data-jpa.yml b/.github/workflows/3.1.x-data-data-jpa.yml index 413849c5..637480bd 100644 --- a/.github/workflows/3.1.x-data-data-jpa.yml +++ b/.github/workflows/3.1.x-data-data-jpa.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Data Jpa on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: data_jpa_app_test: diff --git a/.github/workflows/3.1.x-data-data-mongodb-reactive.yml b/.github/workflows/3.1.x-data-data-mongodb-reactive.yml index bfabf46c..df496b0f 100644 --- a/.github/workflows/3.1.x-data-data-mongodb-reactive.yml +++ b/.github/workflows/3.1.x-data-data-mongodb-reactive.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Data Mongodb Reactive on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: data_mongodb_reactive_app_test: diff --git a/.github/workflows/3.1.x-data-data-mongodb.yml b/.github/workflows/3.1.x-data-data-mongodb.yml index 1347873b..27cb2932 100644 --- a/.github/workflows/3.1.x-data-data-mongodb.yml +++ b/.github/workflows/3.1.x-data-data-mongodb.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Data Mongodb on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: data_mongodb_app_test: diff --git a/.github/workflows/3.1.x-data-data-neo4j.yml b/.github/workflows/3.1.x-data-data-neo4j.yml index 46574ecc..af6f8069 100644 --- a/.github/workflows/3.1.x-data-data-neo4j.yml +++ b/.github/workflows/3.1.x-data-data-neo4j.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Data Neo4j on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: data_neo4j_app_test: diff --git a/.github/workflows/3.1.x-data-data-r2dbc.yml b/.github/workflows/3.1.x-data-data-r2dbc.yml index c72d4b0a..ceb31aab 100644 --- a/.github/workflows/3.1.x-data-data-r2dbc.yml +++ b/.github/workflows/3.1.x-data-data-r2dbc.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Data R2dbc on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: data_r2dbc_app_test: diff --git a/.github/workflows/3.1.x-data-data-redis-reactive.yml b/.github/workflows/3.1.x-data-data-redis-reactive.yml index 01e294db..d9982cc4 100644 --- a/.github/workflows/3.1.x-data-data-redis-reactive.yml +++ b/.github/workflows/3.1.x-data-data-redis-reactive.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Data Redis Reactive on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: data_redis_reactive_app_test: diff --git a/.github/workflows/3.1.x-data-data-redis.yml b/.github/workflows/3.1.x-data-data-redis.yml index 2d0620d2..f3f9b73c 100644 --- a/.github/workflows/3.1.x-data-data-redis.yml +++ b/.github/workflows/3.1.x-data-data-redis.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Data Redis on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: data_redis_app_test: diff --git a/.github/workflows/3.1.x-data-data-rest-mongodb.yml b/.github/workflows/3.1.x-data-data-rest-mongodb.yml index 21b9b4da..a7d74e24 100644 --- a/.github/workflows/3.1.x-data-data-rest-mongodb.yml +++ b/.github/workflows/3.1.x-data-data-rest-mongodb.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Data Rest Mongodb on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: data_rest_mongodb_app_test: diff --git a/.github/workflows/3.1.x-data-hateoas.yml b/.github/workflows/3.1.x-data-hateoas.yml index ba73bdd3..744f392c 100644 --- a/.github/workflows/3.1.x-data-hateoas.yml +++ b/.github/workflows/3.1.x-data-hateoas.yml @@ -1,7 +1,7 @@ name: 3.1.x | Data Smoke Tests | Hateoas on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: hateoas_app_test: diff --git a/.github/workflows/3.1.x-framework-aspect.yml b/.github/workflows/3.1.x-framework-aspect.yml index 547d399d..66baf057 100644 --- a/.github/workflows/3.1.x-framework-aspect.yml +++ b/.github/workflows/3.1.x-framework-aspect.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Aspect on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: aspect_app_test: diff --git a/.github/workflows/3.1.x-framework-async.yml b/.github/workflows/3.1.x-framework-async.yml index 6aaf3c57..38fbb249 100644 --- a/.github/workflows/3.1.x-framework-async.yml +++ b/.github/workflows/3.1.x-framework-async.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Async on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: async_app_test: diff --git a/.github/workflows/3.1.x-framework-cache-caffeine.yml b/.github/workflows/3.1.x-framework-cache-caffeine.yml index 70edc6be..9f23069d 100644 --- a/.github/workflows/3.1.x-framework-cache-caffeine.yml +++ b/.github/workflows/3.1.x-framework-cache-caffeine.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Cache Caffeine on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cache_caffeine_app_test: diff --git a/.github/workflows/3.1.x-framework-cache-redis.yml b/.github/workflows/3.1.x-framework-cache-redis.yml index 05ebc871..54162252 100644 --- a/.github/workflows/3.1.x-framework-cache-redis.yml +++ b/.github/workflows/3.1.x-framework-cache-redis.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Cache Redis on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cache_redis_app_test: diff --git a/.github/workflows/3.1.x-framework-cache-simple-jdk-proxy.yml b/.github/workflows/3.1.x-framework-cache-simple-jdk-proxy.yml index bcffaa91..ebf67e31 100644 --- a/.github/workflows/3.1.x-framework-cache-simple-jdk-proxy.yml +++ b/.github/workflows/3.1.x-framework-cache-simple-jdk-proxy.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Cache Simple Jdk Proxy on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cache_simple_jdk_proxy_app_test: diff --git a/.github/workflows/3.1.x-framework-cache-simple.yml b/.github/workflows/3.1.x-framework-cache-simple.yml index e2ea0d31..e76eecf4 100644 --- a/.github/workflows/3.1.x-framework-cache-simple.yml +++ b/.github/workflows/3.1.x-framework-cache-simple.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Cache Simple on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: cache_simple_app_test: diff --git a/.github/workflows/3.1.x-framework-configuration-class-proxy.yml b/.github/workflows/3.1.x-framework-configuration-class-proxy.yml index 370fbdec..ca039244 100644 --- a/.github/workflows/3.1.x-framework-configuration-class-proxy.yml +++ b/.github/workflows/3.1.x-framework-configuration-class-proxy.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Configuration Class Proxy on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: configuration_class_proxy_app_test: diff --git a/.github/workflows/3.1.x-framework-event-listener.yml b/.github/workflows/3.1.x-framework-event-listener.yml index b41e0cd6..50382fc2 100644 --- a/.github/workflows/3.1.x-framework-event-listener.yml +++ b/.github/workflows/3.1.x-framework-event-listener.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Event Listener on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: event_listener_app_test: diff --git a/.github/workflows/3.1.x-framework-hibernate-enhancer.yml b/.github/workflows/3.1.x-framework-hibernate-enhancer.yml index 992ec23d..57736a5d 100644 --- a/.github/workflows/3.1.x-framework-hibernate-enhancer.yml +++ b/.github/workflows/3.1.x-framework-hibernate-enhancer.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Hibernate Enhancer on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: hibernate_enhancer_app_test: diff --git a/.github/workflows/3.1.x-framework-hibernate.yml b/.github/workflows/3.1.x-framework-hibernate.yml index a01d48e9..fa0d580c 100644 --- a/.github/workflows/3.1.x-framework-hibernate.yml +++ b/.github/workflows/3.1.x-framework-hibernate.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Hibernate on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: hibernate_app_test: diff --git a/.github/workflows/3.1.x-framework-jdbc-h2.yml b/.github/workflows/3.1.x-framework-jdbc-h2.yml index 50065484..10dacac7 100644 --- a/.github/workflows/3.1.x-framework-jdbc-h2.yml +++ b/.github/workflows/3.1.x-framework-jdbc-h2.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Jdbc H2 on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: jdbc_h2_app_test: diff --git a/.github/workflows/3.1.x-framework-jdbc-mariadb.yml b/.github/workflows/3.1.x-framework-jdbc-mariadb.yml index 9dcd4434..a7a3a0db 100644 --- a/.github/workflows/3.1.x-framework-jdbc-mariadb.yml +++ b/.github/workflows/3.1.x-framework-jdbc-mariadb.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Jdbc Mariadb on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: jdbc_mariadb_app_test: diff --git a/.github/workflows/3.1.x-framework-jdbc-mysql.yml b/.github/workflows/3.1.x-framework-jdbc-mysql.yml index dcd0497e..b941b89a 100644 --- a/.github/workflows/3.1.x-framework-jdbc-mysql.yml +++ b/.github/workflows/3.1.x-framework-jdbc-mysql.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Jdbc Mysql on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: jdbc_mysql_app_test: diff --git a/.github/workflows/3.1.x-framework-jdbc-postgresql.yml b/.github/workflows/3.1.x-framework-jdbc-postgresql.yml index b29249e5..8eda574f 100644 --- a/.github/workflows/3.1.x-framework-jdbc-postgresql.yml +++ b/.github/workflows/3.1.x-framework-jdbc-postgresql.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Jdbc Postgresql on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: jdbc_postgresql_app_test: diff --git a/.github/workflows/3.1.x-framework-kotlin-functional.yml b/.github/workflows/3.1.x-framework-kotlin-functional.yml index 99db3085..ed5cde0e 100644 --- a/.github/workflows/3.1.x-framework-kotlin-functional.yml +++ b/.github/workflows/3.1.x-framework-kotlin-functional.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Kotlin Functional on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: kotlin_functional_app_test: diff --git a/.github/workflows/3.1.x-framework-mail.yml b/.github/workflows/3.1.x-framework-mail.yml index ab5e6dde..e33ed944 100644 --- a/.github/workflows/3.1.x-framework-mail.yml +++ b/.github/workflows/3.1.x-framework-mail.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Mail on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: mail_app_test: diff --git a/.github/workflows/3.1.x-framework-order.yml b/.github/workflows/3.1.x-framework-order.yml index 9db34cfd..8b528580 100644 --- a/.github/workflows/3.1.x-framework-order.yml +++ b/.github/workflows/3.1.x-framework-order.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Order on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: order_app_test: diff --git a/.github/workflows/3.1.x-framework-quartz.yml b/.github/workflows/3.1.x-framework-quartz.yml index ed20853d..0d611309 100644 --- a/.github/workflows/3.1.x-framework-quartz.yml +++ b/.github/workflows/3.1.x-framework-quartz.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Quartz on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: quartz_app_test: diff --git a/.github/workflows/3.1.x-framework-rest-template.yml b/.github/workflows/3.1.x-framework-rest-template.yml index 2924a483..8be05c88 100644 --- a/.github/workflows/3.1.x-framework-rest-template.yml +++ b/.github/workflows/3.1.x-framework-rest-template.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Rest Template on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: rest_template_app_test: diff --git a/.github/workflows/3.1.x-framework-rsocket.yml b/.github/workflows/3.1.x-framework-rsocket.yml index 3a4b4bac..a4744bec 100644 --- a/.github/workflows/3.1.x-framework-rsocket.yml +++ b/.github/workflows/3.1.x-framework-rsocket.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Rsocket on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: rsocket_app_test: diff --git a/.github/workflows/3.1.x-framework-scheduled.yml b/.github/workflows/3.1.x-framework-scheduled.yml index 71f4135f..357e1460 100644 --- a/.github/workflows/3.1.x-framework-scheduled.yml +++ b/.github/workflows/3.1.x-framework-scheduled.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Scheduled on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: scheduled_app_test: diff --git a/.github/workflows/3.1.x-framework-tcf.yml b/.github/workflows/3.1.x-framework-tcf.yml index 25a20a1b..a18fef2b 100644 --- a/.github/workflows/3.1.x-framework-tcf.yml +++ b/.github/workflows/3.1.x-framework-tcf.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Tcf on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: tcf_test: diff --git a/.github/workflows/3.1.x-framework-transactional-event-listener.yml b/.github/workflows/3.1.x-framework-transactional-event-listener.yml index ce3c9360..2de79c89 100644 --- a/.github/workflows/3.1.x-framework-transactional-event-listener.yml +++ b/.github/workflows/3.1.x-framework-transactional-event-listener.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Transactional Event Listener on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: transactional_event_listener_app_test: diff --git a/.github/workflows/3.1.x-framework-transactional.yml b/.github/workflows/3.1.x-framework-transactional.yml index 7f3b8127..3e88e6d8 100644 --- a/.github/workflows/3.1.x-framework-transactional.yml +++ b/.github/workflows/3.1.x-framework-transactional.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Transactional on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: transactional_app_test: diff --git a/.github/workflows/3.1.x-framework-validation.yml b/.github/workflows/3.1.x-framework-validation.yml index 65f472fc..9f3f8085 100644 --- a/.github/workflows/3.1.x-framework-validation.yml +++ b/.github/workflows/3.1.x-framework-validation.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Validation on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: validation_app_test: diff --git a/.github/workflows/3.1.x-framework-webclient.yml b/.github/workflows/3.1.x-framework-webclient.yml index 95e1a548..1b91bc37 100644 --- a/.github/workflows/3.1.x-framework-webclient.yml +++ b/.github/workflows/3.1.x-framework-webclient.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Webclient on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: webclient_app_test: diff --git a/.github/workflows/3.1.x-framework-webflux-jetty.yml b/.github/workflows/3.1.x-framework-webflux-jetty.yml index c509a335..3e6c74c2 100644 --- a/.github/workflows/3.1.x-framework-webflux-jetty.yml +++ b/.github/workflows/3.1.x-framework-webflux-jetty.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Webflux Jetty on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: webflux_jetty_app_test: diff --git a/.github/workflows/3.1.x-framework-webflux-netty-tls.yml b/.github/workflows/3.1.x-framework-webflux-netty-tls.yml index bb549e6f..b59e984b 100644 --- a/.github/workflows/3.1.x-framework-webflux-netty-tls.yml +++ b/.github/workflows/3.1.x-framework-webflux-netty-tls.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Webflux Netty Tls on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: webflux_netty_tls_app_test: diff --git a/.github/workflows/3.1.x-framework-webflux-netty.yml b/.github/workflows/3.1.x-framework-webflux-netty.yml index 36bb59e5..467a336d 100644 --- a/.github/workflows/3.1.x-framework-webflux-netty.yml +++ b/.github/workflows/3.1.x-framework-webflux-netty.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Webflux Netty on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: webflux_netty_app_test: diff --git a/.github/workflows/3.1.x-framework-webflux-undertow.yml b/.github/workflows/3.1.x-framework-webflux-undertow.yml index 87da3a82..f1540fd0 100644 --- a/.github/workflows/3.1.x-framework-webflux-undertow.yml +++ b/.github/workflows/3.1.x-framework-webflux-undertow.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Webflux Undertow on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: webflux_undertow_app_test: diff --git a/.github/workflows/3.1.x-framework-webmvc-jetty-tls.yml b/.github/workflows/3.1.x-framework-webmvc-jetty-tls.yml index bbb176ba..7d09a0a6 100644 --- a/.github/workflows/3.1.x-framework-webmvc-jetty-tls.yml +++ b/.github/workflows/3.1.x-framework-webmvc-jetty-tls.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Webmvc Jetty Tls on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: webmvc_jetty_tls_app_test: diff --git a/.github/workflows/3.1.x-framework-webmvc-jetty.yml b/.github/workflows/3.1.x-framework-webmvc-jetty.yml index c57e7502..2160a4ac 100644 --- a/.github/workflows/3.1.x-framework-webmvc-jetty.yml +++ b/.github/workflows/3.1.x-framework-webmvc-jetty.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Webmvc Jetty on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: webmvc_jetty_app_test: diff --git a/.github/workflows/3.1.x-framework-webmvc-scoped-proxy.yml b/.github/workflows/3.1.x-framework-webmvc-scoped-proxy.yml index a53f0ad8..67d47e64 100644 --- a/.github/workflows/3.1.x-framework-webmvc-scoped-proxy.yml +++ b/.github/workflows/3.1.x-framework-webmvc-scoped-proxy.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Webmvc Scoped Proxy on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: webmvc_scoped_proxy_app_test: diff --git a/.github/workflows/3.1.x-framework-webmvc-tomcat-tls.yml b/.github/workflows/3.1.x-framework-webmvc-tomcat-tls.yml index 668f2a2f..84e3ae33 100644 --- a/.github/workflows/3.1.x-framework-webmvc-tomcat-tls.yml +++ b/.github/workflows/3.1.x-framework-webmvc-tomcat-tls.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Webmvc Tomcat Tls on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: webmvc_tomcat_tls_app_test: diff --git a/.github/workflows/3.1.x-framework-webmvc-tomcat.yml b/.github/workflows/3.1.x-framework-webmvc-tomcat.yml index 47f557b2..a04cf4a3 100644 --- a/.github/workflows/3.1.x-framework-webmvc-tomcat.yml +++ b/.github/workflows/3.1.x-framework-webmvc-tomcat.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Webmvc Tomcat on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: webmvc_tomcat_app_test: diff --git a/.github/workflows/3.1.x-framework-webmvc-undertow-tls.yml b/.github/workflows/3.1.x-framework-webmvc-undertow-tls.yml index d595b91e..5cd51961 100644 --- a/.github/workflows/3.1.x-framework-webmvc-undertow-tls.yml +++ b/.github/workflows/3.1.x-framework-webmvc-undertow-tls.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Webmvc Undertow Tls on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: webmvc_undertow_tls_app_test: diff --git a/.github/workflows/3.1.x-framework-webmvc-undertow.yml b/.github/workflows/3.1.x-framework-webmvc-undertow.yml index 23053c82..45463c3c 100644 --- a/.github/workflows/3.1.x-framework-webmvc-undertow.yml +++ b/.github/workflows/3.1.x-framework-webmvc-undertow.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Webmvc Undertow on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: webmvc_undertow_app_test: diff --git a/.github/workflows/3.1.x-framework-websocket-jetty.yml b/.github/workflows/3.1.x-framework-websocket-jetty.yml index 693ffce4..d27d56fd 100644 --- a/.github/workflows/3.1.x-framework-websocket-jetty.yml +++ b/.github/workflows/3.1.x-framework-websocket-jetty.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Websocket Jetty on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: websocket_jetty_app_test: diff --git a/.github/workflows/3.1.x-framework-websocket-stomp.yml b/.github/workflows/3.1.x-framework-websocket-stomp.yml index 34d14f1b..8b90e73b 100644 --- a/.github/workflows/3.1.x-framework-websocket-stomp.yml +++ b/.github/workflows/3.1.x-framework-websocket-stomp.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Websocket Stomp on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: websocket_stomp_app_test: diff --git a/.github/workflows/3.1.x-framework-websocket-tomcat.yml b/.github/workflows/3.1.x-framework-websocket-tomcat.yml index 431fbcde..b8ca2ed1 100644 --- a/.github/workflows/3.1.x-framework-websocket-tomcat.yml +++ b/.github/workflows/3.1.x-framework-websocket-tomcat.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Websocket Tomcat on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: websocket_tomcat_app_test: diff --git a/.github/workflows/3.1.x-framework-websocket-undertow.yml b/.github/workflows/3.1.x-framework-websocket-undertow.yml index 2455a3e5..4f9349a3 100644 --- a/.github/workflows/3.1.x-framework-websocket-undertow.yml +++ b/.github/workflows/3.1.x-framework-websocket-undertow.yml @@ -1,7 +1,7 @@ name: 3.1.x | Framework Smoke Tests | Websocket Undertow on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: websocket_undertow_app_test: diff --git a/.github/workflows/3.1.x-graphql-graphql-webflux-rsocket.yml b/.github/workflows/3.1.x-graphql-graphql-webflux-rsocket.yml index fcf11bc1..6151c054 100644 --- a/.github/workflows/3.1.x-graphql-graphql-webflux-rsocket.yml +++ b/.github/workflows/3.1.x-graphql-graphql-webflux-rsocket.yml @@ -1,7 +1,7 @@ name: 3.1.x | Graphql Smoke Tests | Graphql Webflux Rsocket on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: graphql_webflux_rsocket_app_test: diff --git a/.github/workflows/3.1.x-graphql-graphql-webflux.yml b/.github/workflows/3.1.x-graphql-graphql-webflux.yml index 03978375..0f0cf6da 100644 --- a/.github/workflows/3.1.x-graphql-graphql-webflux.yml +++ b/.github/workflows/3.1.x-graphql-graphql-webflux.yml @@ -1,7 +1,7 @@ name: 3.1.x | Graphql Smoke Tests | Graphql Webflux on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: graphql_webflux_app_test: diff --git a/.github/workflows/3.1.x-graphql-graphql-webmvc.yml b/.github/workflows/3.1.x-graphql-graphql-webmvc.yml index c7e8a4db..87282f3a 100644 --- a/.github/workflows/3.1.x-graphql-graphql-webmvc.yml +++ b/.github/workflows/3.1.x-graphql-graphql-webmvc.yml @@ -1,7 +1,7 @@ name: 3.1.x | Graphql Smoke Tests | Graphql Webmvc on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: graphql_webmvc_app_test: diff --git a/.github/workflows/3.1.x-integration-integration.yml b/.github/workflows/3.1.x-integration-integration.yml index bd161106..1a231cc5 100644 --- a/.github/workflows/3.1.x-integration-integration.yml +++ b/.github/workflows/3.1.x-integration-integration.yml @@ -1,7 +1,7 @@ name: 3.1.x | Integration Smoke Tests | Integration on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: integration_app_test: diff --git a/.github/workflows/3.1.x-integration-spring-amqp-rabbit.yml b/.github/workflows/3.1.x-integration-spring-amqp-rabbit.yml index 9dd9b914..57eed2f7 100644 --- a/.github/workflows/3.1.x-integration-spring-amqp-rabbit.yml +++ b/.github/workflows/3.1.x-integration-spring-amqp-rabbit.yml @@ -1,7 +1,7 @@ name: 3.1.x | Integration Smoke Tests | Spring Amqp Rabbit on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: spring_amqp_rabbit_app_test: diff --git a/.github/workflows/3.1.x-integration-spring-kafka-avro.yml b/.github/workflows/3.1.x-integration-spring-kafka-avro.yml index a784d033..fb4f130a 100644 --- a/.github/workflows/3.1.x-integration-spring-kafka-avro.yml +++ b/.github/workflows/3.1.x-integration-spring-kafka-avro.yml @@ -1,7 +1,7 @@ name: 3.1.x | Integration Smoke Tests | Spring Kafka Avro on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: spring_kafka_avro_app_test: diff --git a/.github/workflows/3.1.x-integration-spring-kafka-streams.yml b/.github/workflows/3.1.x-integration-spring-kafka-streams.yml index 0eecb16a..d9a20aa2 100644 --- a/.github/workflows/3.1.x-integration-spring-kafka-streams.yml +++ b/.github/workflows/3.1.x-integration-spring-kafka-streams.yml @@ -1,7 +1,7 @@ name: 3.1.x | Integration Smoke Tests | Spring Kafka Streams on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: spring_kafka_streams_app_test: diff --git a/.github/workflows/3.1.x-integration-spring-kafka.yml b/.github/workflows/3.1.x-integration-spring-kafka.yml index 2cbeb6cc..459e417c 100644 --- a/.github/workflows/3.1.x-integration-spring-kafka.yml +++ b/.github/workflows/3.1.x-integration-spring-kafka.yml @@ -1,7 +1,7 @@ name: 3.1.x | Integration Smoke Tests | Spring Kafka on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: spring_kafka_app_test: diff --git a/.github/workflows/3.1.x-security-ldap-odm.yml b/.github/workflows/3.1.x-security-ldap-odm.yml index 85a87132..8548165e 100644 --- a/.github/workflows/3.1.x-security-ldap-odm.yml +++ b/.github/workflows/3.1.x-security-ldap-odm.yml @@ -1,7 +1,7 @@ name: 3.1.x | Security Smoke Tests | Ldap Odm on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: ldap_odm_app_test: diff --git a/.github/workflows/3.1.x-security-security-ldap.yml b/.github/workflows/3.1.x-security-security-ldap.yml index 3d3cf6e3..5fb9f777 100644 --- a/.github/workflows/3.1.x-security-security-ldap.yml +++ b/.github/workflows/3.1.x-security-security-ldap.yml @@ -1,7 +1,7 @@ name: 3.1.x | Security Smoke Tests | Security Ldap on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: security_ldap_app_test: diff --git a/.github/workflows/3.1.x-security-security-method.yml b/.github/workflows/3.1.x-security-security-method.yml index 10dc68e9..b6ecd628 100644 --- a/.github/workflows/3.1.x-security-security-method.yml +++ b/.github/workflows/3.1.x-security-security-method.yml @@ -1,7 +1,7 @@ name: 3.1.x | Security Smoke Tests | Security Method on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: security_method_app_test: diff --git a/.github/workflows/3.1.x-security-security-oauth2-authorization-server.yml b/.github/workflows/3.1.x-security-security-oauth2-authorization-server.yml index b714c512..c9f61e2d 100644 --- a/.github/workflows/3.1.x-security-security-oauth2-authorization-server.yml +++ b/.github/workflows/3.1.x-security-security-oauth2-authorization-server.yml @@ -1,7 +1,7 @@ name: 3.1.x | Security Smoke Tests | Security Oauth2 Authorization Server on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: security_oauth2_authorization_server_app_test: diff --git a/.github/workflows/3.1.x-security-security-oauth2-resource-server.yml b/.github/workflows/3.1.x-security-security-oauth2-resource-server.yml index a1bd65bd..a23b4c9e 100644 --- a/.github/workflows/3.1.x-security-security-oauth2-resource-server.yml +++ b/.github/workflows/3.1.x-security-security-oauth2-resource-server.yml @@ -1,7 +1,7 @@ name: 3.1.x | Security Smoke Tests | Security Oauth2 Resource Server on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: security_oauth2_resource_server_app_test: diff --git a/.github/workflows/3.1.x-security-security-thymeleaf.yml b/.github/workflows/3.1.x-security-security-thymeleaf.yml index e61c13e2..e59d9ae4 100644 --- a/.github/workflows/3.1.x-security-security-thymeleaf.yml +++ b/.github/workflows/3.1.x-security-security-thymeleaf.yml @@ -1,7 +1,7 @@ name: 3.1.x | Security Smoke Tests | Security Thymeleaf on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: security_thymeleaf_app_test: diff --git a/.github/workflows/3.1.x-security-security-webflux.yml b/.github/workflows/3.1.x-security-security-webflux.yml index 67d3cbde..b3c2740c 100644 --- a/.github/workflows/3.1.x-security-security-webflux.yml +++ b/.github/workflows/3.1.x-security-security-webflux.yml @@ -1,7 +1,7 @@ name: 3.1.x | Security Smoke Tests | Security Webflux on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: security_webflux_app_test: diff --git a/.github/workflows/3.1.x-security-security-webmvc.yml b/.github/workflows/3.1.x-security-security-webmvc.yml index 901e42da..d511eb05 100644 --- a/.github/workflows/3.1.x-security-security-webmvc.yml +++ b/.github/workflows/3.1.x-security-security-webmvc.yml @@ -1,7 +1,7 @@ name: 3.1.x | Security Smoke Tests | Security Webmvc on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: security_webmvc_app_test: diff --git a/.github/workflows/3.1.x-session-session-jdbc.yml b/.github/workflows/3.1.x-session-session-jdbc.yml index d42b7096..b3fcf0d2 100644 --- a/.github/workflows/3.1.x-session-session-jdbc.yml +++ b/.github/workflows/3.1.x-session-session-jdbc.yml @@ -1,7 +1,7 @@ name: 3.1.x | Session Smoke Tests | Session Jdbc on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: session_jdbc_app_test: diff --git a/.github/workflows/3.1.x-session-session-redis-webflux.yml b/.github/workflows/3.1.x-session-session-redis-webflux.yml index e2b2cadf..fcdb72a9 100644 --- a/.github/workflows/3.1.x-session-session-redis-webflux.yml +++ b/.github/workflows/3.1.x-session-session-redis-webflux.yml @@ -1,7 +1,7 @@ name: 3.1.x | Session Smoke Tests | Session Redis Webflux on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: session_redis_webflux_app_test: diff --git a/.github/workflows/3.1.x-warm-caches.yml b/.github/workflows/3.1.x-warm-caches.yml index bea63a17..f8318e94 100644 --- a/.github/workflows/3.1.x-warm-caches.yml +++ b/.github/workflows/3.1.x-warm-caches.yml @@ -1,7 +1,7 @@ name: 3.1.x | Warm Caches on: schedule: - - cron : '10 0 * * *' + - cron : '0 0 * * *' workflow_dispatch: jobs: warm_caches: diff --git a/.github/workflows/3.2.x-batch-batch.yml b/.github/workflows/3.2.x-batch-batch.yml index 13e045fe..30f1efd0 100644 --- a/.github/workflows/3.2.x-batch-batch.yml +++ b/.github/workflows/3.2.x-batch-batch.yml @@ -1,7 +1,7 @@ name: 3.2.x | Batch Smoke Tests | Batch on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: batch_app_test: diff --git a/.github/workflows/3.2.x-boot-actuator-webflux-mgmt-port.yml b/.github/workflows/3.2.x-boot-actuator-webflux-mgmt-port.yml index 8747eaec..65048548 100644 --- a/.github/workflows/3.2.x-boot-actuator-webflux-mgmt-port.yml +++ b/.github/workflows/3.2.x-boot-actuator-webflux-mgmt-port.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Actuator Webflux Mgmt Port on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: actuator_webflux_mgmt_port_app_test: diff --git a/.github/workflows/3.2.x-boot-actuator-webflux.yml b/.github/workflows/3.2.x-boot-actuator-webflux.yml index bf5f4bff..5e62a670 100644 --- a/.github/workflows/3.2.x-boot-actuator-webflux.yml +++ b/.github/workflows/3.2.x-boot-actuator-webflux.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Actuator Webflux on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: actuator_webflux_app_test: diff --git a/.github/workflows/3.2.x-boot-actuator-webmvc-mgmt-port.yml b/.github/workflows/3.2.x-boot-actuator-webmvc-mgmt-port.yml index 0cd1da9a..74d0ddd7 100644 --- a/.github/workflows/3.2.x-boot-actuator-webmvc-mgmt-port.yml +++ b/.github/workflows/3.2.x-boot-actuator-webmvc-mgmt-port.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Actuator Webmvc Mgmt Port on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: actuator_webmvc_mgmt_port_app_test: diff --git a/.github/workflows/3.2.x-boot-actuator-webmvc.yml b/.github/workflows/3.2.x-boot-actuator-webmvc.yml index 6869fb03..3eea9f2f 100644 --- a/.github/workflows/3.2.x-boot-actuator-webmvc.yml +++ b/.github/workflows/3.2.x-boot-actuator-webmvc.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Actuator Webmvc on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: actuator_webmvc_app_test: diff --git a/.github/workflows/3.2.x-boot-boot-tcf-mockito.yml b/.github/workflows/3.2.x-boot-boot-tcf-mockito.yml index bcbb0393..73a6e117 100644 --- a/.github/workflows/3.2.x-boot-boot-tcf-mockito.yml +++ b/.github/workflows/3.2.x-boot-boot-tcf-mockito.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Boot Tcf Mockito on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: boot_tcf_mockito_test: diff --git a/.github/workflows/3.2.x-boot-boot-tcf.yml b/.github/workflows/3.2.x-boot-boot-tcf.yml index 9c4d6414..d4085de6 100644 --- a/.github/workflows/3.2.x-boot-boot-tcf.yml +++ b/.github/workflows/3.2.x-boot-boot-tcf.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Boot Tcf on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: boot_tcf_test: diff --git a/.github/workflows/3.2.x-boot-command-line-runner.yml b/.github/workflows/3.2.x-boot-command-line-runner.yml index 97b5e421..79692a8c 100644 --- a/.github/workflows/3.2.x-boot-command-line-runner.yml +++ b/.github/workflows/3.2.x-boot-command-line-runner.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Command Line Runner on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: command_line_runner_app_test: diff --git a/.github/workflows/3.2.x-boot-conditional.yml b/.github/workflows/3.2.x-boot-conditional.yml index fd56b902..0f394d35 100644 --- a/.github/workflows/3.2.x-boot-conditional.yml +++ b/.github/workflows/3.2.x-boot-conditional.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Conditional on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: conditional_app_test: diff --git a/.github/workflows/3.2.x-boot-configuration-properties.yml b/.github/workflows/3.2.x-boot-configuration-properties.yml index cabc8b0f..6c640127 100644 --- a/.github/workflows/3.2.x-boot-configuration-properties.yml +++ b/.github/workflows/3.2.x-boot-configuration-properties.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Configuration Properties on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: configuration_properties_app_test: diff --git a/.github/workflows/3.2.x-boot-custom-banner.yml b/.github/workflows/3.2.x-boot-custom-banner.yml index de4e8797..386ba9f1 100644 --- a/.github/workflows/3.2.x-boot-custom-banner.yml +++ b/.github/workflows/3.2.x-boot-custom-banner.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Custom Banner on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: custom_banner_app_test: diff --git a/.github/workflows/3.2.x-boot-flyway-10.yml b/.github/workflows/3.2.x-boot-flyway-10.yml index 64d63e32..56b02100 100644 --- a/.github/workflows/3.2.x-boot-flyway-10.yml +++ b/.github/workflows/3.2.x-boot-flyway-10.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Flyway 10 on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: flyway_10_app_test: diff --git a/.github/workflows/3.2.x-boot-flyway.yml b/.github/workflows/3.2.x-boot-flyway.yml index eb2c3c91..9c507c26 100644 --- a/.github/workflows/3.2.x-boot-flyway.yml +++ b/.github/workflows/3.2.x-boot-flyway.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Flyway on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: flyway_app_test: diff --git a/.github/workflows/3.2.x-boot-freemarker-webflux.yml b/.github/workflows/3.2.x-boot-freemarker-webflux.yml index f313d59e..85d7dc6d 100644 --- a/.github/workflows/3.2.x-boot-freemarker-webflux.yml +++ b/.github/workflows/3.2.x-boot-freemarker-webflux.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Freemarker Webflux on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: freemarker_webflux_app_test: diff --git a/.github/workflows/3.2.x-boot-freemarker-webmvc.yml b/.github/workflows/3.2.x-boot-freemarker-webmvc.yml index b808df8f..85c2769a 100644 --- a/.github/workflows/3.2.x-boot-freemarker-webmvc.yml +++ b/.github/workflows/3.2.x-boot-freemarker-webmvc.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Freemarker Webmvc on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: freemarker_webmvc_app_test: diff --git a/.github/workflows/3.2.x-boot-json.yml b/.github/workflows/3.2.x-boot-json.yml index 3d566bb2..401276c5 100644 --- a/.github/workflows/3.2.x-boot-json.yml +++ b/.github/workflows/3.2.x-boot-json.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Json on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: json_app_test: diff --git a/.github/workflows/3.2.x-boot-liquibase.yml b/.github/workflows/3.2.x-boot-liquibase.yml index b085a636..052dee2c 100644 --- a/.github/workflows/3.2.x-boot-liquibase.yml +++ b/.github/workflows/3.2.x-boot-liquibase.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Liquibase on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: liquibase_app_test: diff --git a/.github/workflows/3.2.x-boot-logging-logback-spring-xml.yml b/.github/workflows/3.2.x-boot-logging-logback-spring-xml.yml index d77bb435..2bb39c5b 100644 --- a/.github/workflows/3.2.x-boot-logging-logback-spring-xml.yml +++ b/.github/workflows/3.2.x-boot-logging-logback-spring-xml.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Logging Logback Spring Xml on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: logging_logback_spring_xml_app_test: diff --git a/.github/workflows/3.2.x-boot-logging-logback-xml.yml b/.github/workflows/3.2.x-boot-logging-logback-xml.yml index 2f01c6dc..b7cd5c6a 100644 --- a/.github/workflows/3.2.x-boot-logging-logback-xml.yml +++ b/.github/workflows/3.2.x-boot-logging-logback-xml.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Logging Logback Xml on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: logging_logback_xml_app_test: diff --git a/.github/workflows/3.2.x-boot-logging-logback.yml b/.github/workflows/3.2.x-boot-logging-logback.yml index da3437bf..e965722d 100644 --- a/.github/workflows/3.2.x-boot-logging-logback.yml +++ b/.github/workflows/3.2.x-boot-logging-logback.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Logging Logback on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: logging_logback_app_test: diff --git a/.github/workflows/3.2.x-boot-mustache-webflux.yml b/.github/workflows/3.2.x-boot-mustache-webflux.yml index ebcc4066..b6b5e816 100644 --- a/.github/workflows/3.2.x-boot-mustache-webflux.yml +++ b/.github/workflows/3.2.x-boot-mustache-webflux.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Mustache Webflux on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: mustache_webflux_app_test: diff --git a/.github/workflows/3.2.x-boot-mustache-webmvc.yml b/.github/workflows/3.2.x-boot-mustache-webmvc.yml index 706fb9b1..a43ee72b 100644 --- a/.github/workflows/3.2.x-boot-mustache-webmvc.yml +++ b/.github/workflows/3.2.x-boot-mustache-webmvc.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Mustache Webmvc on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: mustache_webmvc_app_test: diff --git a/.github/workflows/3.2.x-boot-servlet-component-scan.yml b/.github/workflows/3.2.x-boot-servlet-component-scan.yml index 22088943..099fb1f9 100644 --- a/.github/workflows/3.2.x-boot-servlet-component-scan.yml +++ b/.github/workflows/3.2.x-boot-servlet-component-scan.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Servlet Component Scan on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: servlet_component_scan_app_test: diff --git a/.github/workflows/3.2.x-boot-servlet-jetty.yml b/.github/workflows/3.2.x-boot-servlet-jetty.yml index 1788bdb0..9fac30e8 100644 --- a/.github/workflows/3.2.x-boot-servlet-jetty.yml +++ b/.github/workflows/3.2.x-boot-servlet-jetty.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Servlet Jetty on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: servlet_jetty_app_test: diff --git a/.github/workflows/3.2.x-boot-servlet-tomcat.yml b/.github/workflows/3.2.x-boot-servlet-tomcat.yml index 25a080f1..f78caeeb 100644 --- a/.github/workflows/3.2.x-boot-servlet-tomcat.yml +++ b/.github/workflows/3.2.x-boot-servlet-tomcat.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Servlet Tomcat on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: servlet_tomcat_app_test: diff --git a/.github/workflows/3.2.x-boot-servlet-undertow.yml b/.github/workflows/3.2.x-boot-servlet-undertow.yml index 60e3e78c..4f787ce2 100644 --- a/.github/workflows/3.2.x-boot-servlet-undertow.yml +++ b/.github/workflows/3.2.x-boot-servlet-undertow.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Servlet Undertow on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: servlet_undertow_app_test: diff --git a/.github/workflows/3.2.x-boot-thymeleaf-webflux.yml b/.github/workflows/3.2.x-boot-thymeleaf-webflux.yml index 5cb28c12..4ded24b7 100644 --- a/.github/workflows/3.2.x-boot-thymeleaf-webflux.yml +++ b/.github/workflows/3.2.x-boot-thymeleaf-webflux.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Thymeleaf Webflux on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: thymeleaf_webflux_app_test: diff --git a/.github/workflows/3.2.x-boot-thymeleaf-webmvc.yml b/.github/workflows/3.2.x-boot-thymeleaf-webmvc.yml index 4cca28e0..a63f3550 100644 --- a/.github/workflows/3.2.x-boot-thymeleaf-webmvc.yml +++ b/.github/workflows/3.2.x-boot-thymeleaf-webmvc.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Thymeleaf Webmvc on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: thymeleaf_webmvc_app_test: diff --git a/.github/workflows/3.2.x-boot-tracing-brave-zipkin.yml b/.github/workflows/3.2.x-boot-tracing-brave-zipkin.yml index 3bcc2b80..d4a2d78c 100644 --- a/.github/workflows/3.2.x-boot-tracing-brave-zipkin.yml +++ b/.github/workflows/3.2.x-boot-tracing-brave-zipkin.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Tracing Brave Zipkin on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: tracing_brave_zipkin_app_test: diff --git a/.github/workflows/3.2.x-boot-xml-config.yml b/.github/workflows/3.2.x-boot-xml-config.yml index 88bf01e0..9e8958df 100644 --- a/.github/workflows/3.2.x-boot-xml-config.yml +++ b/.github/workflows/3.2.x-boot-xml-config.yml @@ -1,7 +1,7 @@ name: 3.2.x | Boot Smoke Tests | Xml Config on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: xml_config_app_test: diff --git a/.github/workflows/3.2.x-cloud-cloud-config-client.yml b/.github/workflows/3.2.x-cloud-cloud-config-client.yml index d88a48c6..537e0299 100644 --- a/.github/workflows/3.2.x-cloud-cloud-config-client.yml +++ b/.github/workflows/3.2.x-cloud-cloud-config-client.yml @@ -1,7 +1,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Config Client on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cloud_config_client_app_test: diff --git a/.github/workflows/3.2.x-cloud-cloud-discovery-consul.yml b/.github/workflows/3.2.x-cloud-cloud-discovery-consul.yml index 040ad2a5..81cba257 100644 --- a/.github/workflows/3.2.x-cloud-cloud-discovery-consul.yml +++ b/.github/workflows/3.2.x-cloud-cloud-discovery-consul.yml @@ -1,7 +1,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Discovery Consul on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cloud_discovery_consul_app_test: diff --git a/.github/workflows/3.2.x-cloud-cloud-discovery-eureka.yml b/.github/workflows/3.2.x-cloud-cloud-discovery-eureka.yml index 65da5480..0ec4d8f8 100644 --- a/.github/workflows/3.2.x-cloud-cloud-discovery-eureka.yml +++ b/.github/workflows/3.2.x-cloud-cloud-discovery-eureka.yml @@ -1,7 +1,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Discovery Eureka on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cloud_discovery_eureka_app_test: diff --git a/.github/workflows/3.2.x-cloud-cloud-discovery-zookeeper.yml b/.github/workflows/3.2.x-cloud-cloud-discovery-zookeeper.yml index c2b1fef2..6efe7ff2 100644 --- a/.github/workflows/3.2.x-cloud-cloud-discovery-zookeeper.yml +++ b/.github/workflows/3.2.x-cloud-cloud-discovery-zookeeper.yml @@ -1,7 +1,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Discovery Zookeeper on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cloud_discovery_zookeeper_app_test: diff --git a/.github/workflows/3.2.x-cloud-cloud-function-web.yml b/.github/workflows/3.2.x-cloud-cloud-function-web.yml index 7538afd8..09220dd5 100644 --- a/.github/workflows/3.2.x-cloud-cloud-function-web.yml +++ b/.github/workflows/3.2.x-cloud-cloud-function-web.yml @@ -1,7 +1,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Function Web on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cloud_function_web_app_test: diff --git a/.github/workflows/3.2.x-cloud-cloud-function-webflux.yml b/.github/workflows/3.2.x-cloud-cloud-function-webflux.yml index 8424b525..5403f34f 100644 --- a/.github/workflows/3.2.x-cloud-cloud-function-webflux.yml +++ b/.github/workflows/3.2.x-cloud-cloud-function-webflux.yml @@ -1,7 +1,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Function Webflux on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cloud_function_webflux_app_test: diff --git a/.github/workflows/3.2.x-cloud-cloud-gateway.yml b/.github/workflows/3.2.x-cloud-cloud-gateway.yml index 04d5f294..fc922d68 100644 --- a/.github/workflows/3.2.x-cloud-cloud-gateway.yml +++ b/.github/workflows/3.2.x-cloud-cloud-gateway.yml @@ -1,7 +1,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Gateway on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cloud_gateway_app_test: diff --git a/.github/workflows/3.2.x-cloud-cloud-loadbalancing-web.yml b/.github/workflows/3.2.x-cloud-cloud-loadbalancing-web.yml index 6011f04b..3e76ee04 100644 --- a/.github/workflows/3.2.x-cloud-cloud-loadbalancing-web.yml +++ b/.github/workflows/3.2.x-cloud-cloud-loadbalancing-web.yml @@ -1,7 +1,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Loadbalancing Web on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cloud_loadbalancing_web_app_test: diff --git a/.github/workflows/3.2.x-cloud-cloud-loadbalancing-webflux.yml b/.github/workflows/3.2.x-cloud-cloud-loadbalancing-webflux.yml index 69e8d4e3..8c965f8e 100644 --- a/.github/workflows/3.2.x-cloud-cloud-loadbalancing-webflux.yml +++ b/.github/workflows/3.2.x-cloud-cloud-loadbalancing-webflux.yml @@ -1,7 +1,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Loadbalancing Webflux on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cloud_loadbalancing_webflux_app_test: diff --git a/.github/workflows/3.2.x-cloud-cloud-openfeign.yml b/.github/workflows/3.2.x-cloud-cloud-openfeign.yml index eada8911..946d66f5 100644 --- a/.github/workflows/3.2.x-cloud-cloud-openfeign.yml +++ b/.github/workflows/3.2.x-cloud-cloud-openfeign.yml @@ -1,7 +1,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Openfeign on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cloud_openfeign_app_test: diff --git a/.github/workflows/3.2.x-cloud-cloud-stream-kafka-streams.yml b/.github/workflows/3.2.x-cloud-cloud-stream-kafka-streams.yml index 2971d301..289b6b1a 100644 --- a/.github/workflows/3.2.x-cloud-cloud-stream-kafka-streams.yml +++ b/.github/workflows/3.2.x-cloud-cloud-stream-kafka-streams.yml @@ -1,7 +1,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Stream Kafka Streams on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cloud_stream_kafka_streams_app_test: diff --git a/.github/workflows/3.2.x-cloud-cloud-stream-kafka.yml b/.github/workflows/3.2.x-cloud-cloud-stream-kafka.yml index d8d01e2d..b9600fca 100644 --- a/.github/workflows/3.2.x-cloud-cloud-stream-kafka.yml +++ b/.github/workflows/3.2.x-cloud-cloud-stream-kafka.yml @@ -1,7 +1,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Stream Kafka on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cloud_stream_kafka_app_test: diff --git a/.github/workflows/3.2.x-cloud-cloud-stream-pulsar.yml b/.github/workflows/3.2.x-cloud-cloud-stream-pulsar.yml index 778b7fa3..f36e3856 100644 --- a/.github/workflows/3.2.x-cloud-cloud-stream-pulsar.yml +++ b/.github/workflows/3.2.x-cloud-cloud-stream-pulsar.yml @@ -1,7 +1,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Stream Pulsar on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cloud_stream_pulsar_app_test: diff --git a/.github/workflows/3.2.x-cloud-cloud-stream-rabbit.yml b/.github/workflows/3.2.x-cloud-cloud-stream-rabbit.yml index f12db8f7..8db3003a 100644 --- a/.github/workflows/3.2.x-cloud-cloud-stream-rabbit.yml +++ b/.github/workflows/3.2.x-cloud-cloud-stream-rabbit.yml @@ -1,7 +1,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Stream Rabbit on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cloud_stream_rabbit_app_test: diff --git a/.github/workflows/3.2.x-cloud-cloud-task.yml b/.github/workflows/3.2.x-cloud-cloud-task.yml index 919afe87..aab967e2 100644 --- a/.github/workflows/3.2.x-cloud-cloud-task.yml +++ b/.github/workflows/3.2.x-cloud-cloud-task.yml @@ -1,7 +1,7 @@ name: 3.2.x | Cloud Smoke Tests | Cloud Task on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cloud_task_app_test: diff --git a/.github/workflows/3.2.x-data-data-cassandra-reactive.yml b/.github/workflows/3.2.x-data-data-cassandra-reactive.yml index 30817395..3a8375ad 100644 --- a/.github/workflows/3.2.x-data-data-cassandra-reactive.yml +++ b/.github/workflows/3.2.x-data-data-cassandra-reactive.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Data Cassandra Reactive on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: data_cassandra_reactive_app_test: diff --git a/.github/workflows/3.2.x-data-data-cassandra.yml b/.github/workflows/3.2.x-data-data-cassandra.yml index f32dff02..bc085f59 100644 --- a/.github/workflows/3.2.x-data-data-cassandra.yml +++ b/.github/workflows/3.2.x-data-data-cassandra.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Data Cassandra on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: data_cassandra_app_test: diff --git a/.github/workflows/3.2.x-data-data-jdbc-h2-kotlin.yml b/.github/workflows/3.2.x-data-data-jdbc-h2-kotlin.yml index 3861a4b5..0465759b 100644 --- a/.github/workflows/3.2.x-data-data-jdbc-h2-kotlin.yml +++ b/.github/workflows/3.2.x-data-data-jdbc-h2-kotlin.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Data Jdbc H2 Kotlin on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: data_jdbc_h2_kotlin_app_test: diff --git a/.github/workflows/3.2.x-data-data-jdbc-h2.yml b/.github/workflows/3.2.x-data-data-jdbc-h2.yml index e99ad91d..fc723363 100644 --- a/.github/workflows/3.2.x-data-data-jdbc-h2.yml +++ b/.github/workflows/3.2.x-data-data-jdbc-h2.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Data Jdbc H2 on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: data_jdbc_h2_app_test: diff --git a/.github/workflows/3.2.x-data-data-jdbc-postgresql.yml b/.github/workflows/3.2.x-data-data-jdbc-postgresql.yml index 4931baf8..d5615a2e 100644 --- a/.github/workflows/3.2.x-data-data-jdbc-postgresql.yml +++ b/.github/workflows/3.2.x-data-data-jdbc-postgresql.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Data Jdbc Postgresql on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: data_jdbc_postgresql_app_test: diff --git a/.github/workflows/3.2.x-data-data-jpa-entityscan.yml b/.github/workflows/3.2.x-data-data-jpa-entityscan.yml index ea041f98..805e9c80 100644 --- a/.github/workflows/3.2.x-data-data-jpa-entityscan.yml +++ b/.github/workflows/3.2.x-data-data-jpa-entityscan.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Data Jpa Entityscan on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: data_jpa_entityscan_app_test: diff --git a/.github/workflows/3.2.x-data-data-jpa-kotlin.yml b/.github/workflows/3.2.x-data-data-jpa-kotlin.yml index 1b09109e..6733c860 100644 --- a/.github/workflows/3.2.x-data-data-jpa-kotlin.yml +++ b/.github/workflows/3.2.x-data-data-jpa-kotlin.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Data Jpa Kotlin on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: data_jpa_kotlin_app_test: diff --git a/.github/workflows/3.2.x-data-data-jpa.yml b/.github/workflows/3.2.x-data-data-jpa.yml index 19277a03..63ee815f 100644 --- a/.github/workflows/3.2.x-data-data-jpa.yml +++ b/.github/workflows/3.2.x-data-data-jpa.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Data Jpa on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: data_jpa_app_test: diff --git a/.github/workflows/3.2.x-data-data-mongodb-reactive.yml b/.github/workflows/3.2.x-data-data-mongodb-reactive.yml index b98ea1e8..c7f39f8d 100644 --- a/.github/workflows/3.2.x-data-data-mongodb-reactive.yml +++ b/.github/workflows/3.2.x-data-data-mongodb-reactive.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Data Mongodb Reactive on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: data_mongodb_reactive_app_test: diff --git a/.github/workflows/3.2.x-data-data-mongodb.yml b/.github/workflows/3.2.x-data-data-mongodb.yml index d3cc9b78..5e12e723 100644 --- a/.github/workflows/3.2.x-data-data-mongodb.yml +++ b/.github/workflows/3.2.x-data-data-mongodb.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Data Mongodb on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: data_mongodb_app_test: diff --git a/.github/workflows/3.2.x-data-data-neo4j.yml b/.github/workflows/3.2.x-data-data-neo4j.yml index d2ebf586..4a0451d3 100644 --- a/.github/workflows/3.2.x-data-data-neo4j.yml +++ b/.github/workflows/3.2.x-data-data-neo4j.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Data Neo4j on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: data_neo4j_app_test: diff --git a/.github/workflows/3.2.x-data-data-r2dbc.yml b/.github/workflows/3.2.x-data-data-r2dbc.yml index 2d1cec32..1b900039 100644 --- a/.github/workflows/3.2.x-data-data-r2dbc.yml +++ b/.github/workflows/3.2.x-data-data-r2dbc.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Data R2dbc on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: data_r2dbc_app_test: diff --git a/.github/workflows/3.2.x-data-data-redis-reactive.yml b/.github/workflows/3.2.x-data-data-redis-reactive.yml index 3cc7b5f5..c3f878a2 100644 --- a/.github/workflows/3.2.x-data-data-redis-reactive.yml +++ b/.github/workflows/3.2.x-data-data-redis-reactive.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Data Redis Reactive on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: data_redis_reactive_app_test: diff --git a/.github/workflows/3.2.x-data-data-redis.yml b/.github/workflows/3.2.x-data-data-redis.yml index 59e5a9a3..3698c3f3 100644 --- a/.github/workflows/3.2.x-data-data-redis.yml +++ b/.github/workflows/3.2.x-data-data-redis.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Data Redis on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: data_redis_app_test: diff --git a/.github/workflows/3.2.x-data-data-rest-mongodb.yml b/.github/workflows/3.2.x-data-data-rest-mongodb.yml index cad04a4c..03eeea23 100644 --- a/.github/workflows/3.2.x-data-data-rest-mongodb.yml +++ b/.github/workflows/3.2.x-data-data-rest-mongodb.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Data Rest Mongodb on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: data_rest_mongodb_app_test: diff --git a/.github/workflows/3.2.x-data-hateoas.yml b/.github/workflows/3.2.x-data-hateoas.yml index 5985d399..69e7e6cd 100644 --- a/.github/workflows/3.2.x-data-hateoas.yml +++ b/.github/workflows/3.2.x-data-hateoas.yml @@ -1,7 +1,7 @@ name: 3.2.x | Data Smoke Tests | Hateoas on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: hateoas_app_test: diff --git a/.github/workflows/3.2.x-framework-aspect.yml b/.github/workflows/3.2.x-framework-aspect.yml index fe7207fa..3bb9696d 100644 --- a/.github/workflows/3.2.x-framework-aspect.yml +++ b/.github/workflows/3.2.x-framework-aspect.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Aspect on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: aspect_app_test: diff --git a/.github/workflows/3.2.x-framework-async.yml b/.github/workflows/3.2.x-framework-async.yml index 3a3d2a20..6739c9fb 100644 --- a/.github/workflows/3.2.x-framework-async.yml +++ b/.github/workflows/3.2.x-framework-async.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Async on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: async_app_test: diff --git a/.github/workflows/3.2.x-framework-cache-caffeine.yml b/.github/workflows/3.2.x-framework-cache-caffeine.yml index b13f66e2..698a8865 100644 --- a/.github/workflows/3.2.x-framework-cache-caffeine.yml +++ b/.github/workflows/3.2.x-framework-cache-caffeine.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Cache Caffeine on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cache_caffeine_app_test: diff --git a/.github/workflows/3.2.x-framework-cache-redis.yml b/.github/workflows/3.2.x-framework-cache-redis.yml index e3efbae6..e126a2c1 100644 --- a/.github/workflows/3.2.x-framework-cache-redis.yml +++ b/.github/workflows/3.2.x-framework-cache-redis.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Cache Redis on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cache_redis_app_test: diff --git a/.github/workflows/3.2.x-framework-cache-simple-jdk-proxy.yml b/.github/workflows/3.2.x-framework-cache-simple-jdk-proxy.yml index 238320ca..2c33061f 100644 --- a/.github/workflows/3.2.x-framework-cache-simple-jdk-proxy.yml +++ b/.github/workflows/3.2.x-framework-cache-simple-jdk-proxy.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Cache Simple Jdk Proxy on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cache_simple_jdk_proxy_app_test: diff --git a/.github/workflows/3.2.x-framework-cache-simple.yml b/.github/workflows/3.2.x-framework-cache-simple.yml index 65cbe60c..1bf5b969 100644 --- a/.github/workflows/3.2.x-framework-cache-simple.yml +++ b/.github/workflows/3.2.x-framework-cache-simple.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Cache Simple on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: cache_simple_app_test: diff --git a/.github/workflows/3.2.x-framework-configuration-class-proxy.yml b/.github/workflows/3.2.x-framework-configuration-class-proxy.yml index 92f93088..f82e1b12 100644 --- a/.github/workflows/3.2.x-framework-configuration-class-proxy.yml +++ b/.github/workflows/3.2.x-framework-configuration-class-proxy.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Configuration Class Proxy on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: configuration_class_proxy_app_test: diff --git a/.github/workflows/3.2.x-framework-disposable.yml b/.github/workflows/3.2.x-framework-disposable.yml index 4090bb15..ee6dc6c3 100644 --- a/.github/workflows/3.2.x-framework-disposable.yml +++ b/.github/workflows/3.2.x-framework-disposable.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Disposable on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: disposable_app_test: diff --git a/.github/workflows/3.2.x-framework-event-listener.yml b/.github/workflows/3.2.x-framework-event-listener.yml index f85b7b11..96e2ef0b 100644 --- a/.github/workflows/3.2.x-framework-event-listener.yml +++ b/.github/workflows/3.2.x-framework-event-listener.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Event Listener on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: event_listener_app_test: diff --git a/.github/workflows/3.2.x-framework-hibernate-enhancer.yml b/.github/workflows/3.2.x-framework-hibernate-enhancer.yml index a2ce5d4f..5faf10b3 100644 --- a/.github/workflows/3.2.x-framework-hibernate-enhancer.yml +++ b/.github/workflows/3.2.x-framework-hibernate-enhancer.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Hibernate Enhancer on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: hibernate_enhancer_app_test: diff --git a/.github/workflows/3.2.x-framework-hibernate.yml b/.github/workflows/3.2.x-framework-hibernate.yml index 7359abf7..5baceb89 100644 --- a/.github/workflows/3.2.x-framework-hibernate.yml +++ b/.github/workflows/3.2.x-framework-hibernate.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Hibernate on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: hibernate_app_test: diff --git a/.github/workflows/3.2.x-framework-jdbc-h2.yml b/.github/workflows/3.2.x-framework-jdbc-h2.yml index efb09b1e..39e75266 100644 --- a/.github/workflows/3.2.x-framework-jdbc-h2.yml +++ b/.github/workflows/3.2.x-framework-jdbc-h2.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Jdbc H2 on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: jdbc_h2_app_test: diff --git a/.github/workflows/3.2.x-framework-jdbc-mariadb.yml b/.github/workflows/3.2.x-framework-jdbc-mariadb.yml index a30be4e2..b9f9430d 100644 --- a/.github/workflows/3.2.x-framework-jdbc-mariadb.yml +++ b/.github/workflows/3.2.x-framework-jdbc-mariadb.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Jdbc Mariadb on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: jdbc_mariadb_app_test: diff --git a/.github/workflows/3.2.x-framework-jdbc-mysql.yml b/.github/workflows/3.2.x-framework-jdbc-mysql.yml index 42192b91..7c112f28 100644 --- a/.github/workflows/3.2.x-framework-jdbc-mysql.yml +++ b/.github/workflows/3.2.x-framework-jdbc-mysql.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Jdbc Mysql on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: jdbc_mysql_app_test: diff --git a/.github/workflows/3.2.x-framework-jdbc-postgresql.yml b/.github/workflows/3.2.x-framework-jdbc-postgresql.yml index 522b489a..cc54ecfb 100644 --- a/.github/workflows/3.2.x-framework-jdbc-postgresql.yml +++ b/.github/workflows/3.2.x-framework-jdbc-postgresql.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Jdbc Postgresql on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: jdbc_postgresql_app_test: diff --git a/.github/workflows/3.2.x-framework-kotlin-functional.yml b/.github/workflows/3.2.x-framework-kotlin-functional.yml index f0540d52..0c3381d4 100644 --- a/.github/workflows/3.2.x-framework-kotlin-functional.yml +++ b/.github/workflows/3.2.x-framework-kotlin-functional.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Kotlin Functional on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: kotlin_functional_app_test: diff --git a/.github/workflows/3.2.x-framework-mail.yml b/.github/workflows/3.2.x-framework-mail.yml index 955103e8..6e036ac0 100644 --- a/.github/workflows/3.2.x-framework-mail.yml +++ b/.github/workflows/3.2.x-framework-mail.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Mail on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: mail_app_test: diff --git a/.github/workflows/3.2.x-framework-order.yml b/.github/workflows/3.2.x-framework-order.yml index 20a1f20c..4c28faa1 100644 --- a/.github/workflows/3.2.x-framework-order.yml +++ b/.github/workflows/3.2.x-framework-order.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Order on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: order_app_test: diff --git a/.github/workflows/3.2.x-framework-quartz.yml b/.github/workflows/3.2.x-framework-quartz.yml index cfb5da95..18093c1b 100644 --- a/.github/workflows/3.2.x-framework-quartz.yml +++ b/.github/workflows/3.2.x-framework-quartz.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Quartz on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: quartz_app_test: diff --git a/.github/workflows/3.2.x-framework-resource.yml b/.github/workflows/3.2.x-framework-resource.yml index b2d7b3ce..06d4945d 100644 --- a/.github/workflows/3.2.x-framework-resource.yml +++ b/.github/workflows/3.2.x-framework-resource.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Resource on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: resource_app_test: diff --git a/.github/workflows/3.2.x-framework-rest-template.yml b/.github/workflows/3.2.x-framework-rest-template.yml index 80f26e88..8f004130 100644 --- a/.github/workflows/3.2.x-framework-rest-template.yml +++ b/.github/workflows/3.2.x-framework-rest-template.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Rest Template on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: rest_template_app_test: diff --git a/.github/workflows/3.2.x-framework-rsocket.yml b/.github/workflows/3.2.x-framework-rsocket.yml index d48441bc..b4c00156 100644 --- a/.github/workflows/3.2.x-framework-rsocket.yml +++ b/.github/workflows/3.2.x-framework-rsocket.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Rsocket on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: rsocket_app_test: diff --git a/.github/workflows/3.2.x-framework-scheduled.yml b/.github/workflows/3.2.x-framework-scheduled.yml index f9f958f3..1e0a6d6c 100644 --- a/.github/workflows/3.2.x-framework-scheduled.yml +++ b/.github/workflows/3.2.x-framework-scheduled.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Scheduled on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: scheduled_app_test: diff --git a/.github/workflows/3.2.x-framework-tcf.yml b/.github/workflows/3.2.x-framework-tcf.yml index b427358b..86ac3a58 100644 --- a/.github/workflows/3.2.x-framework-tcf.yml +++ b/.github/workflows/3.2.x-framework-tcf.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Tcf on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: tcf_test: diff --git a/.github/workflows/3.2.x-framework-transactional-event-listener.yml b/.github/workflows/3.2.x-framework-transactional-event-listener.yml index 59e1583a..99cc9457 100644 --- a/.github/workflows/3.2.x-framework-transactional-event-listener.yml +++ b/.github/workflows/3.2.x-framework-transactional-event-listener.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Transactional Event Listener on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: transactional_event_listener_app_test: diff --git a/.github/workflows/3.2.x-framework-transactional.yml b/.github/workflows/3.2.x-framework-transactional.yml index 11caa1ba..b72ac38f 100644 --- a/.github/workflows/3.2.x-framework-transactional.yml +++ b/.github/workflows/3.2.x-framework-transactional.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Transactional on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: transactional_app_test: diff --git a/.github/workflows/3.2.x-framework-validation.yml b/.github/workflows/3.2.x-framework-validation.yml index 9b03d8a3..d868d487 100644 --- a/.github/workflows/3.2.x-framework-validation.yml +++ b/.github/workflows/3.2.x-framework-validation.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Validation on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: validation_app_test: diff --git a/.github/workflows/3.2.x-framework-webclient.yml b/.github/workflows/3.2.x-framework-webclient.yml index 807aba87..4fdbb55d 100644 --- a/.github/workflows/3.2.x-framework-webclient.yml +++ b/.github/workflows/3.2.x-framework-webclient.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Webclient on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: webclient_app_test: diff --git a/.github/workflows/3.2.x-framework-webflux-jetty.yml b/.github/workflows/3.2.x-framework-webflux-jetty.yml index c54cc304..16f7f93c 100644 --- a/.github/workflows/3.2.x-framework-webflux-jetty.yml +++ b/.github/workflows/3.2.x-framework-webflux-jetty.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Webflux Jetty on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: webflux_jetty_app_test: diff --git a/.github/workflows/3.2.x-framework-webflux-netty-tls.yml b/.github/workflows/3.2.x-framework-webflux-netty-tls.yml index 9f47c562..e3464c54 100644 --- a/.github/workflows/3.2.x-framework-webflux-netty-tls.yml +++ b/.github/workflows/3.2.x-framework-webflux-netty-tls.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Webflux Netty Tls on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: webflux_netty_tls_app_test: diff --git a/.github/workflows/3.2.x-framework-webflux-netty.yml b/.github/workflows/3.2.x-framework-webflux-netty.yml index e42f299e..70f94052 100644 --- a/.github/workflows/3.2.x-framework-webflux-netty.yml +++ b/.github/workflows/3.2.x-framework-webflux-netty.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Webflux Netty on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: webflux_netty_app_test: diff --git a/.github/workflows/3.2.x-framework-webflux-undertow.yml b/.github/workflows/3.2.x-framework-webflux-undertow.yml index cfa502b8..ff0c1912 100644 --- a/.github/workflows/3.2.x-framework-webflux-undertow.yml +++ b/.github/workflows/3.2.x-framework-webflux-undertow.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Webflux Undertow on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: webflux_undertow_app_test: diff --git a/.github/workflows/3.2.x-framework-webmvc-jetty-tls.yml b/.github/workflows/3.2.x-framework-webmvc-jetty-tls.yml index 29ceaae8..dcb5a96e 100644 --- a/.github/workflows/3.2.x-framework-webmvc-jetty-tls.yml +++ b/.github/workflows/3.2.x-framework-webmvc-jetty-tls.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Webmvc Jetty Tls on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: webmvc_jetty_tls_app_test: diff --git a/.github/workflows/3.2.x-framework-webmvc-jetty.yml b/.github/workflows/3.2.x-framework-webmvc-jetty.yml index d89a24dc..ecb0af20 100644 --- a/.github/workflows/3.2.x-framework-webmvc-jetty.yml +++ b/.github/workflows/3.2.x-framework-webmvc-jetty.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Webmvc Jetty on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: webmvc_jetty_app_test: diff --git a/.github/workflows/3.2.x-framework-webmvc-scoped-proxy.yml b/.github/workflows/3.2.x-framework-webmvc-scoped-proxy.yml index d4ca9a62..1685870a 100644 --- a/.github/workflows/3.2.x-framework-webmvc-scoped-proxy.yml +++ b/.github/workflows/3.2.x-framework-webmvc-scoped-proxy.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Webmvc Scoped Proxy on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: webmvc_scoped_proxy_app_test: diff --git a/.github/workflows/3.2.x-framework-webmvc-tomcat-tls.yml b/.github/workflows/3.2.x-framework-webmvc-tomcat-tls.yml index 2ce1df5b..8ccce173 100644 --- a/.github/workflows/3.2.x-framework-webmvc-tomcat-tls.yml +++ b/.github/workflows/3.2.x-framework-webmvc-tomcat-tls.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Webmvc Tomcat Tls on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: webmvc_tomcat_tls_app_test: diff --git a/.github/workflows/3.2.x-framework-webmvc-tomcat.yml b/.github/workflows/3.2.x-framework-webmvc-tomcat.yml index 421092c6..b117599b 100644 --- a/.github/workflows/3.2.x-framework-webmvc-tomcat.yml +++ b/.github/workflows/3.2.x-framework-webmvc-tomcat.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Webmvc Tomcat on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: webmvc_tomcat_app_test: diff --git a/.github/workflows/3.2.x-framework-webmvc-undertow-tls.yml b/.github/workflows/3.2.x-framework-webmvc-undertow-tls.yml index 57998be3..4870edf7 100644 --- a/.github/workflows/3.2.x-framework-webmvc-undertow-tls.yml +++ b/.github/workflows/3.2.x-framework-webmvc-undertow-tls.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Webmvc Undertow Tls on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: webmvc_undertow_tls_app_test: diff --git a/.github/workflows/3.2.x-framework-webmvc-undertow.yml b/.github/workflows/3.2.x-framework-webmvc-undertow.yml index 0d1d04dd..86d81602 100644 --- a/.github/workflows/3.2.x-framework-webmvc-undertow.yml +++ b/.github/workflows/3.2.x-framework-webmvc-undertow.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Webmvc Undertow on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: webmvc_undertow_app_test: diff --git a/.github/workflows/3.2.x-framework-websocket-jetty.yml b/.github/workflows/3.2.x-framework-websocket-jetty.yml index c853e885..7ad03190 100644 --- a/.github/workflows/3.2.x-framework-websocket-jetty.yml +++ b/.github/workflows/3.2.x-framework-websocket-jetty.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Websocket Jetty on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: websocket_jetty_app_test: diff --git a/.github/workflows/3.2.x-framework-websocket-stomp.yml b/.github/workflows/3.2.x-framework-websocket-stomp.yml index 1910e8cf..3dada9d9 100644 --- a/.github/workflows/3.2.x-framework-websocket-stomp.yml +++ b/.github/workflows/3.2.x-framework-websocket-stomp.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Websocket Stomp on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: websocket_stomp_app_test: diff --git a/.github/workflows/3.2.x-framework-websocket-tomcat.yml b/.github/workflows/3.2.x-framework-websocket-tomcat.yml index 4a9ef22c..06aee7b9 100644 --- a/.github/workflows/3.2.x-framework-websocket-tomcat.yml +++ b/.github/workflows/3.2.x-framework-websocket-tomcat.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Websocket Tomcat on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: websocket_tomcat_app_test: diff --git a/.github/workflows/3.2.x-framework-websocket-undertow.yml b/.github/workflows/3.2.x-framework-websocket-undertow.yml index 2b8e3226..3c93d00e 100644 --- a/.github/workflows/3.2.x-framework-websocket-undertow.yml +++ b/.github/workflows/3.2.x-framework-websocket-undertow.yml @@ -1,7 +1,7 @@ name: 3.2.x | Framework Smoke Tests | Websocket Undertow on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: websocket_undertow_app_test: diff --git a/.github/workflows/3.2.x-graphql-graphql-webflux-rsocket.yml b/.github/workflows/3.2.x-graphql-graphql-webflux-rsocket.yml index 282f7352..788a6adc 100644 --- a/.github/workflows/3.2.x-graphql-graphql-webflux-rsocket.yml +++ b/.github/workflows/3.2.x-graphql-graphql-webflux-rsocket.yml @@ -1,7 +1,7 @@ name: 3.2.x | Graphql Smoke Tests | Graphql Webflux Rsocket on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: graphql_webflux_rsocket_app_test: diff --git a/.github/workflows/3.2.x-graphql-graphql-webflux.yml b/.github/workflows/3.2.x-graphql-graphql-webflux.yml index bc5e44bb..f6f6e542 100644 --- a/.github/workflows/3.2.x-graphql-graphql-webflux.yml +++ b/.github/workflows/3.2.x-graphql-graphql-webflux.yml @@ -1,7 +1,7 @@ name: 3.2.x | Graphql Smoke Tests | Graphql Webflux on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: graphql_webflux_app_test: diff --git a/.github/workflows/3.2.x-graphql-graphql-webmvc.yml b/.github/workflows/3.2.x-graphql-graphql-webmvc.yml index 51bd0499..e5e98ee3 100644 --- a/.github/workflows/3.2.x-graphql-graphql-webmvc.yml +++ b/.github/workflows/3.2.x-graphql-graphql-webmvc.yml @@ -1,7 +1,7 @@ name: 3.2.x | Graphql Smoke Tests | Graphql Webmvc on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: graphql_webmvc_app_test: diff --git a/.github/workflows/3.2.x-integration-integration.yml b/.github/workflows/3.2.x-integration-integration.yml index 60225e9d..3207a431 100644 --- a/.github/workflows/3.2.x-integration-integration.yml +++ b/.github/workflows/3.2.x-integration-integration.yml @@ -1,7 +1,7 @@ name: 3.2.x | Integration Smoke Tests | Integration on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: integration_app_test: diff --git a/.github/workflows/3.2.x-integration-spring-amqp-rabbit.yml b/.github/workflows/3.2.x-integration-spring-amqp-rabbit.yml index 087fd591..0d4e49f3 100644 --- a/.github/workflows/3.2.x-integration-spring-amqp-rabbit.yml +++ b/.github/workflows/3.2.x-integration-spring-amqp-rabbit.yml @@ -1,7 +1,7 @@ name: 3.2.x | Integration Smoke Tests | Spring Amqp Rabbit on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: spring_amqp_rabbit_app_test: diff --git a/.github/workflows/3.2.x-integration-spring-kafka-avro.yml b/.github/workflows/3.2.x-integration-spring-kafka-avro.yml index d052c265..773a3568 100644 --- a/.github/workflows/3.2.x-integration-spring-kafka-avro.yml +++ b/.github/workflows/3.2.x-integration-spring-kafka-avro.yml @@ -1,7 +1,7 @@ name: 3.2.x | Integration Smoke Tests | Spring Kafka Avro on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: spring_kafka_avro_app_test: diff --git a/.github/workflows/3.2.x-integration-spring-kafka-streams.yml b/.github/workflows/3.2.x-integration-spring-kafka-streams.yml index 272ff13d..d67e1166 100644 --- a/.github/workflows/3.2.x-integration-spring-kafka-streams.yml +++ b/.github/workflows/3.2.x-integration-spring-kafka-streams.yml @@ -1,7 +1,7 @@ name: 3.2.x | Integration Smoke Tests | Spring Kafka Streams on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: spring_kafka_streams_app_test: diff --git a/.github/workflows/3.2.x-integration-spring-kafka.yml b/.github/workflows/3.2.x-integration-spring-kafka.yml index 0dba5226..3774b35c 100644 --- a/.github/workflows/3.2.x-integration-spring-kafka.yml +++ b/.github/workflows/3.2.x-integration-spring-kafka.yml @@ -1,7 +1,7 @@ name: 3.2.x | Integration Smoke Tests | Spring Kafka on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: spring_kafka_app_test: diff --git a/.github/workflows/3.2.x-integration-spring-pulsar-reactive.yml b/.github/workflows/3.2.x-integration-spring-pulsar-reactive.yml index bf451e03..aa75b0c1 100644 --- a/.github/workflows/3.2.x-integration-spring-pulsar-reactive.yml +++ b/.github/workflows/3.2.x-integration-spring-pulsar-reactive.yml @@ -1,7 +1,7 @@ name: 3.2.x | Integration Smoke Tests | Spring Pulsar Reactive on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: spring_pulsar_reactive_app_test: diff --git a/.github/workflows/3.2.x-integration-spring-pulsar.yml b/.github/workflows/3.2.x-integration-spring-pulsar.yml index 72f4fcae..97896709 100644 --- a/.github/workflows/3.2.x-integration-spring-pulsar.yml +++ b/.github/workflows/3.2.x-integration-spring-pulsar.yml @@ -1,7 +1,7 @@ name: 3.2.x | Integration Smoke Tests | Spring Pulsar on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: spring_pulsar_app_test: diff --git a/.github/workflows/3.2.x-security-ldap-odm.yml b/.github/workflows/3.2.x-security-ldap-odm.yml index 00a9438c..201207c6 100644 --- a/.github/workflows/3.2.x-security-ldap-odm.yml +++ b/.github/workflows/3.2.x-security-ldap-odm.yml @@ -1,7 +1,7 @@ name: 3.2.x | Security Smoke Tests | Ldap Odm on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: ldap_odm_app_test: diff --git a/.github/workflows/3.2.x-security-security-ldap.yml b/.github/workflows/3.2.x-security-security-ldap.yml index 0320c1c4..2d84aa98 100644 --- a/.github/workflows/3.2.x-security-security-ldap.yml +++ b/.github/workflows/3.2.x-security-security-ldap.yml @@ -1,7 +1,7 @@ name: 3.2.x | Security Smoke Tests | Security Ldap on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: security_ldap_app_test: diff --git a/.github/workflows/3.2.x-security-security-method.yml b/.github/workflows/3.2.x-security-security-method.yml index 69b291c8..58780b40 100644 --- a/.github/workflows/3.2.x-security-security-method.yml +++ b/.github/workflows/3.2.x-security-security-method.yml @@ -1,7 +1,7 @@ name: 3.2.x | Security Smoke Tests | Security Method on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: security_method_app_test: diff --git a/.github/workflows/3.2.x-security-security-oauth2-authorization-server.yml b/.github/workflows/3.2.x-security-security-oauth2-authorization-server.yml index e6f42cb3..bf708c6f 100644 --- a/.github/workflows/3.2.x-security-security-oauth2-authorization-server.yml +++ b/.github/workflows/3.2.x-security-security-oauth2-authorization-server.yml @@ -1,7 +1,7 @@ name: 3.2.x | Security Smoke Tests | Security Oauth2 Authorization Server on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: security_oauth2_authorization_server_app_test: diff --git a/.github/workflows/3.2.x-security-security-oauth2-resource-server.yml b/.github/workflows/3.2.x-security-security-oauth2-resource-server.yml index c0089d6b..6dff5bde 100644 --- a/.github/workflows/3.2.x-security-security-oauth2-resource-server.yml +++ b/.github/workflows/3.2.x-security-security-oauth2-resource-server.yml @@ -1,7 +1,7 @@ name: 3.2.x | Security Smoke Tests | Security Oauth2 Resource Server on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: security_oauth2_resource_server_app_test: diff --git a/.github/workflows/3.2.x-security-security-thymeleaf.yml b/.github/workflows/3.2.x-security-security-thymeleaf.yml index 777de537..696ca806 100644 --- a/.github/workflows/3.2.x-security-security-thymeleaf.yml +++ b/.github/workflows/3.2.x-security-security-thymeleaf.yml @@ -1,7 +1,7 @@ name: 3.2.x | Security Smoke Tests | Security Thymeleaf on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: security_thymeleaf_app_test: diff --git a/.github/workflows/3.2.x-security-security-webflux.yml b/.github/workflows/3.2.x-security-security-webflux.yml index 89a7a28d..7e7ead14 100644 --- a/.github/workflows/3.2.x-security-security-webflux.yml +++ b/.github/workflows/3.2.x-security-security-webflux.yml @@ -1,7 +1,7 @@ name: 3.2.x | Security Smoke Tests | Security Webflux on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: security_webflux_app_test: diff --git a/.github/workflows/3.2.x-security-security-webmvc.yml b/.github/workflows/3.2.x-security-security-webmvc.yml index a4a3dc9b..931a9b7c 100644 --- a/.github/workflows/3.2.x-security-security-webmvc.yml +++ b/.github/workflows/3.2.x-security-security-webmvc.yml @@ -1,7 +1,7 @@ name: 3.2.x | Security Smoke Tests | Security Webmvc on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: security_webmvc_app_test: diff --git a/.github/workflows/3.2.x-session-session-jdbc.yml b/.github/workflows/3.2.x-session-session-jdbc.yml index 7eac9136..73feeec3 100644 --- a/.github/workflows/3.2.x-session-session-jdbc.yml +++ b/.github/workflows/3.2.x-session-session-jdbc.yml @@ -1,7 +1,7 @@ name: 3.2.x | Session Smoke Tests | Session Jdbc on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: session_jdbc_app_test: diff --git a/.github/workflows/3.2.x-session-session-redis-webflux.yml b/.github/workflows/3.2.x-session-session-redis-webflux.yml index f82785a3..9b72e4e1 100644 --- a/.github/workflows/3.2.x-session-session-redis-webflux.yml +++ b/.github/workflows/3.2.x-session-session-redis-webflux.yml @@ -1,7 +1,7 @@ name: 3.2.x | Session Smoke Tests | Session Redis Webflux on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: session_redis_webflux_app_test: diff --git a/.github/workflows/3.2.x-warm-caches.yml b/.github/workflows/3.2.x-warm-caches.yml index 6ea37360..b9be9168 100644 --- a/.github/workflows/3.2.x-warm-caches.yml +++ b/.github/workflows/3.2.x-warm-caches.yml @@ -1,7 +1,7 @@ name: 3.2.x | Warm Caches on: schedule: - - cron : '20 0 * * *' + - cron : '10 0 * * *' workflow_dispatch: jobs: warm_caches: diff --git a/.github/workflows/3.3.x-batch-batch.yml b/.github/workflows/3.3.x-batch-batch.yml index 51357a94..3cbd70e7 100644 --- a/.github/workflows/3.3.x-batch-batch.yml +++ b/.github/workflows/3.3.x-batch-batch.yml @@ -1,7 +1,7 @@ name: 3.3.x | Batch Smoke Tests | Batch on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: batch_app_test: 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 31b99e3c..e5e0e538 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 @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Actuator Webflux Mgmt Port on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: actuator_webflux_mgmt_port_app_test: diff --git a/.github/workflows/3.3.x-boot-actuator-webflux.yml b/.github/workflows/3.3.x-boot-actuator-webflux.yml index 2cda24f8..f0236406 100644 --- a/.github/workflows/3.3.x-boot-actuator-webflux.yml +++ b/.github/workflows/3.3.x-boot-actuator-webflux.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Actuator Webflux on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: actuator_webflux_app_test: 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 1c925643..efe69158 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 @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Actuator Webmvc Mgmt Port on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: actuator_webmvc_mgmt_port_app_test: diff --git a/.github/workflows/3.3.x-boot-actuator-webmvc.yml b/.github/workflows/3.3.x-boot-actuator-webmvc.yml index cbb30685..8a6a2bd6 100644 --- a/.github/workflows/3.3.x-boot-actuator-webmvc.yml +++ b/.github/workflows/3.3.x-boot-actuator-webmvc.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Actuator Webmvc on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: actuator_webmvc_app_test: diff --git a/.github/workflows/3.3.x-boot-boot-tcf-mockito.yml b/.github/workflows/3.3.x-boot-boot-tcf-mockito.yml index 67b2aacd..da84f360 100644 --- a/.github/workflows/3.3.x-boot-boot-tcf-mockito.yml +++ b/.github/workflows/3.3.x-boot-boot-tcf-mockito.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Boot Tcf Mockito on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: boot_tcf_mockito_test: diff --git a/.github/workflows/3.3.x-boot-boot-tcf.yml b/.github/workflows/3.3.x-boot-boot-tcf.yml index 3fef9335..bc65b86f 100644 --- a/.github/workflows/3.3.x-boot-boot-tcf.yml +++ b/.github/workflows/3.3.x-boot-boot-tcf.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Boot Tcf on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: boot_tcf_test: 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 09a23872..a1787b5e 100644 --- a/.github/workflows/3.3.x-boot-command-line-runner.yml +++ b/.github/workflows/3.3.x-boot-command-line-runner.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Command Line Runner on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: command_line_runner_app_test: diff --git a/.github/workflows/3.3.x-boot-conditional.yml b/.github/workflows/3.3.x-boot-conditional.yml index b278da4a..2db5c3bd 100644 --- a/.github/workflows/3.3.x-boot-conditional.yml +++ b/.github/workflows/3.3.x-boot-conditional.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Conditional on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: conditional_app_test: diff --git a/.github/workflows/3.3.x-boot-configuration-properties.yml b/.github/workflows/3.3.x-boot-configuration-properties.yml index d9510d39..98b3e97f 100644 --- a/.github/workflows/3.3.x-boot-configuration-properties.yml +++ b/.github/workflows/3.3.x-boot-configuration-properties.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Configuration Properties on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: configuration_properties_app_test: diff --git a/.github/workflows/3.3.x-boot-custom-banner.yml b/.github/workflows/3.3.x-boot-custom-banner.yml index ffbe32a4..ecebe369 100644 --- a/.github/workflows/3.3.x-boot-custom-banner.yml +++ b/.github/workflows/3.3.x-boot-custom-banner.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Custom Banner on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: custom_banner_app_test: diff --git a/.github/workflows/3.3.x-boot-flyway.yml b/.github/workflows/3.3.x-boot-flyway.yml index 9382a1af..ea2806b6 100644 --- a/.github/workflows/3.3.x-boot-flyway.yml +++ b/.github/workflows/3.3.x-boot-flyway.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Flyway on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: flyway_app_test: diff --git a/.github/workflows/3.3.x-boot-freemarker-webflux.yml b/.github/workflows/3.3.x-boot-freemarker-webflux.yml index 90b89e0b..9b6a1e27 100644 --- a/.github/workflows/3.3.x-boot-freemarker-webflux.yml +++ b/.github/workflows/3.3.x-boot-freemarker-webflux.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Freemarker Webflux on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: freemarker_webflux_app_test: diff --git a/.github/workflows/3.3.x-boot-freemarker-webmvc.yml b/.github/workflows/3.3.x-boot-freemarker-webmvc.yml index 8762249a..a2eca85f 100644 --- a/.github/workflows/3.3.x-boot-freemarker-webmvc.yml +++ b/.github/workflows/3.3.x-boot-freemarker-webmvc.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Freemarker Webmvc on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: freemarker_webmvc_app_test: diff --git a/.github/workflows/3.3.x-boot-json.yml b/.github/workflows/3.3.x-boot-json.yml index 23df4ab7..db19f393 100644 --- a/.github/workflows/3.3.x-boot-json.yml +++ b/.github/workflows/3.3.x-boot-json.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Json on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: json_app_test: diff --git a/.github/workflows/3.3.x-boot-liquibase.yml b/.github/workflows/3.3.x-boot-liquibase.yml index 4d957ad3..8bc59d0a 100644 --- a/.github/workflows/3.3.x-boot-liquibase.yml +++ b/.github/workflows/3.3.x-boot-liquibase.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Liquibase on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: liquibase_app_test: 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 595baa69..15c58f8c 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 @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Logging Logback Spring Xml on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: logging_logback_spring_xml_app_test: 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 4ba014bb..afc9386b 100644 --- a/.github/workflows/3.3.x-boot-logging-logback-xml.yml +++ b/.github/workflows/3.3.x-boot-logging-logback-xml.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Logging Logback Xml on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: logging_logback_xml_app_test: diff --git a/.github/workflows/3.3.x-boot-logging-logback.yml b/.github/workflows/3.3.x-boot-logging-logback.yml index 96159752..fd727d17 100644 --- a/.github/workflows/3.3.x-boot-logging-logback.yml +++ b/.github/workflows/3.3.x-boot-logging-logback.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Logging Logback on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: logging_logback_app_test: diff --git a/.github/workflows/3.3.x-boot-mustache-webflux.yml b/.github/workflows/3.3.x-boot-mustache-webflux.yml index d93377d2..3adbc253 100644 --- a/.github/workflows/3.3.x-boot-mustache-webflux.yml +++ b/.github/workflows/3.3.x-boot-mustache-webflux.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Mustache Webflux on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: mustache_webflux_app_test: diff --git a/.github/workflows/3.3.x-boot-mustache-webmvc.yml b/.github/workflows/3.3.x-boot-mustache-webmvc.yml index 7fc4bc2e..3bab34d4 100644 --- a/.github/workflows/3.3.x-boot-mustache-webmvc.yml +++ b/.github/workflows/3.3.x-boot-mustache-webmvc.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Mustache Webmvc on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: mustache_webmvc_app_test: 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 0e82f5ee..3138b74f 100644 --- a/.github/workflows/3.3.x-boot-servlet-component-scan.yml +++ b/.github/workflows/3.3.x-boot-servlet-component-scan.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Servlet Component Scan on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: servlet_component_scan_app_test: diff --git a/.github/workflows/3.3.x-boot-servlet-jetty.yml b/.github/workflows/3.3.x-boot-servlet-jetty.yml index a3cadd58..17f9fb79 100644 --- a/.github/workflows/3.3.x-boot-servlet-jetty.yml +++ b/.github/workflows/3.3.x-boot-servlet-jetty.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Servlet Jetty on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: servlet_jetty_app_test: diff --git a/.github/workflows/3.3.x-boot-servlet-tomcat.yml b/.github/workflows/3.3.x-boot-servlet-tomcat.yml index c323215c..2fe4b442 100644 --- a/.github/workflows/3.3.x-boot-servlet-tomcat.yml +++ b/.github/workflows/3.3.x-boot-servlet-tomcat.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Servlet Tomcat on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: servlet_tomcat_app_test: diff --git a/.github/workflows/3.3.x-boot-servlet-undertow.yml b/.github/workflows/3.3.x-boot-servlet-undertow.yml index 6aa94d12..85f2ba3e 100644 --- a/.github/workflows/3.3.x-boot-servlet-undertow.yml +++ b/.github/workflows/3.3.x-boot-servlet-undertow.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Servlet Undertow on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: servlet_undertow_app_test: diff --git a/.github/workflows/3.3.x-boot-thymeleaf-webflux.yml b/.github/workflows/3.3.x-boot-thymeleaf-webflux.yml index b7bbdc33..e792f0d7 100644 --- a/.github/workflows/3.3.x-boot-thymeleaf-webflux.yml +++ b/.github/workflows/3.3.x-boot-thymeleaf-webflux.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Thymeleaf Webflux on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: thymeleaf_webflux_app_test: diff --git a/.github/workflows/3.3.x-boot-thymeleaf-webmvc.yml b/.github/workflows/3.3.x-boot-thymeleaf-webmvc.yml index d10525f2..1fdfc72f 100644 --- a/.github/workflows/3.3.x-boot-thymeleaf-webmvc.yml +++ b/.github/workflows/3.3.x-boot-thymeleaf-webmvc.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Thymeleaf Webmvc on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: thymeleaf_webmvc_app_test: 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 817b5559..82acc53c 100644 --- a/.github/workflows/3.3.x-boot-tracing-brave-zipkin.yml +++ b/.github/workflows/3.3.x-boot-tracing-brave-zipkin.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Tracing Brave Zipkin on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: tracing_brave_zipkin_app_test: diff --git a/.github/workflows/3.3.x-boot-xml-config.yml b/.github/workflows/3.3.x-boot-xml-config.yml index e5ac192d..98f8314b 100644 --- a/.github/workflows/3.3.x-boot-xml-config.yml +++ b/.github/workflows/3.3.x-boot-xml-config.yml @@ -1,7 +1,7 @@ name: 3.3.x | Boot Smoke Tests | Xml Config on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: xml_config_app_test: 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 00666f5e..e56b99b3 100644 --- a/.github/workflows/3.3.x-cloud-cloud-config-client.yml +++ b/.github/workflows/3.3.x-cloud-cloud-config-client.yml @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Config Client on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_config_client_app_test: 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 0fc6171c..36c8f75e 100644 --- a/.github/workflows/3.3.x-cloud-cloud-config-server.yml +++ b/.github/workflows/3.3.x-cloud-cloud-config-server.yml @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Config Server on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_config_server_app_test: 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 680a3fbb..89f96918 100644 --- a/.github/workflows/3.3.x-cloud-cloud-discovery-consul.yml +++ b/.github/workflows/3.3.x-cloud-cloud-discovery-consul.yml @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Discovery Consul on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_discovery_consul_app_test: 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 4f580301..839176e9 100644 --- a/.github/workflows/3.3.x-cloud-cloud-discovery-eureka.yml +++ b/.github/workflows/3.3.x-cloud-cloud-discovery-eureka.yml @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Discovery Eureka on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_discovery_eureka_app_test: 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 c7fa06ae..dc1e8e76 100644 --- a/.github/workflows/3.3.x-cloud-cloud-discovery-zookeeper.yml +++ b/.github/workflows/3.3.x-cloud-cloud-discovery-zookeeper.yml @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Discovery Zookeeper on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_discovery_zookeeper_app_test: 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 69966c5e..c6a3d125 100644 --- a/.github/workflows/3.3.x-cloud-cloud-function-web.yml +++ b/.github/workflows/3.3.x-cloud-cloud-function-web.yml @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Function Web on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_function_web_app_test: 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 6420864a..aa169929 100644 --- a/.github/workflows/3.3.x-cloud-cloud-function-webflux.yml +++ b/.github/workflows/3.3.x-cloud-cloud-function-webflux.yml @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Function Webflux on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_function_webflux_app_test: diff --git a/.github/workflows/3.3.x-cloud-cloud-gateway.yml b/.github/workflows/3.3.x-cloud-cloud-gateway.yml index 0c0ad89a..a98fe4b2 100644 --- a/.github/workflows/3.3.x-cloud-cloud-gateway.yml +++ b/.github/workflows/3.3.x-cloud-cloud-gateway.yml @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Gateway on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_gateway_app_test: 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 12ea258e..16e3b3e6 100644 --- a/.github/workflows/3.3.x-cloud-cloud-loadbalancing-web.yml +++ b/.github/workflows/3.3.x-cloud-cloud-loadbalancing-web.yml @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Loadbalancing Web on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_loadbalancing_web_app_test: 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 e017c03c..480495dd 100644 --- a/.github/workflows/3.3.x-cloud-cloud-loadbalancing-webflux.yml +++ b/.github/workflows/3.3.x-cloud-cloud-loadbalancing-webflux.yml @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Loadbalancing Webflux on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_loadbalancing_webflux_app_test: diff --git a/.github/workflows/3.3.x-cloud-cloud-openfeign.yml b/.github/workflows/3.3.x-cloud-cloud-openfeign.yml index 57072989..a525095e 100644 --- a/.github/workflows/3.3.x-cloud-cloud-openfeign.yml +++ b/.github/workflows/3.3.x-cloud-cloud-openfeign.yml @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Openfeign on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_openfeign_app_test: 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 fdb67188..caaf88a3 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 @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Stream Kafka Streams on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_stream_kafka_streams_app_test: 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 d831cd52..bdcae395 100644 --- a/.github/workflows/3.3.x-cloud-cloud-stream-kafka.yml +++ b/.github/workflows/3.3.x-cloud-cloud-stream-kafka.yml @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Stream Kafka on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_stream_kafka_app_test: 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 b6848ab7..7263d8a4 100644 --- a/.github/workflows/3.3.x-cloud-cloud-stream-pulsar.yml +++ b/.github/workflows/3.3.x-cloud-cloud-stream-pulsar.yml @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Stream Pulsar on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_stream_pulsar_app_test: 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 0c9c275d..851c7a38 100644 --- a/.github/workflows/3.3.x-cloud-cloud-stream-rabbit.yml +++ b/.github/workflows/3.3.x-cloud-cloud-stream-rabbit.yml @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Stream Rabbit on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_stream_rabbit_app_test: diff --git a/.github/workflows/3.3.x-cloud-cloud-task.yml b/.github/workflows/3.3.x-cloud-cloud-task.yml index 286ca6ee..43dfddf3 100644 --- a/.github/workflows/3.3.x-cloud-cloud-task.yml +++ b/.github/workflows/3.3.x-cloud-cloud-task.yml @@ -1,7 +1,7 @@ name: 3.3.x | Cloud Smoke Tests | Cloud Task on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cloud_task_app_test: 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 e2e2d7d4..c9b4792d 100644 --- a/.github/workflows/3.3.x-data-data-cassandra-reactive.yml +++ b/.github/workflows/3.3.x-data-data-cassandra-reactive.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data Cassandra Reactive on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_cassandra_reactive_app_test: diff --git a/.github/workflows/3.3.x-data-data-cassandra.yml b/.github/workflows/3.3.x-data-data-cassandra.yml index d03e43c4..053a10db 100644 --- a/.github/workflows/3.3.x-data-data-cassandra.yml +++ b/.github/workflows/3.3.x-data-data-cassandra.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data Cassandra on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_cassandra_app_test: 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 d7347b44..23d6ecc7 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 @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data Jdbc H2 Kotlin on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_jdbc_h2_kotlin_app_test: 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 1277c21f..d5d3db93 100644 --- a/.github/workflows/3.3.x-data-data-jdbc-h2.yml +++ b/.github/workflows/3.3.x-data-data-jdbc-h2.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data Jdbc H2 on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_jdbc_h2_app_test: 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 b27a44cc..f7ef828a 100644 --- a/.github/workflows/3.3.x-data-data-jdbc-postgresql.yml +++ b/.github/workflows/3.3.x-data-data-jdbc-postgresql.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data Jdbc Postgresql on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_jdbc_postgresql_app_test: 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 f654ce95..47bcb108 100644 --- a/.github/workflows/3.3.x-data-data-jpa-entityscan.yml +++ b/.github/workflows/3.3.x-data-data-jpa-entityscan.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data Jpa Entityscan on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_jpa_entityscan_app_test: 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 edabc285..d6d2d1ed 100644 --- a/.github/workflows/3.3.x-data-data-jpa-kotlin.yml +++ b/.github/workflows/3.3.x-data-data-jpa-kotlin.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data Jpa Kotlin on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_jpa_kotlin_app_test: diff --git a/.github/workflows/3.3.x-data-data-jpa.yml b/.github/workflows/3.3.x-data-data-jpa.yml index 6a6b7b9b..54ab01be 100644 --- a/.github/workflows/3.3.x-data-data-jpa.yml +++ b/.github/workflows/3.3.x-data-data-jpa.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data Jpa on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_jpa_app_test: 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 64e7c821..ae20da32 100644 --- a/.github/workflows/3.3.x-data-data-mongodb-reactive.yml +++ b/.github/workflows/3.3.x-data-data-mongodb-reactive.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data Mongodb Reactive on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_mongodb_reactive_app_test: diff --git a/.github/workflows/3.3.x-data-data-mongodb.yml b/.github/workflows/3.3.x-data-data-mongodb.yml index 6d1e4074..ee1c857f 100644 --- a/.github/workflows/3.3.x-data-data-mongodb.yml +++ b/.github/workflows/3.3.x-data-data-mongodb.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data Mongodb on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_mongodb_app_test: diff --git a/.github/workflows/3.3.x-data-data-neo4j.yml b/.github/workflows/3.3.x-data-data-neo4j.yml index d1f7d439..a1e135c4 100644 --- a/.github/workflows/3.3.x-data-data-neo4j.yml +++ b/.github/workflows/3.3.x-data-data-neo4j.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data Neo4j on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_neo4j_app_test: diff --git a/.github/workflows/3.3.x-data-data-r2dbc.yml b/.github/workflows/3.3.x-data-data-r2dbc.yml index 1e853175..19f74d10 100644 --- a/.github/workflows/3.3.x-data-data-r2dbc.yml +++ b/.github/workflows/3.3.x-data-data-r2dbc.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data R2dbc on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_r2dbc_app_test: 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 d3d26357..74ccabb0 100644 --- a/.github/workflows/3.3.x-data-data-redis-reactive.yml +++ b/.github/workflows/3.3.x-data-data-redis-reactive.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data Redis Reactive on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_redis_reactive_app_test: diff --git a/.github/workflows/3.3.x-data-data-redis.yml b/.github/workflows/3.3.x-data-data-redis.yml index 16e03ad2..2ad60589 100644 --- a/.github/workflows/3.3.x-data-data-redis.yml +++ b/.github/workflows/3.3.x-data-data-redis.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data Redis on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_redis_app_test: 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 055d999f..0d7a8958 100644 --- a/.github/workflows/3.3.x-data-data-rest-mongodb.yml +++ b/.github/workflows/3.3.x-data-data-rest-mongodb.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data Rest Mongodb on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_rest_mongodb_app_test: diff --git a/.github/workflows/3.3.x-data-data-web-support.yml b/.github/workflows/3.3.x-data-data-web-support.yml index 43449632..664cc4ff 100644 --- a/.github/workflows/3.3.x-data-data-web-support.yml +++ b/.github/workflows/3.3.x-data-data-web-support.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Data Web Support on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: data_web_support_app_test: diff --git a/.github/workflows/3.3.x-data-hateoas.yml b/.github/workflows/3.3.x-data-hateoas.yml index 8ae06563..9a4e29d3 100644 --- a/.github/workflows/3.3.x-data-hateoas.yml +++ b/.github/workflows/3.3.x-data-hateoas.yml @@ -1,7 +1,7 @@ name: 3.3.x | Data Smoke Tests | Hateoas on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: hateoas_app_test: diff --git a/.github/workflows/3.3.x-framework-aspect.yml b/.github/workflows/3.3.x-framework-aspect.yml index 5bb7c66c..4ee9fadc 100644 --- a/.github/workflows/3.3.x-framework-aspect.yml +++ b/.github/workflows/3.3.x-framework-aspect.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Aspect on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: aspect_app_test: diff --git a/.github/workflows/3.3.x-framework-async.yml b/.github/workflows/3.3.x-framework-async.yml index a06953d0..cd6094b7 100644 --- a/.github/workflows/3.3.x-framework-async.yml +++ b/.github/workflows/3.3.x-framework-async.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Async on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: async_app_test: diff --git a/.github/workflows/3.3.x-framework-cache-caffeine.yml b/.github/workflows/3.3.x-framework-cache-caffeine.yml index 660994b9..55244ec1 100644 --- a/.github/workflows/3.3.x-framework-cache-caffeine.yml +++ b/.github/workflows/3.3.x-framework-cache-caffeine.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Cache Caffeine on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cache_caffeine_app_test: diff --git a/.github/workflows/3.3.x-framework-cache-redis.yml b/.github/workflows/3.3.x-framework-cache-redis.yml index f2668448..6b9f79c4 100644 --- a/.github/workflows/3.3.x-framework-cache-redis.yml +++ b/.github/workflows/3.3.x-framework-cache-redis.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Cache Redis on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cache_redis_app_test: 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 857339fb..6499c4e4 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 @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Cache Simple Jdk Proxy on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cache_simple_jdk_proxy_app_test: diff --git a/.github/workflows/3.3.x-framework-cache-simple.yml b/.github/workflows/3.3.x-framework-cache-simple.yml index 72783473..02827b09 100644 --- a/.github/workflows/3.3.x-framework-cache-simple.yml +++ b/.github/workflows/3.3.x-framework-cache-simple.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Cache Simple on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: cache_simple_app_test: 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 75723c48..a0f1cebd 100644 --- a/.github/workflows/3.3.x-framework-configuration-class-proxy.yml +++ b/.github/workflows/3.3.x-framework-configuration-class-proxy.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Configuration Class Proxy on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: configuration_class_proxy_app_test: diff --git a/.github/workflows/3.3.x-framework-disposable.yml b/.github/workflows/3.3.x-framework-disposable.yml index fe9aa083..469198a9 100644 --- a/.github/workflows/3.3.x-framework-disposable.yml +++ b/.github/workflows/3.3.x-framework-disposable.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Disposable on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: disposable_app_test: diff --git a/.github/workflows/3.3.x-framework-event-listener.yml b/.github/workflows/3.3.x-framework-event-listener.yml index 87761e56..f425844e 100644 --- a/.github/workflows/3.3.x-framework-event-listener.yml +++ b/.github/workflows/3.3.x-framework-event-listener.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Event Listener on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: event_listener_app_test: diff --git a/.github/workflows/3.3.x-framework-hibernate-enhancer.yml b/.github/workflows/3.3.x-framework-hibernate-enhancer.yml index e17295c6..fa40cf68 100644 --- a/.github/workflows/3.3.x-framework-hibernate-enhancer.yml +++ b/.github/workflows/3.3.x-framework-hibernate-enhancer.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Hibernate Enhancer on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: hibernate_enhancer_app_test: diff --git a/.github/workflows/3.3.x-framework-hibernate.yml b/.github/workflows/3.3.x-framework-hibernate.yml index 9e927ba5..46e34c2a 100644 --- a/.github/workflows/3.3.x-framework-hibernate.yml +++ b/.github/workflows/3.3.x-framework-hibernate.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Hibernate on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: hibernate_app_test: diff --git a/.github/workflows/3.3.x-framework-jdbc-h2.yml b/.github/workflows/3.3.x-framework-jdbc-h2.yml index 2c5cfd0d..dcbb528b 100644 --- a/.github/workflows/3.3.x-framework-jdbc-h2.yml +++ b/.github/workflows/3.3.x-framework-jdbc-h2.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Jdbc H2 on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: jdbc_h2_app_test: diff --git a/.github/workflows/3.3.x-framework-jdbc-mariadb.yml b/.github/workflows/3.3.x-framework-jdbc-mariadb.yml index 4cbed725..2e42c7bc 100644 --- a/.github/workflows/3.3.x-framework-jdbc-mariadb.yml +++ b/.github/workflows/3.3.x-framework-jdbc-mariadb.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Jdbc Mariadb on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: jdbc_mariadb_app_test: diff --git a/.github/workflows/3.3.x-framework-jdbc-mysql.yml b/.github/workflows/3.3.x-framework-jdbc-mysql.yml index 614c72d3..e090e6e9 100644 --- a/.github/workflows/3.3.x-framework-jdbc-mysql.yml +++ b/.github/workflows/3.3.x-framework-jdbc-mysql.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Jdbc Mysql on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: jdbc_mysql_app_test: diff --git a/.github/workflows/3.3.x-framework-jdbc-postgresql.yml b/.github/workflows/3.3.x-framework-jdbc-postgresql.yml index e1ed79a8..57348db1 100644 --- a/.github/workflows/3.3.x-framework-jdbc-postgresql.yml +++ b/.github/workflows/3.3.x-framework-jdbc-postgresql.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Jdbc Postgresql on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: jdbc_postgresql_app_test: diff --git a/.github/workflows/3.3.x-framework-kotlin-functional.yml b/.github/workflows/3.3.x-framework-kotlin-functional.yml index 96686e32..2ef9d3e1 100644 --- a/.github/workflows/3.3.x-framework-kotlin-functional.yml +++ b/.github/workflows/3.3.x-framework-kotlin-functional.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Kotlin Functional on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: kotlin_functional_app_test: diff --git a/.github/workflows/3.3.x-framework-mail.yml b/.github/workflows/3.3.x-framework-mail.yml index c6ae116a..f11df3e4 100644 --- a/.github/workflows/3.3.x-framework-mail.yml +++ b/.github/workflows/3.3.x-framework-mail.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Mail on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: mail_app_test: diff --git a/.github/workflows/3.3.x-framework-order.yml b/.github/workflows/3.3.x-framework-order.yml index 887d0a2d..884b5184 100644 --- a/.github/workflows/3.3.x-framework-order.yml +++ b/.github/workflows/3.3.x-framework-order.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Order on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: order_app_test: diff --git a/.github/workflows/3.3.x-framework-quartz.yml b/.github/workflows/3.3.x-framework-quartz.yml index 4754f688..75031f02 100644 --- a/.github/workflows/3.3.x-framework-quartz.yml +++ b/.github/workflows/3.3.x-framework-quartz.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Quartz on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: quartz_app_test: diff --git a/.github/workflows/3.3.x-framework-resource.yml b/.github/workflows/3.3.x-framework-resource.yml index 56573e0e..a24d497d 100644 --- a/.github/workflows/3.3.x-framework-resource.yml +++ b/.github/workflows/3.3.x-framework-resource.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Resource on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: resource_app_test: diff --git a/.github/workflows/3.3.x-framework-rest-template.yml b/.github/workflows/3.3.x-framework-rest-template.yml index 7a7f19cb..a4c19968 100644 --- a/.github/workflows/3.3.x-framework-rest-template.yml +++ b/.github/workflows/3.3.x-framework-rest-template.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Rest Template on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: rest_template_app_test: diff --git a/.github/workflows/3.3.x-framework-rsocket.yml b/.github/workflows/3.3.x-framework-rsocket.yml index 3a549916..f472ef91 100644 --- a/.github/workflows/3.3.x-framework-rsocket.yml +++ b/.github/workflows/3.3.x-framework-rsocket.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Rsocket on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: rsocket_app_test: diff --git a/.github/workflows/3.3.x-framework-scheduled.yml b/.github/workflows/3.3.x-framework-scheduled.yml index d9dee00e..fd9ab9f1 100644 --- a/.github/workflows/3.3.x-framework-scheduled.yml +++ b/.github/workflows/3.3.x-framework-scheduled.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Scheduled on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: scheduled_app_test: diff --git a/.github/workflows/3.3.x-framework-tcf.yml b/.github/workflows/3.3.x-framework-tcf.yml index 40a61f6e..b816fa76 100644 --- a/.github/workflows/3.3.x-framework-tcf.yml +++ b/.github/workflows/3.3.x-framework-tcf.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Tcf on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: tcf_test: 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 5817db8b..f9ebcf23 100644 --- a/.github/workflows/3.3.x-framework-transactional-event-listener.yml +++ b/.github/workflows/3.3.x-framework-transactional-event-listener.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Transactional Event Listener on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: transactional_event_listener_app_test: diff --git a/.github/workflows/3.3.x-framework-transactional.yml b/.github/workflows/3.3.x-framework-transactional.yml index 4c2fd564..f48db928 100644 --- a/.github/workflows/3.3.x-framework-transactional.yml +++ b/.github/workflows/3.3.x-framework-transactional.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Transactional on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: transactional_app_test: diff --git a/.github/workflows/3.3.x-framework-validation.yml b/.github/workflows/3.3.x-framework-validation.yml index a901eb97..5b24403d 100644 --- a/.github/workflows/3.3.x-framework-validation.yml +++ b/.github/workflows/3.3.x-framework-validation.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Validation on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: validation_app_test: diff --git a/.github/workflows/3.3.x-framework-webclient.yml b/.github/workflows/3.3.x-framework-webclient.yml index 77b97dbb..d6a7dc78 100644 --- a/.github/workflows/3.3.x-framework-webclient.yml +++ b/.github/workflows/3.3.x-framework-webclient.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Webclient on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: webclient_app_test: diff --git a/.github/workflows/3.3.x-framework-webflux-jetty.yml b/.github/workflows/3.3.x-framework-webflux-jetty.yml index 017ebaa3..4427397b 100644 --- a/.github/workflows/3.3.x-framework-webflux-jetty.yml +++ b/.github/workflows/3.3.x-framework-webflux-jetty.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Webflux Jetty on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: webflux_jetty_app_test: 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 52b2c09b..03651e0d 100644 --- a/.github/workflows/3.3.x-framework-webflux-netty-tls.yml +++ b/.github/workflows/3.3.x-framework-webflux-netty-tls.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Webflux Netty Tls on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: webflux_netty_tls_app_test: diff --git a/.github/workflows/3.3.x-framework-webflux-netty.yml b/.github/workflows/3.3.x-framework-webflux-netty.yml index c3cf23c2..65bdcd9d 100644 --- a/.github/workflows/3.3.x-framework-webflux-netty.yml +++ b/.github/workflows/3.3.x-framework-webflux-netty.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Webflux Netty on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: webflux_netty_app_test: diff --git a/.github/workflows/3.3.x-framework-webflux-undertow.yml b/.github/workflows/3.3.x-framework-webflux-undertow.yml index 8c748aff..e606198d 100644 --- a/.github/workflows/3.3.x-framework-webflux-undertow.yml +++ b/.github/workflows/3.3.x-framework-webflux-undertow.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Webflux Undertow on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: webflux_undertow_app_test: 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 d2a42988..52c0352f 100644 --- a/.github/workflows/3.3.x-framework-webmvc-jetty-tls.yml +++ b/.github/workflows/3.3.x-framework-webmvc-jetty-tls.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Webmvc Jetty Tls on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: webmvc_jetty_tls_app_test: diff --git a/.github/workflows/3.3.x-framework-webmvc-jetty.yml b/.github/workflows/3.3.x-framework-webmvc-jetty.yml index 27aaa59d..766d6766 100644 --- a/.github/workflows/3.3.x-framework-webmvc-jetty.yml +++ b/.github/workflows/3.3.x-framework-webmvc-jetty.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Webmvc Jetty on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: webmvc_jetty_app_test: 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 ed8be564..74501700 100644 --- a/.github/workflows/3.3.x-framework-webmvc-scoped-proxy.yml +++ b/.github/workflows/3.3.x-framework-webmvc-scoped-proxy.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Webmvc Scoped Proxy on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: webmvc_scoped_proxy_app_test: 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 ca7d00fe..116abc7b 100644 --- a/.github/workflows/3.3.x-framework-webmvc-tomcat-tls.yml +++ b/.github/workflows/3.3.x-framework-webmvc-tomcat-tls.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Webmvc Tomcat Tls on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: webmvc_tomcat_tls_app_test: diff --git a/.github/workflows/3.3.x-framework-webmvc-tomcat.yml b/.github/workflows/3.3.x-framework-webmvc-tomcat.yml index 0ceb1427..410c5882 100644 --- a/.github/workflows/3.3.x-framework-webmvc-tomcat.yml +++ b/.github/workflows/3.3.x-framework-webmvc-tomcat.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Webmvc Tomcat on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: webmvc_tomcat_app_test: 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 88b90331..7c2cd723 100644 --- a/.github/workflows/3.3.x-framework-webmvc-undertow-tls.yml +++ b/.github/workflows/3.3.x-framework-webmvc-undertow-tls.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Webmvc Undertow Tls on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: webmvc_undertow_tls_app_test: diff --git a/.github/workflows/3.3.x-framework-webmvc-undertow.yml b/.github/workflows/3.3.x-framework-webmvc-undertow.yml index 9b59c189..4d876d7f 100644 --- a/.github/workflows/3.3.x-framework-webmvc-undertow.yml +++ b/.github/workflows/3.3.x-framework-webmvc-undertow.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Webmvc Undertow on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: webmvc_undertow_app_test: diff --git a/.github/workflows/3.3.x-framework-websocket-jetty.yml b/.github/workflows/3.3.x-framework-websocket-jetty.yml index a98e3bc7..3a6739c0 100644 --- a/.github/workflows/3.3.x-framework-websocket-jetty.yml +++ b/.github/workflows/3.3.x-framework-websocket-jetty.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Websocket Jetty on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: websocket_jetty_app_test: diff --git a/.github/workflows/3.3.x-framework-websocket-stomp.yml b/.github/workflows/3.3.x-framework-websocket-stomp.yml index 2f5cd03a..cce76a83 100644 --- a/.github/workflows/3.3.x-framework-websocket-stomp.yml +++ b/.github/workflows/3.3.x-framework-websocket-stomp.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Websocket Stomp on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: websocket_stomp_app_test: diff --git a/.github/workflows/3.3.x-framework-websocket-tomcat.yml b/.github/workflows/3.3.x-framework-websocket-tomcat.yml index aa1066e0..08e763d4 100644 --- a/.github/workflows/3.3.x-framework-websocket-tomcat.yml +++ b/.github/workflows/3.3.x-framework-websocket-tomcat.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Websocket Tomcat on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: websocket_tomcat_app_test: diff --git a/.github/workflows/3.3.x-framework-websocket-undertow.yml b/.github/workflows/3.3.x-framework-websocket-undertow.yml index 2b00964b..495ee348 100644 --- a/.github/workflows/3.3.x-framework-websocket-undertow.yml +++ b/.github/workflows/3.3.x-framework-websocket-undertow.yml @@ -1,7 +1,7 @@ name: 3.3.x | Framework Smoke Tests | Websocket Undertow on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: websocket_undertow_app_test: 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 e294642a..c9d2a2eb 100644 --- a/.github/workflows/3.3.x-graphql-graphql-webflux-rsocket.yml +++ b/.github/workflows/3.3.x-graphql-graphql-webflux-rsocket.yml @@ -1,7 +1,7 @@ name: 3.3.x | Graphql Smoke Tests | Graphql Webflux Rsocket on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: graphql_webflux_rsocket_app_test: diff --git a/.github/workflows/3.3.x-graphql-graphql-webflux.yml b/.github/workflows/3.3.x-graphql-graphql-webflux.yml index cb57a9e0..6bbed9ed 100644 --- a/.github/workflows/3.3.x-graphql-graphql-webflux.yml +++ b/.github/workflows/3.3.x-graphql-graphql-webflux.yml @@ -1,7 +1,7 @@ name: 3.3.x | Graphql Smoke Tests | Graphql Webflux on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: graphql_webflux_app_test: diff --git a/.github/workflows/3.3.x-graphql-graphql-webmvc.yml b/.github/workflows/3.3.x-graphql-graphql-webmvc.yml index a232fd3f..a6c3dffe 100644 --- a/.github/workflows/3.3.x-graphql-graphql-webmvc.yml +++ b/.github/workflows/3.3.x-graphql-graphql-webmvc.yml @@ -1,7 +1,7 @@ name: 3.3.x | Graphql Smoke Tests | Graphql Webmvc on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: graphql_webmvc_app_test: diff --git a/.github/workflows/3.3.x-integration-integration.yml b/.github/workflows/3.3.x-integration-integration.yml index c7f6bdd5..cc28558e 100644 --- a/.github/workflows/3.3.x-integration-integration.yml +++ b/.github/workflows/3.3.x-integration-integration.yml @@ -1,7 +1,7 @@ name: 3.3.x | Integration Smoke Tests | Integration on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: integration_app_test: 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 e7b09a5d..52cb959d 100644 --- a/.github/workflows/3.3.x-integration-spring-amqp-rabbit.yml +++ b/.github/workflows/3.3.x-integration-spring-amqp-rabbit.yml @@ -1,7 +1,7 @@ name: 3.3.x | Integration Smoke Tests | Spring Amqp Rabbit on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: spring_amqp_rabbit_app_test: 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 31ea7657..1f6d87f2 100644 --- a/.github/workflows/3.3.x-integration-spring-kafka-avro.yml +++ b/.github/workflows/3.3.x-integration-spring-kafka-avro.yml @@ -1,7 +1,7 @@ name: 3.3.x | Integration Smoke Tests | Spring Kafka Avro on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: spring_kafka_avro_app_test: 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 d7c793c9..89188af7 100644 --- a/.github/workflows/3.3.x-integration-spring-kafka-streams.yml +++ b/.github/workflows/3.3.x-integration-spring-kafka-streams.yml @@ -1,7 +1,7 @@ name: 3.3.x | Integration Smoke Tests | Spring Kafka Streams on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: spring_kafka_streams_app_test: diff --git a/.github/workflows/3.3.x-integration-spring-kafka.yml b/.github/workflows/3.3.x-integration-spring-kafka.yml index b7e28cdf..c7439589 100644 --- a/.github/workflows/3.3.x-integration-spring-kafka.yml +++ b/.github/workflows/3.3.x-integration-spring-kafka.yml @@ -1,7 +1,7 @@ name: 3.3.x | Integration Smoke Tests | Spring Kafka on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: spring_kafka_app_test: 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 486fecc8..74975c5c 100644 --- a/.github/workflows/3.3.x-integration-spring-pulsar-reactive.yml +++ b/.github/workflows/3.3.x-integration-spring-pulsar-reactive.yml @@ -1,7 +1,7 @@ name: 3.3.x | Integration Smoke Tests | Spring Pulsar Reactive on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: spring_pulsar_reactive_app_test: diff --git a/.github/workflows/3.3.x-integration-spring-pulsar.yml b/.github/workflows/3.3.x-integration-spring-pulsar.yml index fade23f3..ee7d50c0 100644 --- a/.github/workflows/3.3.x-integration-spring-pulsar.yml +++ b/.github/workflows/3.3.x-integration-spring-pulsar.yml @@ -1,7 +1,7 @@ name: 3.3.x | Integration Smoke Tests | Spring Pulsar on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: spring_pulsar_app_test: diff --git a/.github/workflows/3.3.x-security-ldap-odm.yml b/.github/workflows/3.3.x-security-ldap-odm.yml index 83db579c..45477dcd 100644 --- a/.github/workflows/3.3.x-security-ldap-odm.yml +++ b/.github/workflows/3.3.x-security-ldap-odm.yml @@ -1,7 +1,7 @@ name: 3.3.x | Security Smoke Tests | Ldap Odm on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: ldap_odm_app_test: diff --git a/.github/workflows/3.3.x-security-security-ldap.yml b/.github/workflows/3.3.x-security-security-ldap.yml index d9f351fc..3e269bd5 100644 --- a/.github/workflows/3.3.x-security-security-ldap.yml +++ b/.github/workflows/3.3.x-security-security-ldap.yml @@ -1,7 +1,7 @@ name: 3.3.x | Security Smoke Tests | Security Ldap on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: security_ldap_app_test: diff --git a/.github/workflows/3.3.x-security-security-method.yml b/.github/workflows/3.3.x-security-security-method.yml index bcd9d0aa..798c137a 100644 --- a/.github/workflows/3.3.x-security-security-method.yml +++ b/.github/workflows/3.3.x-security-security-method.yml @@ -1,7 +1,7 @@ name: 3.3.x | Security Smoke Tests | Security Method on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: security_method_app_test: 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 7620e8b9..25f00934 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 @@ -1,7 +1,7 @@ name: 3.3.x | Security Smoke Tests | Security Oauth2 Authorization Server on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: security_oauth2_authorization_server_app_test: 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 f27cd120..5ffea0f8 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 @@ -1,7 +1,7 @@ name: 3.3.x | Security Smoke Tests | Security Oauth2 Resource Server on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: security_oauth2_resource_server_app_test: diff --git a/.github/workflows/3.3.x-security-security-thymeleaf.yml b/.github/workflows/3.3.x-security-security-thymeleaf.yml index daa65852..d77f34f5 100644 --- a/.github/workflows/3.3.x-security-security-thymeleaf.yml +++ b/.github/workflows/3.3.x-security-security-thymeleaf.yml @@ -1,7 +1,7 @@ name: 3.3.x | Security Smoke Tests | Security Thymeleaf on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: security_thymeleaf_app_test: diff --git a/.github/workflows/3.3.x-security-security-webflux.yml b/.github/workflows/3.3.x-security-security-webflux.yml index 6200900c..aec77095 100644 --- a/.github/workflows/3.3.x-security-security-webflux.yml +++ b/.github/workflows/3.3.x-security-security-webflux.yml @@ -1,7 +1,7 @@ name: 3.3.x | Security Smoke Tests | Security Webflux on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: security_webflux_app_test: diff --git a/.github/workflows/3.3.x-security-security-webmvc.yml b/.github/workflows/3.3.x-security-security-webmvc.yml index 92abffa8..38eea061 100644 --- a/.github/workflows/3.3.x-security-security-webmvc.yml +++ b/.github/workflows/3.3.x-security-security-webmvc.yml @@ -1,7 +1,7 @@ name: 3.3.x | Security Smoke Tests | Security Webmvc on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: security_webmvc_app_test: diff --git a/.github/workflows/3.3.x-session-session-jdbc.yml b/.github/workflows/3.3.x-session-session-jdbc.yml index b829c19c..68f234c6 100644 --- a/.github/workflows/3.3.x-session-session-jdbc.yml +++ b/.github/workflows/3.3.x-session-session-jdbc.yml @@ -1,7 +1,7 @@ name: 3.3.x | Session Smoke Tests | Session Jdbc on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: session_jdbc_app_test: 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 d2935b5a..f93ca3e7 100644 --- a/.github/workflows/3.3.x-session-session-redis-webflux.yml +++ b/.github/workflows/3.3.x-session-session-redis-webflux.yml @@ -1,7 +1,7 @@ name: 3.3.x | Session Smoke Tests | Session Redis Webflux on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: session_redis_webflux_app_test: diff --git a/.github/workflows/3.3.x-warm-caches.yml b/.github/workflows/3.3.x-warm-caches.yml index 70125579..71f6110c 100644 --- a/.github/workflows/3.3.x-warm-caches.yml +++ b/.github/workflows/3.3.x-warm-caches.yml @@ -1,7 +1,7 @@ name: 3.3.x | Warm Caches on: schedule: - - cron : '30 0 * * *' + - cron : '20 0 * * *' workflow_dispatch: jobs: warm_caches: diff --git a/.github/workflows/3.4.x-batch-batch.yml b/.github/workflows/3.4.x-batch-batch.yml index a265a89a..9d4866a5 100644 --- a/.github/workflows/3.4.x-batch-batch.yml +++ b/.github/workflows/3.4.x-batch-batch.yml @@ -1,7 +1,7 @@ name: 3.4.x | Batch Smoke Tests | Batch on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: batch_app_test: diff --git a/.github/workflows/3.4.x-boot-actuator-webflux-mgmt-port.yml b/.github/workflows/3.4.x-boot-actuator-webflux-mgmt-port.yml index 1fb8d5b0..32d061cb 100644 --- a/.github/workflows/3.4.x-boot-actuator-webflux-mgmt-port.yml +++ b/.github/workflows/3.4.x-boot-actuator-webflux-mgmt-port.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Actuator Webflux Mgmt Port on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: actuator_webflux_mgmt_port_app_test: diff --git a/.github/workflows/3.4.x-boot-actuator-webflux.yml b/.github/workflows/3.4.x-boot-actuator-webflux.yml index bd9c1cd6..e7808f75 100644 --- a/.github/workflows/3.4.x-boot-actuator-webflux.yml +++ b/.github/workflows/3.4.x-boot-actuator-webflux.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Actuator Webflux on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: actuator_webflux_app_test: diff --git a/.github/workflows/3.4.x-boot-actuator-webmvc-mgmt-port.yml b/.github/workflows/3.4.x-boot-actuator-webmvc-mgmt-port.yml index b2c025a2..621afe35 100644 --- a/.github/workflows/3.4.x-boot-actuator-webmvc-mgmt-port.yml +++ b/.github/workflows/3.4.x-boot-actuator-webmvc-mgmt-port.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Actuator Webmvc Mgmt Port on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: actuator_webmvc_mgmt_port_app_test: diff --git a/.github/workflows/3.4.x-boot-actuator-webmvc.yml b/.github/workflows/3.4.x-boot-actuator-webmvc.yml index 4e446d0c..03877507 100644 --- a/.github/workflows/3.4.x-boot-actuator-webmvc.yml +++ b/.github/workflows/3.4.x-boot-actuator-webmvc.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Actuator Webmvc on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: actuator_webmvc_app_test: diff --git a/.github/workflows/3.4.x-boot-boot-tcf.yml b/.github/workflows/3.4.x-boot-boot-tcf.yml index ee7a8476..c97f25e3 100644 --- a/.github/workflows/3.4.x-boot-boot-tcf.yml +++ b/.github/workflows/3.4.x-boot-boot-tcf.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Boot Tcf on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: boot_tcf_test: diff --git a/.github/workflows/3.4.x-boot-command-line-runner.yml b/.github/workflows/3.4.x-boot-command-line-runner.yml index 108091b7..5df8c519 100644 --- a/.github/workflows/3.4.x-boot-command-line-runner.yml +++ b/.github/workflows/3.4.x-boot-command-line-runner.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Command Line Runner on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: command_line_runner_app_test: diff --git a/.github/workflows/3.4.x-boot-conditional.yml b/.github/workflows/3.4.x-boot-conditional.yml index cd137e76..18dbe09e 100644 --- a/.github/workflows/3.4.x-boot-conditional.yml +++ b/.github/workflows/3.4.x-boot-conditional.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Conditional on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: conditional_app_test: diff --git a/.github/workflows/3.4.x-boot-configuration-properties.yml b/.github/workflows/3.4.x-boot-configuration-properties.yml index 8b819109..9a764587 100644 --- a/.github/workflows/3.4.x-boot-configuration-properties.yml +++ b/.github/workflows/3.4.x-boot-configuration-properties.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Configuration Properties on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: configuration_properties_app_test: diff --git a/.github/workflows/3.4.x-boot-custom-banner.yml b/.github/workflows/3.4.x-boot-custom-banner.yml index fbbcb1c2..d11e3c52 100644 --- a/.github/workflows/3.4.x-boot-custom-banner.yml +++ b/.github/workflows/3.4.x-boot-custom-banner.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Custom Banner on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: custom_banner_app_test: diff --git a/.github/workflows/3.4.x-boot-flyway.yml b/.github/workflows/3.4.x-boot-flyway.yml index d4b87e51..e07b9e1c 100644 --- a/.github/workflows/3.4.x-boot-flyway.yml +++ b/.github/workflows/3.4.x-boot-flyway.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Flyway on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: flyway_app_test: diff --git a/.github/workflows/3.4.x-boot-freemarker-webflux.yml b/.github/workflows/3.4.x-boot-freemarker-webflux.yml index a480ea6f..460fb0ae 100644 --- a/.github/workflows/3.4.x-boot-freemarker-webflux.yml +++ b/.github/workflows/3.4.x-boot-freemarker-webflux.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Freemarker Webflux on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: freemarker_webflux_app_test: diff --git a/.github/workflows/3.4.x-boot-freemarker-webmvc.yml b/.github/workflows/3.4.x-boot-freemarker-webmvc.yml index 6fa2a656..1e741f4d 100644 --- a/.github/workflows/3.4.x-boot-freemarker-webmvc.yml +++ b/.github/workflows/3.4.x-boot-freemarker-webmvc.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Freemarker Webmvc on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: freemarker_webmvc_app_test: diff --git a/.github/workflows/3.4.x-boot-json.yml b/.github/workflows/3.4.x-boot-json.yml index dbb1792a..3621c3dc 100644 --- a/.github/workflows/3.4.x-boot-json.yml +++ b/.github/workflows/3.4.x-boot-json.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Json on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: json_app_test: diff --git a/.github/workflows/3.4.x-boot-liquibase.yml b/.github/workflows/3.4.x-boot-liquibase.yml index 55d84d45..3eb167b1 100644 --- a/.github/workflows/3.4.x-boot-liquibase.yml +++ b/.github/workflows/3.4.x-boot-liquibase.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Liquibase on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: liquibase_app_test: diff --git a/.github/workflows/3.4.x-boot-logging-logback-spring-xml.yml b/.github/workflows/3.4.x-boot-logging-logback-spring-xml.yml index cbdf39f8..c7a05830 100644 --- a/.github/workflows/3.4.x-boot-logging-logback-spring-xml.yml +++ b/.github/workflows/3.4.x-boot-logging-logback-spring-xml.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Logging Logback Spring Xml on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: logging_logback_spring_xml_app_test: diff --git a/.github/workflows/3.4.x-boot-logging-logback-xml.yml b/.github/workflows/3.4.x-boot-logging-logback-xml.yml index 97987e95..a82262da 100644 --- a/.github/workflows/3.4.x-boot-logging-logback-xml.yml +++ b/.github/workflows/3.4.x-boot-logging-logback-xml.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Logging Logback Xml on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: logging_logback_xml_app_test: diff --git a/.github/workflows/3.4.x-boot-logging-logback.yml b/.github/workflows/3.4.x-boot-logging-logback.yml index ab1a7a21..d1a7a9a6 100644 --- a/.github/workflows/3.4.x-boot-logging-logback.yml +++ b/.github/workflows/3.4.x-boot-logging-logback.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Logging Logback on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: logging_logback_app_test: diff --git a/.github/workflows/3.4.x-boot-mustache-webflux.yml b/.github/workflows/3.4.x-boot-mustache-webflux.yml index 6ce8950b..8443abd7 100644 --- a/.github/workflows/3.4.x-boot-mustache-webflux.yml +++ b/.github/workflows/3.4.x-boot-mustache-webflux.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Mustache Webflux on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: mustache_webflux_app_test: diff --git a/.github/workflows/3.4.x-boot-mustache-webmvc.yml b/.github/workflows/3.4.x-boot-mustache-webmvc.yml index c4efcd15..84e86f19 100644 --- a/.github/workflows/3.4.x-boot-mustache-webmvc.yml +++ b/.github/workflows/3.4.x-boot-mustache-webmvc.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Mustache Webmvc on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: mustache_webmvc_app_test: diff --git a/.github/workflows/3.4.x-boot-servlet-component-scan.yml b/.github/workflows/3.4.x-boot-servlet-component-scan.yml index ef10d595..b79e6b6e 100644 --- a/.github/workflows/3.4.x-boot-servlet-component-scan.yml +++ b/.github/workflows/3.4.x-boot-servlet-component-scan.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Servlet Component Scan on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: servlet_component_scan_app_test: diff --git a/.github/workflows/3.4.x-boot-servlet-jetty.yml b/.github/workflows/3.4.x-boot-servlet-jetty.yml index b462ae27..556889c7 100644 --- a/.github/workflows/3.4.x-boot-servlet-jetty.yml +++ b/.github/workflows/3.4.x-boot-servlet-jetty.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Servlet Jetty on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: servlet_jetty_app_test: diff --git a/.github/workflows/3.4.x-boot-servlet-tomcat.yml b/.github/workflows/3.4.x-boot-servlet-tomcat.yml index 95bfd202..f26d4b7a 100644 --- a/.github/workflows/3.4.x-boot-servlet-tomcat.yml +++ b/.github/workflows/3.4.x-boot-servlet-tomcat.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Servlet Tomcat on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: servlet_tomcat_app_test: diff --git a/.github/workflows/3.4.x-boot-servlet-undertow.yml b/.github/workflows/3.4.x-boot-servlet-undertow.yml index 70da00c3..e5cb845a 100644 --- a/.github/workflows/3.4.x-boot-servlet-undertow.yml +++ b/.github/workflows/3.4.x-boot-servlet-undertow.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Servlet Undertow on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: servlet_undertow_app_test: diff --git a/.github/workflows/3.4.x-boot-thymeleaf-webflux.yml b/.github/workflows/3.4.x-boot-thymeleaf-webflux.yml index 1bfebd77..193e23e6 100644 --- a/.github/workflows/3.4.x-boot-thymeleaf-webflux.yml +++ b/.github/workflows/3.4.x-boot-thymeleaf-webflux.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Thymeleaf Webflux on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: thymeleaf_webflux_app_test: diff --git a/.github/workflows/3.4.x-boot-thymeleaf-webmvc.yml b/.github/workflows/3.4.x-boot-thymeleaf-webmvc.yml index 03d00c60..3578275a 100644 --- a/.github/workflows/3.4.x-boot-thymeleaf-webmvc.yml +++ b/.github/workflows/3.4.x-boot-thymeleaf-webmvc.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Thymeleaf Webmvc on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: thymeleaf_webmvc_app_test: diff --git a/.github/workflows/3.4.x-boot-tracing-brave-zipkin.yml b/.github/workflows/3.4.x-boot-tracing-brave-zipkin.yml index 5e365320..47b5b5e8 100644 --- a/.github/workflows/3.4.x-boot-tracing-brave-zipkin.yml +++ b/.github/workflows/3.4.x-boot-tracing-brave-zipkin.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Tracing Brave Zipkin on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: tracing_brave_zipkin_app_test: diff --git a/.github/workflows/3.4.x-boot-xml-config.yml b/.github/workflows/3.4.x-boot-xml-config.yml index 8d873eda..384cdd1c 100644 --- a/.github/workflows/3.4.x-boot-xml-config.yml +++ b/.github/workflows/3.4.x-boot-xml-config.yml @@ -1,7 +1,7 @@ name: 3.4.x | Boot Smoke Tests | Xml Config on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: xml_config_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-config-client.yml b/.github/workflows/3.4.x-cloud-cloud-config-client.yml index 84c6219f..73814c72 100644 --- a/.github/workflows/3.4.x-cloud-cloud-config-client.yml +++ b/.github/workflows/3.4.x-cloud-cloud-config-client.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Config Client on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_config_client_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-config-server.yml b/.github/workflows/3.4.x-cloud-cloud-config-server.yml index 8a259106..2fb5745b 100644 --- a/.github/workflows/3.4.x-cloud-cloud-config-server.yml +++ b/.github/workflows/3.4.x-cloud-cloud-config-server.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Config Server on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_config_server_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-discovery-consul.yml b/.github/workflows/3.4.x-cloud-cloud-discovery-consul.yml index 228cac34..9614a538 100644 --- a/.github/workflows/3.4.x-cloud-cloud-discovery-consul.yml +++ b/.github/workflows/3.4.x-cloud-cloud-discovery-consul.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Discovery Consul on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_discovery_consul_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-discovery-eureka.yml b/.github/workflows/3.4.x-cloud-cloud-discovery-eureka.yml index b4f60a7c..55ec29f6 100644 --- a/.github/workflows/3.4.x-cloud-cloud-discovery-eureka.yml +++ b/.github/workflows/3.4.x-cloud-cloud-discovery-eureka.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Discovery Eureka on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_discovery_eureka_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-discovery-zookeeper.yml b/.github/workflows/3.4.x-cloud-cloud-discovery-zookeeper.yml index 63607e98..b5d47e43 100644 --- a/.github/workflows/3.4.x-cloud-cloud-discovery-zookeeper.yml +++ b/.github/workflows/3.4.x-cloud-cloud-discovery-zookeeper.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Discovery Zookeeper on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_discovery_zookeeper_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-function-web.yml b/.github/workflows/3.4.x-cloud-cloud-function-web.yml index fbb79f6b..47df47eb 100644 --- a/.github/workflows/3.4.x-cloud-cloud-function-web.yml +++ b/.github/workflows/3.4.x-cloud-cloud-function-web.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Function Web on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_function_web_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-function-webflux.yml b/.github/workflows/3.4.x-cloud-cloud-function-webflux.yml index 1243830a..fa486f7b 100644 --- a/.github/workflows/3.4.x-cloud-cloud-function-webflux.yml +++ b/.github/workflows/3.4.x-cloud-cloud-function-webflux.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Function Webflux on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_function_webflux_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-gateway.yml b/.github/workflows/3.4.x-cloud-cloud-gateway.yml index 2af1e202..febc57c3 100644 --- a/.github/workflows/3.4.x-cloud-cloud-gateway.yml +++ b/.github/workflows/3.4.x-cloud-cloud-gateway.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Gateway on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_gateway_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-loadbalancing-web.yml b/.github/workflows/3.4.x-cloud-cloud-loadbalancing-web.yml index 39ebd98e..ea3788cb 100644 --- a/.github/workflows/3.4.x-cloud-cloud-loadbalancing-web.yml +++ b/.github/workflows/3.4.x-cloud-cloud-loadbalancing-web.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Loadbalancing Web on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_loadbalancing_web_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-loadbalancing-webflux.yml b/.github/workflows/3.4.x-cloud-cloud-loadbalancing-webflux.yml index 809b0b48..b007d751 100644 --- a/.github/workflows/3.4.x-cloud-cloud-loadbalancing-webflux.yml +++ b/.github/workflows/3.4.x-cloud-cloud-loadbalancing-webflux.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Loadbalancing Webflux on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_loadbalancing_webflux_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-openfeign.yml b/.github/workflows/3.4.x-cloud-cloud-openfeign.yml index 6ca642d1..be39a82f 100644 --- a/.github/workflows/3.4.x-cloud-cloud-openfeign.yml +++ b/.github/workflows/3.4.x-cloud-cloud-openfeign.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Openfeign on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_openfeign_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-stream-kafka-streams.yml b/.github/workflows/3.4.x-cloud-cloud-stream-kafka-streams.yml index 0a26726e..3e44df32 100644 --- a/.github/workflows/3.4.x-cloud-cloud-stream-kafka-streams.yml +++ b/.github/workflows/3.4.x-cloud-cloud-stream-kafka-streams.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Stream Kafka Streams on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_stream_kafka_streams_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-stream-kafka.yml b/.github/workflows/3.4.x-cloud-cloud-stream-kafka.yml index 5d064dfe..514ad602 100644 --- a/.github/workflows/3.4.x-cloud-cloud-stream-kafka.yml +++ b/.github/workflows/3.4.x-cloud-cloud-stream-kafka.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Stream Kafka on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_stream_kafka_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-stream-pulsar.yml b/.github/workflows/3.4.x-cloud-cloud-stream-pulsar.yml index 26dc63f8..a342db63 100644 --- a/.github/workflows/3.4.x-cloud-cloud-stream-pulsar.yml +++ b/.github/workflows/3.4.x-cloud-cloud-stream-pulsar.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Stream Pulsar on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_stream_pulsar_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-stream-rabbit.yml b/.github/workflows/3.4.x-cloud-cloud-stream-rabbit.yml index 572c3e8c..2e592bdc 100644 --- a/.github/workflows/3.4.x-cloud-cloud-stream-rabbit.yml +++ b/.github/workflows/3.4.x-cloud-cloud-stream-rabbit.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Stream Rabbit on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_stream_rabbit_app_test: diff --git a/.github/workflows/3.4.x-cloud-cloud-task.yml b/.github/workflows/3.4.x-cloud-cloud-task.yml index 2df4b76d..4e0d18e1 100644 --- a/.github/workflows/3.4.x-cloud-cloud-task.yml +++ b/.github/workflows/3.4.x-cloud-cloud-task.yml @@ -1,7 +1,7 @@ name: 3.4.x | Cloud Smoke Tests | Cloud Task on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cloud_task_app_test: diff --git a/.github/workflows/3.4.x-data-data-cassandra-reactive.yml b/.github/workflows/3.4.x-data-data-cassandra-reactive.yml index 5a6211ed..cc53dde1 100644 --- a/.github/workflows/3.4.x-data-data-cassandra-reactive.yml +++ b/.github/workflows/3.4.x-data-data-cassandra-reactive.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data Cassandra Reactive on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_cassandra_reactive_app_test: diff --git a/.github/workflows/3.4.x-data-data-cassandra.yml b/.github/workflows/3.4.x-data-data-cassandra.yml index f2524641..4b653420 100644 --- a/.github/workflows/3.4.x-data-data-cassandra.yml +++ b/.github/workflows/3.4.x-data-data-cassandra.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data Cassandra on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_cassandra_app_test: diff --git a/.github/workflows/3.4.x-data-data-jdbc-h2-kotlin.yml b/.github/workflows/3.4.x-data-data-jdbc-h2-kotlin.yml index d1b5e405..c54e5dc4 100644 --- a/.github/workflows/3.4.x-data-data-jdbc-h2-kotlin.yml +++ b/.github/workflows/3.4.x-data-data-jdbc-h2-kotlin.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data Jdbc H2 Kotlin on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_jdbc_h2_kotlin_app_test: diff --git a/.github/workflows/3.4.x-data-data-jdbc-h2.yml b/.github/workflows/3.4.x-data-data-jdbc-h2.yml index 1ac39f34..cae94beb 100644 --- a/.github/workflows/3.4.x-data-data-jdbc-h2.yml +++ b/.github/workflows/3.4.x-data-data-jdbc-h2.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data Jdbc H2 on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_jdbc_h2_app_test: diff --git a/.github/workflows/3.4.x-data-data-jdbc-postgresql.yml b/.github/workflows/3.4.x-data-data-jdbc-postgresql.yml index 332ea0f5..7a6934a3 100644 --- a/.github/workflows/3.4.x-data-data-jdbc-postgresql.yml +++ b/.github/workflows/3.4.x-data-data-jdbc-postgresql.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data Jdbc Postgresql on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_jdbc_postgresql_app_test: diff --git a/.github/workflows/3.4.x-data-data-jpa-entityscan.yml b/.github/workflows/3.4.x-data-data-jpa-entityscan.yml index 4957149a..326df3a3 100644 --- a/.github/workflows/3.4.x-data-data-jpa-entityscan.yml +++ b/.github/workflows/3.4.x-data-data-jpa-entityscan.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data Jpa Entityscan on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_jpa_entityscan_app_test: diff --git a/.github/workflows/3.4.x-data-data-jpa-kotlin.yml b/.github/workflows/3.4.x-data-data-jpa-kotlin.yml index 05b6f963..0012f567 100644 --- a/.github/workflows/3.4.x-data-data-jpa-kotlin.yml +++ b/.github/workflows/3.4.x-data-data-jpa-kotlin.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data Jpa Kotlin on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_jpa_kotlin_app_test: diff --git a/.github/workflows/3.4.x-data-data-jpa.yml b/.github/workflows/3.4.x-data-data-jpa.yml index c56bc3d8..efed575f 100644 --- a/.github/workflows/3.4.x-data-data-jpa.yml +++ b/.github/workflows/3.4.x-data-data-jpa.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data Jpa on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_jpa_app_test: diff --git a/.github/workflows/3.4.x-data-data-mongodb-reactive.yml b/.github/workflows/3.4.x-data-data-mongodb-reactive.yml index 32c573a5..841558ba 100644 --- a/.github/workflows/3.4.x-data-data-mongodb-reactive.yml +++ b/.github/workflows/3.4.x-data-data-mongodb-reactive.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data Mongodb Reactive on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_mongodb_reactive_app_test: diff --git a/.github/workflows/3.4.x-data-data-mongodb.yml b/.github/workflows/3.4.x-data-data-mongodb.yml index 04bf4585..cf8f8fd8 100644 --- a/.github/workflows/3.4.x-data-data-mongodb.yml +++ b/.github/workflows/3.4.x-data-data-mongodb.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data Mongodb on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_mongodb_app_test: diff --git a/.github/workflows/3.4.x-data-data-neo4j.yml b/.github/workflows/3.4.x-data-data-neo4j.yml index 0b448d42..e7244c2b 100644 --- a/.github/workflows/3.4.x-data-data-neo4j.yml +++ b/.github/workflows/3.4.x-data-data-neo4j.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data Neo4j on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_neo4j_app_test: diff --git a/.github/workflows/3.4.x-data-data-r2dbc.yml b/.github/workflows/3.4.x-data-data-r2dbc.yml index 69486a00..44250009 100644 --- a/.github/workflows/3.4.x-data-data-r2dbc.yml +++ b/.github/workflows/3.4.x-data-data-r2dbc.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data R2dbc on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_r2dbc_app_test: diff --git a/.github/workflows/3.4.x-data-data-redis-reactive.yml b/.github/workflows/3.4.x-data-data-redis-reactive.yml index f042f062..10d6b6b3 100644 --- a/.github/workflows/3.4.x-data-data-redis-reactive.yml +++ b/.github/workflows/3.4.x-data-data-redis-reactive.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data Redis Reactive on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_redis_reactive_app_test: diff --git a/.github/workflows/3.4.x-data-data-redis.yml b/.github/workflows/3.4.x-data-data-redis.yml index 5bfef722..9460d86d 100644 --- a/.github/workflows/3.4.x-data-data-redis.yml +++ b/.github/workflows/3.4.x-data-data-redis.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data Redis on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_redis_app_test: diff --git a/.github/workflows/3.4.x-data-data-rest-mongodb.yml b/.github/workflows/3.4.x-data-data-rest-mongodb.yml index 959f9ba1..9f28942d 100644 --- a/.github/workflows/3.4.x-data-data-rest-mongodb.yml +++ b/.github/workflows/3.4.x-data-data-rest-mongodb.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data Rest Mongodb on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_rest_mongodb_app_test: diff --git a/.github/workflows/3.4.x-data-data-web-support.yml b/.github/workflows/3.4.x-data-data-web-support.yml index 161bb4b3..90a778e9 100644 --- a/.github/workflows/3.4.x-data-data-web-support.yml +++ b/.github/workflows/3.4.x-data-data-web-support.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Data Web Support on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: data_web_support_app_test: diff --git a/.github/workflows/3.4.x-data-hateoas.yml b/.github/workflows/3.4.x-data-hateoas.yml index 4378a761..5ae755df 100644 --- a/.github/workflows/3.4.x-data-hateoas.yml +++ b/.github/workflows/3.4.x-data-hateoas.yml @@ -1,7 +1,7 @@ name: 3.4.x | Data Smoke Tests | Hateoas on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: hateoas_app_test: diff --git a/.github/workflows/3.4.x-framework-aspect.yml b/.github/workflows/3.4.x-framework-aspect.yml index 977f2145..56a715b4 100644 --- a/.github/workflows/3.4.x-framework-aspect.yml +++ b/.github/workflows/3.4.x-framework-aspect.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Aspect on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: aspect_app_test: diff --git a/.github/workflows/3.4.x-framework-async.yml b/.github/workflows/3.4.x-framework-async.yml index b09b6043..fa9486bc 100644 --- a/.github/workflows/3.4.x-framework-async.yml +++ b/.github/workflows/3.4.x-framework-async.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Async on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: async_app_test: diff --git a/.github/workflows/3.4.x-framework-cache-caffeine.yml b/.github/workflows/3.4.x-framework-cache-caffeine.yml index d1603d7f..eef68975 100644 --- a/.github/workflows/3.4.x-framework-cache-caffeine.yml +++ b/.github/workflows/3.4.x-framework-cache-caffeine.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Cache Caffeine on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cache_caffeine_app_test: diff --git a/.github/workflows/3.4.x-framework-cache-redis.yml b/.github/workflows/3.4.x-framework-cache-redis.yml index a3b8b472..2d432058 100644 --- a/.github/workflows/3.4.x-framework-cache-redis.yml +++ b/.github/workflows/3.4.x-framework-cache-redis.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Cache Redis on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cache_redis_app_test: diff --git a/.github/workflows/3.4.x-framework-cache-simple-jdk-proxy.yml b/.github/workflows/3.4.x-framework-cache-simple-jdk-proxy.yml index e3df5bfb..7fee3e2b 100644 --- a/.github/workflows/3.4.x-framework-cache-simple-jdk-proxy.yml +++ b/.github/workflows/3.4.x-framework-cache-simple-jdk-proxy.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Cache Simple Jdk Proxy on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cache_simple_jdk_proxy_app_test: diff --git a/.github/workflows/3.4.x-framework-cache-simple.yml b/.github/workflows/3.4.x-framework-cache-simple.yml index aec4472b..9f3fc82c 100644 --- a/.github/workflows/3.4.x-framework-cache-simple.yml +++ b/.github/workflows/3.4.x-framework-cache-simple.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Cache Simple on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: cache_simple_app_test: diff --git a/.github/workflows/3.4.x-framework-configuration-class-proxy.yml b/.github/workflows/3.4.x-framework-configuration-class-proxy.yml index 3edbb297..8c21a45d 100644 --- a/.github/workflows/3.4.x-framework-configuration-class-proxy.yml +++ b/.github/workflows/3.4.x-framework-configuration-class-proxy.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Configuration Class Proxy on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: configuration_class_proxy_app_test: diff --git a/.github/workflows/3.4.x-framework-disposable.yml b/.github/workflows/3.4.x-framework-disposable.yml index 643ed550..fa1d5a86 100644 --- a/.github/workflows/3.4.x-framework-disposable.yml +++ b/.github/workflows/3.4.x-framework-disposable.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Disposable on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: disposable_app_test: diff --git a/.github/workflows/3.4.x-framework-event-listener.yml b/.github/workflows/3.4.x-framework-event-listener.yml index 5dec311a..06825b04 100644 --- a/.github/workflows/3.4.x-framework-event-listener.yml +++ b/.github/workflows/3.4.x-framework-event-listener.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Event Listener on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: event_listener_app_test: diff --git a/.github/workflows/3.4.x-framework-hibernate-enhancer.yml b/.github/workflows/3.4.x-framework-hibernate-enhancer.yml index 60d4ce7a..327efa89 100644 --- a/.github/workflows/3.4.x-framework-hibernate-enhancer.yml +++ b/.github/workflows/3.4.x-framework-hibernate-enhancer.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Hibernate Enhancer on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: hibernate_enhancer_app_test: diff --git a/.github/workflows/3.4.x-framework-hibernate.yml b/.github/workflows/3.4.x-framework-hibernate.yml index 8fc9520c..bcceba54 100644 --- a/.github/workflows/3.4.x-framework-hibernate.yml +++ b/.github/workflows/3.4.x-framework-hibernate.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Hibernate on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: hibernate_app_test: diff --git a/.github/workflows/3.4.x-framework-jdbc-h2.yml b/.github/workflows/3.4.x-framework-jdbc-h2.yml index 375f65db..ab098964 100644 --- a/.github/workflows/3.4.x-framework-jdbc-h2.yml +++ b/.github/workflows/3.4.x-framework-jdbc-h2.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Jdbc H2 on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: jdbc_h2_app_test: diff --git a/.github/workflows/3.4.x-framework-jdbc-mariadb.yml b/.github/workflows/3.4.x-framework-jdbc-mariadb.yml index 592f39e2..e4246f2d 100644 --- a/.github/workflows/3.4.x-framework-jdbc-mariadb.yml +++ b/.github/workflows/3.4.x-framework-jdbc-mariadb.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Jdbc Mariadb on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: jdbc_mariadb_app_test: diff --git a/.github/workflows/3.4.x-framework-jdbc-mysql.yml b/.github/workflows/3.4.x-framework-jdbc-mysql.yml index 7e5e0e49..03b4f318 100644 --- a/.github/workflows/3.4.x-framework-jdbc-mysql.yml +++ b/.github/workflows/3.4.x-framework-jdbc-mysql.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Jdbc Mysql on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: jdbc_mysql_app_test: diff --git a/.github/workflows/3.4.x-framework-jdbc-postgresql.yml b/.github/workflows/3.4.x-framework-jdbc-postgresql.yml index 08f66d78..29f99634 100644 --- a/.github/workflows/3.4.x-framework-jdbc-postgresql.yml +++ b/.github/workflows/3.4.x-framework-jdbc-postgresql.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Jdbc Postgresql on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: jdbc_postgresql_app_test: diff --git a/.github/workflows/3.4.x-framework-kotlin-functional.yml b/.github/workflows/3.4.x-framework-kotlin-functional.yml index 5f75b2ee..24e7a3ee 100644 --- a/.github/workflows/3.4.x-framework-kotlin-functional.yml +++ b/.github/workflows/3.4.x-framework-kotlin-functional.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Kotlin Functional on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: kotlin_functional_app_test: diff --git a/.github/workflows/3.4.x-framework-mail.yml b/.github/workflows/3.4.x-framework-mail.yml index dd868989..c27584d0 100644 --- a/.github/workflows/3.4.x-framework-mail.yml +++ b/.github/workflows/3.4.x-framework-mail.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Mail on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: mail_app_test: diff --git a/.github/workflows/3.4.x-framework-order.yml b/.github/workflows/3.4.x-framework-order.yml index e4b6cd6f..17c9358e 100644 --- a/.github/workflows/3.4.x-framework-order.yml +++ b/.github/workflows/3.4.x-framework-order.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Order on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: order_app_test: diff --git a/.github/workflows/3.4.x-framework-quartz.yml b/.github/workflows/3.4.x-framework-quartz.yml index fc8d41dc..6c60322b 100644 --- a/.github/workflows/3.4.x-framework-quartz.yml +++ b/.github/workflows/3.4.x-framework-quartz.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Quartz on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: quartz_app_test: diff --git a/.github/workflows/3.4.x-framework-resource.yml b/.github/workflows/3.4.x-framework-resource.yml index 72ba0567..de0b995f 100644 --- a/.github/workflows/3.4.x-framework-resource.yml +++ b/.github/workflows/3.4.x-framework-resource.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Resource on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: resource_app_test: diff --git a/.github/workflows/3.4.x-framework-rest-template.yml b/.github/workflows/3.4.x-framework-rest-template.yml index dd35591a..dcd002b6 100644 --- a/.github/workflows/3.4.x-framework-rest-template.yml +++ b/.github/workflows/3.4.x-framework-rest-template.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Rest Template on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: rest_template_app_test: diff --git a/.github/workflows/3.4.x-framework-rsocket.yml b/.github/workflows/3.4.x-framework-rsocket.yml index 75cc5ccb..aaaab99a 100644 --- a/.github/workflows/3.4.x-framework-rsocket.yml +++ b/.github/workflows/3.4.x-framework-rsocket.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Rsocket on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: rsocket_app_test: diff --git a/.github/workflows/3.4.x-framework-scheduled.yml b/.github/workflows/3.4.x-framework-scheduled.yml index 0ba646ec..b3b92383 100644 --- a/.github/workflows/3.4.x-framework-scheduled.yml +++ b/.github/workflows/3.4.x-framework-scheduled.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Scheduled on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: scheduled_app_test: diff --git a/.github/workflows/3.4.x-framework-tcf-mockito.yml b/.github/workflows/3.4.x-framework-tcf-mockito.yml index 04e119de..ea236f2e 100644 --- a/.github/workflows/3.4.x-framework-tcf-mockito.yml +++ b/.github/workflows/3.4.x-framework-tcf-mockito.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Tcf Mockito on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: tcf_mockito_test: diff --git a/.github/workflows/3.4.x-framework-tcf.yml b/.github/workflows/3.4.x-framework-tcf.yml index d09882ee..f5a4564b 100644 --- a/.github/workflows/3.4.x-framework-tcf.yml +++ b/.github/workflows/3.4.x-framework-tcf.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Tcf on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: tcf_test: diff --git a/.github/workflows/3.4.x-framework-transactional-event-listener.yml b/.github/workflows/3.4.x-framework-transactional-event-listener.yml index d02842fd..c1b5b9df 100644 --- a/.github/workflows/3.4.x-framework-transactional-event-listener.yml +++ b/.github/workflows/3.4.x-framework-transactional-event-listener.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Transactional Event Listener on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: transactional_event_listener_app_test: diff --git a/.github/workflows/3.4.x-framework-transactional.yml b/.github/workflows/3.4.x-framework-transactional.yml index 531bc1c4..645db67b 100644 --- a/.github/workflows/3.4.x-framework-transactional.yml +++ b/.github/workflows/3.4.x-framework-transactional.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Transactional on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: transactional_app_test: diff --git a/.github/workflows/3.4.x-framework-validation.yml b/.github/workflows/3.4.x-framework-validation.yml index 774957ed..527f0daf 100644 --- a/.github/workflows/3.4.x-framework-validation.yml +++ b/.github/workflows/3.4.x-framework-validation.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Validation on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: validation_app_test: diff --git a/.github/workflows/3.4.x-framework-webclient.yml b/.github/workflows/3.4.x-framework-webclient.yml index fb6436c5..b94f3e48 100644 --- a/.github/workflows/3.4.x-framework-webclient.yml +++ b/.github/workflows/3.4.x-framework-webclient.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Webclient on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: webclient_app_test: diff --git a/.github/workflows/3.4.x-framework-webflux-jetty.yml b/.github/workflows/3.4.x-framework-webflux-jetty.yml index 4433cdc9..ec3e452a 100644 --- a/.github/workflows/3.4.x-framework-webflux-jetty.yml +++ b/.github/workflows/3.4.x-framework-webflux-jetty.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Webflux Jetty on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: webflux_jetty_app_test: diff --git a/.github/workflows/3.4.x-framework-webflux-netty-tls.yml b/.github/workflows/3.4.x-framework-webflux-netty-tls.yml index 50b83e20..6439fbf7 100644 --- a/.github/workflows/3.4.x-framework-webflux-netty-tls.yml +++ b/.github/workflows/3.4.x-framework-webflux-netty-tls.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Webflux Netty Tls on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: webflux_netty_tls_app_test: diff --git a/.github/workflows/3.4.x-framework-webflux-netty.yml b/.github/workflows/3.4.x-framework-webflux-netty.yml index 9fd298ca..aaa9345d 100644 --- a/.github/workflows/3.4.x-framework-webflux-netty.yml +++ b/.github/workflows/3.4.x-framework-webflux-netty.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Webflux Netty on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: webflux_netty_app_test: diff --git a/.github/workflows/3.4.x-framework-webflux-undertow.yml b/.github/workflows/3.4.x-framework-webflux-undertow.yml index 207c8006..2191a693 100644 --- a/.github/workflows/3.4.x-framework-webflux-undertow.yml +++ b/.github/workflows/3.4.x-framework-webflux-undertow.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Webflux Undertow on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: webflux_undertow_app_test: diff --git a/.github/workflows/3.4.x-framework-webmvc-jetty-tls.yml b/.github/workflows/3.4.x-framework-webmvc-jetty-tls.yml index 78434117..83cb9ca1 100644 --- a/.github/workflows/3.4.x-framework-webmvc-jetty-tls.yml +++ b/.github/workflows/3.4.x-framework-webmvc-jetty-tls.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Webmvc Jetty Tls on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: webmvc_jetty_tls_app_test: diff --git a/.github/workflows/3.4.x-framework-webmvc-jetty.yml b/.github/workflows/3.4.x-framework-webmvc-jetty.yml index 99e499ce..12c7b865 100644 --- a/.github/workflows/3.4.x-framework-webmvc-jetty.yml +++ b/.github/workflows/3.4.x-framework-webmvc-jetty.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Webmvc Jetty on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: webmvc_jetty_app_test: diff --git a/.github/workflows/3.4.x-framework-webmvc-scoped-proxy.yml b/.github/workflows/3.4.x-framework-webmvc-scoped-proxy.yml index aeab31eb..1b503b05 100644 --- a/.github/workflows/3.4.x-framework-webmvc-scoped-proxy.yml +++ b/.github/workflows/3.4.x-framework-webmvc-scoped-proxy.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Webmvc Scoped Proxy on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: webmvc_scoped_proxy_app_test: diff --git a/.github/workflows/3.4.x-framework-webmvc-tomcat-tls.yml b/.github/workflows/3.4.x-framework-webmvc-tomcat-tls.yml index be87d374..3f94fb29 100644 --- a/.github/workflows/3.4.x-framework-webmvc-tomcat-tls.yml +++ b/.github/workflows/3.4.x-framework-webmvc-tomcat-tls.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Webmvc Tomcat Tls on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: webmvc_tomcat_tls_app_test: diff --git a/.github/workflows/3.4.x-framework-webmvc-tomcat.yml b/.github/workflows/3.4.x-framework-webmvc-tomcat.yml index e43877d3..2f8332db 100644 --- a/.github/workflows/3.4.x-framework-webmvc-tomcat.yml +++ b/.github/workflows/3.4.x-framework-webmvc-tomcat.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Webmvc Tomcat on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: webmvc_tomcat_app_test: diff --git a/.github/workflows/3.4.x-framework-webmvc-undertow-tls.yml b/.github/workflows/3.4.x-framework-webmvc-undertow-tls.yml index 652f19e0..afc7f765 100644 --- a/.github/workflows/3.4.x-framework-webmvc-undertow-tls.yml +++ b/.github/workflows/3.4.x-framework-webmvc-undertow-tls.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Webmvc Undertow Tls on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: webmvc_undertow_tls_app_test: diff --git a/.github/workflows/3.4.x-framework-webmvc-undertow.yml b/.github/workflows/3.4.x-framework-webmvc-undertow.yml index 213844a0..44f79a7e 100644 --- a/.github/workflows/3.4.x-framework-webmvc-undertow.yml +++ b/.github/workflows/3.4.x-framework-webmvc-undertow.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Webmvc Undertow on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: webmvc_undertow_app_test: diff --git a/.github/workflows/3.4.x-framework-websocket-jetty.yml b/.github/workflows/3.4.x-framework-websocket-jetty.yml index 9e8e9503..bd016d22 100644 --- a/.github/workflows/3.4.x-framework-websocket-jetty.yml +++ b/.github/workflows/3.4.x-framework-websocket-jetty.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Websocket Jetty on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: websocket_jetty_app_test: diff --git a/.github/workflows/3.4.x-framework-websocket-stomp.yml b/.github/workflows/3.4.x-framework-websocket-stomp.yml index 6ab3c053..f8b5faea 100644 --- a/.github/workflows/3.4.x-framework-websocket-stomp.yml +++ b/.github/workflows/3.4.x-framework-websocket-stomp.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Websocket Stomp on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: websocket_stomp_app_test: diff --git a/.github/workflows/3.4.x-framework-websocket-tomcat.yml b/.github/workflows/3.4.x-framework-websocket-tomcat.yml index 29833bc5..98772bf6 100644 --- a/.github/workflows/3.4.x-framework-websocket-tomcat.yml +++ b/.github/workflows/3.4.x-framework-websocket-tomcat.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Websocket Tomcat on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: websocket_tomcat_app_test: diff --git a/.github/workflows/3.4.x-framework-websocket-undertow.yml b/.github/workflows/3.4.x-framework-websocket-undertow.yml index adaffa02..d66a008e 100644 --- a/.github/workflows/3.4.x-framework-websocket-undertow.yml +++ b/.github/workflows/3.4.x-framework-websocket-undertow.yml @@ -1,7 +1,7 @@ name: 3.4.x | Framework Smoke Tests | Websocket Undertow on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: websocket_undertow_app_test: diff --git a/.github/workflows/3.4.x-graphql-graphql-webflux-rsocket.yml b/.github/workflows/3.4.x-graphql-graphql-webflux-rsocket.yml index 4560c81c..62838589 100644 --- a/.github/workflows/3.4.x-graphql-graphql-webflux-rsocket.yml +++ b/.github/workflows/3.4.x-graphql-graphql-webflux-rsocket.yml @@ -1,7 +1,7 @@ name: 3.4.x | Graphql Smoke Tests | Graphql Webflux Rsocket on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: graphql_webflux_rsocket_app_test: diff --git a/.github/workflows/3.4.x-graphql-graphql-webflux.yml b/.github/workflows/3.4.x-graphql-graphql-webflux.yml index f7223973..d5cddead 100644 --- a/.github/workflows/3.4.x-graphql-graphql-webflux.yml +++ b/.github/workflows/3.4.x-graphql-graphql-webflux.yml @@ -1,7 +1,7 @@ name: 3.4.x | Graphql Smoke Tests | Graphql Webflux on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: graphql_webflux_app_test: diff --git a/.github/workflows/3.4.x-graphql-graphql-webmvc.yml b/.github/workflows/3.4.x-graphql-graphql-webmvc.yml index 287176a5..f7bed2c8 100644 --- a/.github/workflows/3.4.x-graphql-graphql-webmvc.yml +++ b/.github/workflows/3.4.x-graphql-graphql-webmvc.yml @@ -1,7 +1,7 @@ name: 3.4.x | Graphql Smoke Tests | Graphql Webmvc on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: graphql_webmvc_app_test: diff --git a/.github/workflows/3.4.x-integration-integration.yml b/.github/workflows/3.4.x-integration-integration.yml index da0bc534..58bd4200 100644 --- a/.github/workflows/3.4.x-integration-integration.yml +++ b/.github/workflows/3.4.x-integration-integration.yml @@ -1,7 +1,7 @@ name: 3.4.x | Integration Smoke Tests | Integration on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: integration_app_test: diff --git a/.github/workflows/3.4.x-integration-spring-amqp-rabbit.yml b/.github/workflows/3.4.x-integration-spring-amqp-rabbit.yml index dcd10f02..a95a26f6 100644 --- a/.github/workflows/3.4.x-integration-spring-amqp-rabbit.yml +++ b/.github/workflows/3.4.x-integration-spring-amqp-rabbit.yml @@ -1,7 +1,7 @@ name: 3.4.x | Integration Smoke Tests | Spring Amqp Rabbit on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: spring_amqp_rabbit_app_test: diff --git a/.github/workflows/3.4.x-integration-spring-kafka-avro.yml b/.github/workflows/3.4.x-integration-spring-kafka-avro.yml index 719102d7..cf3d5345 100644 --- a/.github/workflows/3.4.x-integration-spring-kafka-avro.yml +++ b/.github/workflows/3.4.x-integration-spring-kafka-avro.yml @@ -1,7 +1,7 @@ name: 3.4.x | Integration Smoke Tests | Spring Kafka Avro on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: spring_kafka_avro_app_test: diff --git a/.github/workflows/3.4.x-integration-spring-kafka-streams.yml b/.github/workflows/3.4.x-integration-spring-kafka-streams.yml index 590b3719..cd2f960f 100644 --- a/.github/workflows/3.4.x-integration-spring-kafka-streams.yml +++ b/.github/workflows/3.4.x-integration-spring-kafka-streams.yml @@ -1,7 +1,7 @@ name: 3.4.x | Integration Smoke Tests | Spring Kafka Streams on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: spring_kafka_streams_app_test: diff --git a/.github/workflows/3.4.x-integration-spring-kafka.yml b/.github/workflows/3.4.x-integration-spring-kafka.yml index 80acae0c..cdba7ee4 100644 --- a/.github/workflows/3.4.x-integration-spring-kafka.yml +++ b/.github/workflows/3.4.x-integration-spring-kafka.yml @@ -1,7 +1,7 @@ name: 3.4.x | Integration Smoke Tests | Spring Kafka on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: spring_kafka_app_test: diff --git a/.github/workflows/3.4.x-integration-spring-pulsar-reactive.yml b/.github/workflows/3.4.x-integration-spring-pulsar-reactive.yml index 67412caa..7c351ace 100644 --- a/.github/workflows/3.4.x-integration-spring-pulsar-reactive.yml +++ b/.github/workflows/3.4.x-integration-spring-pulsar-reactive.yml @@ -1,7 +1,7 @@ name: 3.4.x | Integration Smoke Tests | Spring Pulsar Reactive on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: spring_pulsar_reactive_app_test: diff --git a/.github/workflows/3.4.x-integration-spring-pulsar.yml b/.github/workflows/3.4.x-integration-spring-pulsar.yml index 41ce3eb9..71234f05 100644 --- a/.github/workflows/3.4.x-integration-spring-pulsar.yml +++ b/.github/workflows/3.4.x-integration-spring-pulsar.yml @@ -1,7 +1,7 @@ name: 3.4.x | Integration Smoke Tests | Spring Pulsar on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: spring_pulsar_app_test: diff --git a/.github/workflows/3.4.x-security-ldap-odm.yml b/.github/workflows/3.4.x-security-ldap-odm.yml index 0673c1ce..4d1ec9ab 100644 --- a/.github/workflows/3.4.x-security-ldap-odm.yml +++ b/.github/workflows/3.4.x-security-ldap-odm.yml @@ -1,7 +1,7 @@ name: 3.4.x | Security Smoke Tests | Ldap Odm on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: ldap_odm_app_test: diff --git a/.github/workflows/3.4.x-security-security-ldap.yml b/.github/workflows/3.4.x-security-security-ldap.yml index 1e4e220b..29b0433e 100644 --- a/.github/workflows/3.4.x-security-security-ldap.yml +++ b/.github/workflows/3.4.x-security-security-ldap.yml @@ -1,7 +1,7 @@ name: 3.4.x | Security Smoke Tests | Security Ldap on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: security_ldap_app_test: diff --git a/.github/workflows/3.4.x-security-security-method.yml b/.github/workflows/3.4.x-security-security-method.yml index 8b21e2f4..a74ff54f 100644 --- a/.github/workflows/3.4.x-security-security-method.yml +++ b/.github/workflows/3.4.x-security-security-method.yml @@ -1,7 +1,7 @@ name: 3.4.x | Security Smoke Tests | Security Method on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: security_method_app_test: diff --git a/.github/workflows/3.4.x-security-security-oauth2-authorization-server.yml b/.github/workflows/3.4.x-security-security-oauth2-authorization-server.yml index 5333a4a0..ea723f51 100644 --- a/.github/workflows/3.4.x-security-security-oauth2-authorization-server.yml +++ b/.github/workflows/3.4.x-security-security-oauth2-authorization-server.yml @@ -1,7 +1,7 @@ name: 3.4.x | Security Smoke Tests | Security Oauth2 Authorization Server on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: security_oauth2_authorization_server_app_test: diff --git a/.github/workflows/3.4.x-security-security-oauth2-resource-server.yml b/.github/workflows/3.4.x-security-security-oauth2-resource-server.yml index 60b048bb..07ea40f1 100644 --- a/.github/workflows/3.4.x-security-security-oauth2-resource-server.yml +++ b/.github/workflows/3.4.x-security-security-oauth2-resource-server.yml @@ -1,7 +1,7 @@ name: 3.4.x | Security Smoke Tests | Security Oauth2 Resource Server on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: security_oauth2_resource_server_app_test: diff --git a/.github/workflows/3.4.x-security-security-thymeleaf.yml b/.github/workflows/3.4.x-security-security-thymeleaf.yml index af84cba4..856c000c 100644 --- a/.github/workflows/3.4.x-security-security-thymeleaf.yml +++ b/.github/workflows/3.4.x-security-security-thymeleaf.yml @@ -1,7 +1,7 @@ name: 3.4.x | Security Smoke Tests | Security Thymeleaf on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: security_thymeleaf_app_test: diff --git a/.github/workflows/3.4.x-security-security-webflux.yml b/.github/workflows/3.4.x-security-security-webflux.yml index f4aa34a4..20504a9f 100644 --- a/.github/workflows/3.4.x-security-security-webflux.yml +++ b/.github/workflows/3.4.x-security-security-webflux.yml @@ -1,7 +1,7 @@ name: 3.4.x | Security Smoke Tests | Security Webflux on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: security_webflux_app_test: diff --git a/.github/workflows/3.4.x-security-security-webmvc.yml b/.github/workflows/3.4.x-security-security-webmvc.yml index 6bda0987..42e30c53 100644 --- a/.github/workflows/3.4.x-security-security-webmvc.yml +++ b/.github/workflows/3.4.x-security-security-webmvc.yml @@ -1,7 +1,7 @@ name: 3.4.x | Security Smoke Tests | Security Webmvc on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: security_webmvc_app_test: diff --git a/.github/workflows/3.4.x-session-session-jdbc.yml b/.github/workflows/3.4.x-session-session-jdbc.yml index 5e6e65b8..e24c2135 100644 --- a/.github/workflows/3.4.x-session-session-jdbc.yml +++ b/.github/workflows/3.4.x-session-session-jdbc.yml @@ -1,7 +1,7 @@ name: 3.4.x | Session Smoke Tests | Session Jdbc on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: session_jdbc_app_test: diff --git a/.github/workflows/3.4.x-session-session-redis-webflux.yml b/.github/workflows/3.4.x-session-session-redis-webflux.yml index e191df11..bcce9616 100644 --- a/.github/workflows/3.4.x-session-session-redis-webflux.yml +++ b/.github/workflows/3.4.x-session-session-redis-webflux.yml @@ -1,7 +1,7 @@ name: 3.4.x | Session Smoke Tests | Session Redis Webflux on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: session_redis_webflux_app_test: diff --git a/.github/workflows/3.4.x-warm-caches.yml b/.github/workflows/3.4.x-warm-caches.yml index 4af1353a..ea6d7610 100644 --- a/.github/workflows/3.4.x-warm-caches.yml +++ b/.github/workflows/3.4.x-warm-caches.yml @@ -1,7 +1,7 @@ name: 3.4.x | Warm Caches on: schedule: - - cron : '40 0 * * *' + - cron : '30 0 * * *' workflow_dispatch: jobs: warm_caches: diff --git a/.github/workflows/3.5.x-batch-batch.yml b/.github/workflows/3.5.x-batch-batch.yml index 81b732f9..8748ed8f 100644 --- a/.github/workflows/3.5.x-batch-batch.yml +++ b/.github/workflows/3.5.x-batch-batch.yml @@ -1,7 +1,7 @@ name: 3.5.x | Batch Smoke Tests | Batch on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: batch_app_test: diff --git a/.github/workflows/3.5.x-boot-actuator-webflux-mgmt-port.yml b/.github/workflows/3.5.x-boot-actuator-webflux-mgmt-port.yml index cb2972ee..c2fe7327 100644 --- a/.github/workflows/3.5.x-boot-actuator-webflux-mgmt-port.yml +++ b/.github/workflows/3.5.x-boot-actuator-webflux-mgmt-port.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Actuator Webflux Mgmt Port on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: actuator_webflux_mgmt_port_app_test: diff --git a/.github/workflows/3.5.x-boot-actuator-webflux.yml b/.github/workflows/3.5.x-boot-actuator-webflux.yml index e08f9a2f..042eac8c 100644 --- a/.github/workflows/3.5.x-boot-actuator-webflux.yml +++ b/.github/workflows/3.5.x-boot-actuator-webflux.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Actuator Webflux on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: actuator_webflux_app_test: diff --git a/.github/workflows/3.5.x-boot-actuator-webmvc-mgmt-port.yml b/.github/workflows/3.5.x-boot-actuator-webmvc-mgmt-port.yml index c44d31d8..769a1646 100644 --- a/.github/workflows/3.5.x-boot-actuator-webmvc-mgmt-port.yml +++ b/.github/workflows/3.5.x-boot-actuator-webmvc-mgmt-port.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Actuator Webmvc Mgmt Port on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: actuator_webmvc_mgmt_port_app_test: diff --git a/.github/workflows/3.5.x-boot-actuator-webmvc.yml b/.github/workflows/3.5.x-boot-actuator-webmvc.yml index fc8ddc77..3f2b8bcf 100644 --- a/.github/workflows/3.5.x-boot-actuator-webmvc.yml +++ b/.github/workflows/3.5.x-boot-actuator-webmvc.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Actuator Webmvc on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: actuator_webmvc_app_test: diff --git a/.github/workflows/3.5.x-boot-boot-tcf.yml b/.github/workflows/3.5.x-boot-boot-tcf.yml index 7e954b19..54c7f9ba 100644 --- a/.github/workflows/3.5.x-boot-boot-tcf.yml +++ b/.github/workflows/3.5.x-boot-boot-tcf.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Boot Tcf on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: boot_tcf_test: diff --git a/.github/workflows/3.5.x-boot-command-line-runner.yml b/.github/workflows/3.5.x-boot-command-line-runner.yml index 21509d14..54c1e089 100644 --- a/.github/workflows/3.5.x-boot-command-line-runner.yml +++ b/.github/workflows/3.5.x-boot-command-line-runner.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Command Line Runner on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: command_line_runner_app_test: diff --git a/.github/workflows/3.5.x-boot-conditional.yml b/.github/workflows/3.5.x-boot-conditional.yml index b8261043..a384ee90 100644 --- a/.github/workflows/3.5.x-boot-conditional.yml +++ b/.github/workflows/3.5.x-boot-conditional.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Conditional on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: conditional_app_test: diff --git a/.github/workflows/3.5.x-boot-configuration-properties.yml b/.github/workflows/3.5.x-boot-configuration-properties.yml index a2e67c92..2301b840 100644 --- a/.github/workflows/3.5.x-boot-configuration-properties.yml +++ b/.github/workflows/3.5.x-boot-configuration-properties.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Configuration Properties on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: configuration_properties_app_test: diff --git a/.github/workflows/3.5.x-boot-custom-banner.yml b/.github/workflows/3.5.x-boot-custom-banner.yml index 5eda443f..3e47030a 100644 --- a/.github/workflows/3.5.x-boot-custom-banner.yml +++ b/.github/workflows/3.5.x-boot-custom-banner.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Custom Banner on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: custom_banner_app_test: diff --git a/.github/workflows/3.5.x-boot-flyway.yml b/.github/workflows/3.5.x-boot-flyway.yml index aba014bc..285739ce 100644 --- a/.github/workflows/3.5.x-boot-flyway.yml +++ b/.github/workflows/3.5.x-boot-flyway.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Flyway on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: flyway_app_test: diff --git a/.github/workflows/3.5.x-boot-freemarker-webflux.yml b/.github/workflows/3.5.x-boot-freemarker-webflux.yml index 040085ff..be9bf0d6 100644 --- a/.github/workflows/3.5.x-boot-freemarker-webflux.yml +++ b/.github/workflows/3.5.x-boot-freemarker-webflux.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Freemarker Webflux on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: freemarker_webflux_app_test: diff --git a/.github/workflows/3.5.x-boot-freemarker-webmvc.yml b/.github/workflows/3.5.x-boot-freemarker-webmvc.yml index 2c800f44..85ed9ad1 100644 --- a/.github/workflows/3.5.x-boot-freemarker-webmvc.yml +++ b/.github/workflows/3.5.x-boot-freemarker-webmvc.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Freemarker Webmvc on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: freemarker_webmvc_app_test: diff --git a/.github/workflows/3.5.x-boot-json.yml b/.github/workflows/3.5.x-boot-json.yml index 7d07e8d3..ef116a90 100644 --- a/.github/workflows/3.5.x-boot-json.yml +++ b/.github/workflows/3.5.x-boot-json.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Json on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: json_app_test: diff --git a/.github/workflows/3.5.x-boot-liquibase.yml b/.github/workflows/3.5.x-boot-liquibase.yml index 854eb33a..2c95127e 100644 --- a/.github/workflows/3.5.x-boot-liquibase.yml +++ b/.github/workflows/3.5.x-boot-liquibase.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Liquibase on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: liquibase_app_test: diff --git a/.github/workflows/3.5.x-boot-logging-logback-spring-xml.yml b/.github/workflows/3.5.x-boot-logging-logback-spring-xml.yml index cbc057b2..b7a3f979 100644 --- a/.github/workflows/3.5.x-boot-logging-logback-spring-xml.yml +++ b/.github/workflows/3.5.x-boot-logging-logback-spring-xml.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Logging Logback Spring Xml on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: logging_logback_spring_xml_app_test: diff --git a/.github/workflows/3.5.x-boot-logging-logback-xml.yml b/.github/workflows/3.5.x-boot-logging-logback-xml.yml index d99b5fd6..624c4c68 100644 --- a/.github/workflows/3.5.x-boot-logging-logback-xml.yml +++ b/.github/workflows/3.5.x-boot-logging-logback-xml.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Logging Logback Xml on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: logging_logback_xml_app_test: diff --git a/.github/workflows/3.5.x-boot-logging-logback.yml b/.github/workflows/3.5.x-boot-logging-logback.yml index 1b4957cb..81909693 100644 --- a/.github/workflows/3.5.x-boot-logging-logback.yml +++ b/.github/workflows/3.5.x-boot-logging-logback.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Logging Logback on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: logging_logback_app_test: diff --git a/.github/workflows/3.5.x-boot-mustache-webflux.yml b/.github/workflows/3.5.x-boot-mustache-webflux.yml index e32d63c1..70825869 100644 --- a/.github/workflows/3.5.x-boot-mustache-webflux.yml +++ b/.github/workflows/3.5.x-boot-mustache-webflux.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Mustache Webflux on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: mustache_webflux_app_test: diff --git a/.github/workflows/3.5.x-boot-mustache-webmvc.yml b/.github/workflows/3.5.x-boot-mustache-webmvc.yml index 113d8c07..73030b8a 100644 --- a/.github/workflows/3.5.x-boot-mustache-webmvc.yml +++ b/.github/workflows/3.5.x-boot-mustache-webmvc.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Mustache Webmvc on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: mustache_webmvc_app_test: diff --git a/.github/workflows/3.5.x-boot-servlet-component-scan.yml b/.github/workflows/3.5.x-boot-servlet-component-scan.yml index 87ab6d9f..4aa20458 100644 --- a/.github/workflows/3.5.x-boot-servlet-component-scan.yml +++ b/.github/workflows/3.5.x-boot-servlet-component-scan.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Servlet Component Scan on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: servlet_component_scan_app_test: diff --git a/.github/workflows/3.5.x-boot-servlet-jetty.yml b/.github/workflows/3.5.x-boot-servlet-jetty.yml index 5e5aebe1..86755b7e 100644 --- a/.github/workflows/3.5.x-boot-servlet-jetty.yml +++ b/.github/workflows/3.5.x-boot-servlet-jetty.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Servlet Jetty on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: servlet_jetty_app_test: diff --git a/.github/workflows/3.5.x-boot-servlet-tomcat.yml b/.github/workflows/3.5.x-boot-servlet-tomcat.yml index 97df3c78..f8b6ed22 100644 --- a/.github/workflows/3.5.x-boot-servlet-tomcat.yml +++ b/.github/workflows/3.5.x-boot-servlet-tomcat.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Servlet Tomcat on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: servlet_tomcat_app_test: diff --git a/.github/workflows/3.5.x-boot-servlet-undertow.yml b/.github/workflows/3.5.x-boot-servlet-undertow.yml index e42a408b..81389918 100644 --- a/.github/workflows/3.5.x-boot-servlet-undertow.yml +++ b/.github/workflows/3.5.x-boot-servlet-undertow.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Servlet Undertow on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: servlet_undertow_app_test: diff --git a/.github/workflows/3.5.x-boot-thymeleaf-webflux.yml b/.github/workflows/3.5.x-boot-thymeleaf-webflux.yml index 0e73464c..feeacee2 100644 --- a/.github/workflows/3.5.x-boot-thymeleaf-webflux.yml +++ b/.github/workflows/3.5.x-boot-thymeleaf-webflux.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Thymeleaf Webflux on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: thymeleaf_webflux_app_test: diff --git a/.github/workflows/3.5.x-boot-thymeleaf-webmvc.yml b/.github/workflows/3.5.x-boot-thymeleaf-webmvc.yml index a17afaa1..964fa785 100644 --- a/.github/workflows/3.5.x-boot-thymeleaf-webmvc.yml +++ b/.github/workflows/3.5.x-boot-thymeleaf-webmvc.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Thymeleaf Webmvc on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: thymeleaf_webmvc_app_test: diff --git a/.github/workflows/3.5.x-boot-tracing-brave-zipkin.yml b/.github/workflows/3.5.x-boot-tracing-brave-zipkin.yml index 7a511917..fb1cecf4 100644 --- a/.github/workflows/3.5.x-boot-tracing-brave-zipkin.yml +++ b/.github/workflows/3.5.x-boot-tracing-brave-zipkin.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Tracing Brave Zipkin on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: tracing_brave_zipkin_app_test: diff --git a/.github/workflows/3.5.x-boot-xml-config.yml b/.github/workflows/3.5.x-boot-xml-config.yml index d63518a2..e130a600 100644 --- a/.github/workflows/3.5.x-boot-xml-config.yml +++ b/.github/workflows/3.5.x-boot-xml-config.yml @@ -1,7 +1,7 @@ name: 3.5.x | Boot Smoke Tests | Xml Config on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: xml_config_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-config-client.yml b/.github/workflows/3.5.x-cloud-cloud-config-client.yml index a15af3e6..868fb511 100644 --- a/.github/workflows/3.5.x-cloud-cloud-config-client.yml +++ b/.github/workflows/3.5.x-cloud-cloud-config-client.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Config Client on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_config_client_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-config-server.yml b/.github/workflows/3.5.x-cloud-cloud-config-server.yml index cfe8150a..d3609395 100644 --- a/.github/workflows/3.5.x-cloud-cloud-config-server.yml +++ b/.github/workflows/3.5.x-cloud-cloud-config-server.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Config Server on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_config_server_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-discovery-consul.yml b/.github/workflows/3.5.x-cloud-cloud-discovery-consul.yml index dc108917..571b4175 100644 --- a/.github/workflows/3.5.x-cloud-cloud-discovery-consul.yml +++ b/.github/workflows/3.5.x-cloud-cloud-discovery-consul.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Discovery Consul on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_discovery_consul_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-discovery-eureka.yml b/.github/workflows/3.5.x-cloud-cloud-discovery-eureka.yml index 0feed2ab..d2865201 100644 --- a/.github/workflows/3.5.x-cloud-cloud-discovery-eureka.yml +++ b/.github/workflows/3.5.x-cloud-cloud-discovery-eureka.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Discovery Eureka on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_discovery_eureka_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-discovery-zookeeper.yml b/.github/workflows/3.5.x-cloud-cloud-discovery-zookeeper.yml index 7485dd1a..76c6e7c5 100644 --- a/.github/workflows/3.5.x-cloud-cloud-discovery-zookeeper.yml +++ b/.github/workflows/3.5.x-cloud-cloud-discovery-zookeeper.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Discovery Zookeeper on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_discovery_zookeeper_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-function-web.yml b/.github/workflows/3.5.x-cloud-cloud-function-web.yml index 83ffb8a3..bbfdeb54 100644 --- a/.github/workflows/3.5.x-cloud-cloud-function-web.yml +++ b/.github/workflows/3.5.x-cloud-cloud-function-web.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Function Web on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_function_web_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-function-webflux.yml b/.github/workflows/3.5.x-cloud-cloud-function-webflux.yml index f00dbd1a..28c35ba1 100644 --- a/.github/workflows/3.5.x-cloud-cloud-function-webflux.yml +++ b/.github/workflows/3.5.x-cloud-cloud-function-webflux.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Function Webflux on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_function_webflux_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-gateway.yml b/.github/workflows/3.5.x-cloud-cloud-gateway.yml index bff01540..25b86b56 100644 --- a/.github/workflows/3.5.x-cloud-cloud-gateway.yml +++ b/.github/workflows/3.5.x-cloud-cloud-gateway.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Gateway on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_gateway_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-loadbalancing-web.yml b/.github/workflows/3.5.x-cloud-cloud-loadbalancing-web.yml index 3b825142..644fa4b8 100644 --- a/.github/workflows/3.5.x-cloud-cloud-loadbalancing-web.yml +++ b/.github/workflows/3.5.x-cloud-cloud-loadbalancing-web.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Loadbalancing Web on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_loadbalancing_web_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-loadbalancing-webflux.yml b/.github/workflows/3.5.x-cloud-cloud-loadbalancing-webflux.yml index e7de32bb..810c7671 100644 --- a/.github/workflows/3.5.x-cloud-cloud-loadbalancing-webflux.yml +++ b/.github/workflows/3.5.x-cloud-cloud-loadbalancing-webflux.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Loadbalancing Webflux on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_loadbalancing_webflux_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-openfeign.yml b/.github/workflows/3.5.x-cloud-cloud-openfeign.yml index aa485a71..3d49d368 100644 --- a/.github/workflows/3.5.x-cloud-cloud-openfeign.yml +++ b/.github/workflows/3.5.x-cloud-cloud-openfeign.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Openfeign on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_openfeign_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-stream-kafka-streams.yml b/.github/workflows/3.5.x-cloud-cloud-stream-kafka-streams.yml index d4bc2af1..9f4c4726 100644 --- a/.github/workflows/3.5.x-cloud-cloud-stream-kafka-streams.yml +++ b/.github/workflows/3.5.x-cloud-cloud-stream-kafka-streams.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Stream Kafka Streams on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_stream_kafka_streams_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-stream-kafka.yml b/.github/workflows/3.5.x-cloud-cloud-stream-kafka.yml index 2ff85bf7..ec0dda0f 100644 --- a/.github/workflows/3.5.x-cloud-cloud-stream-kafka.yml +++ b/.github/workflows/3.5.x-cloud-cloud-stream-kafka.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Stream Kafka on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_stream_kafka_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-stream-pulsar.yml b/.github/workflows/3.5.x-cloud-cloud-stream-pulsar.yml index a0d5598b..dbe7e411 100644 --- a/.github/workflows/3.5.x-cloud-cloud-stream-pulsar.yml +++ b/.github/workflows/3.5.x-cloud-cloud-stream-pulsar.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Stream Pulsar on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_stream_pulsar_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-stream-rabbit.yml b/.github/workflows/3.5.x-cloud-cloud-stream-rabbit.yml index abede847..2d83b0f6 100644 --- a/.github/workflows/3.5.x-cloud-cloud-stream-rabbit.yml +++ b/.github/workflows/3.5.x-cloud-cloud-stream-rabbit.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Stream Rabbit on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_stream_rabbit_app_test: diff --git a/.github/workflows/3.5.x-cloud-cloud-task.yml b/.github/workflows/3.5.x-cloud-cloud-task.yml index 24ae2a1a..446be159 100644 --- a/.github/workflows/3.5.x-cloud-cloud-task.yml +++ b/.github/workflows/3.5.x-cloud-cloud-task.yml @@ -1,7 +1,7 @@ name: 3.5.x | Cloud Smoke Tests | Cloud Task on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cloud_task_app_test: diff --git a/.github/workflows/3.5.x-data-data-cassandra-reactive.yml b/.github/workflows/3.5.x-data-data-cassandra-reactive.yml index 430b361c..9935d359 100644 --- a/.github/workflows/3.5.x-data-data-cassandra-reactive.yml +++ b/.github/workflows/3.5.x-data-data-cassandra-reactive.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data Cassandra Reactive on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_cassandra_reactive_app_test: diff --git a/.github/workflows/3.5.x-data-data-cassandra.yml b/.github/workflows/3.5.x-data-data-cassandra.yml index 20af3d0f..f291de1e 100644 --- a/.github/workflows/3.5.x-data-data-cassandra.yml +++ b/.github/workflows/3.5.x-data-data-cassandra.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data Cassandra on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_cassandra_app_test: diff --git a/.github/workflows/3.5.x-data-data-jdbc-h2-kotlin.yml b/.github/workflows/3.5.x-data-data-jdbc-h2-kotlin.yml index 37f895d5..a5811e0a 100644 --- a/.github/workflows/3.5.x-data-data-jdbc-h2-kotlin.yml +++ b/.github/workflows/3.5.x-data-data-jdbc-h2-kotlin.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data Jdbc H2 Kotlin on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_jdbc_h2_kotlin_app_test: diff --git a/.github/workflows/3.5.x-data-data-jdbc-h2.yml b/.github/workflows/3.5.x-data-data-jdbc-h2.yml index f12718ac..04a95214 100644 --- a/.github/workflows/3.5.x-data-data-jdbc-h2.yml +++ b/.github/workflows/3.5.x-data-data-jdbc-h2.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data Jdbc H2 on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_jdbc_h2_app_test: diff --git a/.github/workflows/3.5.x-data-data-jdbc-postgresql.yml b/.github/workflows/3.5.x-data-data-jdbc-postgresql.yml index 6b3c806e..01be61b0 100644 --- a/.github/workflows/3.5.x-data-data-jdbc-postgresql.yml +++ b/.github/workflows/3.5.x-data-data-jdbc-postgresql.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data Jdbc Postgresql on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_jdbc_postgresql_app_test: diff --git a/.github/workflows/3.5.x-data-data-jpa-entityscan.yml b/.github/workflows/3.5.x-data-data-jpa-entityscan.yml index 35d6d7f9..5c2f680d 100644 --- a/.github/workflows/3.5.x-data-data-jpa-entityscan.yml +++ b/.github/workflows/3.5.x-data-data-jpa-entityscan.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data Jpa Entityscan on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_jpa_entityscan_app_test: diff --git a/.github/workflows/3.5.x-data-data-jpa-kotlin.yml b/.github/workflows/3.5.x-data-data-jpa-kotlin.yml index 4ece59c6..11048f84 100644 --- a/.github/workflows/3.5.x-data-data-jpa-kotlin.yml +++ b/.github/workflows/3.5.x-data-data-jpa-kotlin.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data Jpa Kotlin on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_jpa_kotlin_app_test: diff --git a/.github/workflows/3.5.x-data-data-jpa.yml b/.github/workflows/3.5.x-data-data-jpa.yml index bf547f25..06d9671a 100644 --- a/.github/workflows/3.5.x-data-data-jpa.yml +++ b/.github/workflows/3.5.x-data-data-jpa.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data Jpa on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_jpa_app_test: diff --git a/.github/workflows/3.5.x-data-data-mongodb-reactive.yml b/.github/workflows/3.5.x-data-data-mongodb-reactive.yml index 106d34a7..92618de1 100644 --- a/.github/workflows/3.5.x-data-data-mongodb-reactive.yml +++ b/.github/workflows/3.5.x-data-data-mongodb-reactive.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data Mongodb Reactive on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_mongodb_reactive_app_test: diff --git a/.github/workflows/3.5.x-data-data-mongodb.yml b/.github/workflows/3.5.x-data-data-mongodb.yml index b5cc85a3..d656264c 100644 --- a/.github/workflows/3.5.x-data-data-mongodb.yml +++ b/.github/workflows/3.5.x-data-data-mongodb.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data Mongodb on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_mongodb_app_test: diff --git a/.github/workflows/3.5.x-data-data-neo4j.yml b/.github/workflows/3.5.x-data-data-neo4j.yml index a15f0f05..977308c3 100644 --- a/.github/workflows/3.5.x-data-data-neo4j.yml +++ b/.github/workflows/3.5.x-data-data-neo4j.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data Neo4j on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_neo4j_app_test: diff --git a/.github/workflows/3.5.x-data-data-r2dbc.yml b/.github/workflows/3.5.x-data-data-r2dbc.yml index d06f2825..57aa7e0d 100644 --- a/.github/workflows/3.5.x-data-data-r2dbc.yml +++ b/.github/workflows/3.5.x-data-data-r2dbc.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data R2dbc on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_r2dbc_app_test: diff --git a/.github/workflows/3.5.x-data-data-redis-reactive.yml b/.github/workflows/3.5.x-data-data-redis-reactive.yml index 6824e848..aa088699 100644 --- a/.github/workflows/3.5.x-data-data-redis-reactive.yml +++ b/.github/workflows/3.5.x-data-data-redis-reactive.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data Redis Reactive on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_redis_reactive_app_test: diff --git a/.github/workflows/3.5.x-data-data-redis.yml b/.github/workflows/3.5.x-data-data-redis.yml index ecfa725d..0ed761b4 100644 --- a/.github/workflows/3.5.x-data-data-redis.yml +++ b/.github/workflows/3.5.x-data-data-redis.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data Redis on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_redis_app_test: diff --git a/.github/workflows/3.5.x-data-data-rest-mongodb.yml b/.github/workflows/3.5.x-data-data-rest-mongodb.yml index faca0777..bdd00ccb 100644 --- a/.github/workflows/3.5.x-data-data-rest-mongodb.yml +++ b/.github/workflows/3.5.x-data-data-rest-mongodb.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data Rest Mongodb on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_rest_mongodb_app_test: diff --git a/.github/workflows/3.5.x-data-data-web-support.yml b/.github/workflows/3.5.x-data-data-web-support.yml index ebeb0a81..898d2c8e 100644 --- a/.github/workflows/3.5.x-data-data-web-support.yml +++ b/.github/workflows/3.5.x-data-data-web-support.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Data Web Support on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: data_web_support_app_test: diff --git a/.github/workflows/3.5.x-data-hateoas.yml b/.github/workflows/3.5.x-data-hateoas.yml index b28665b6..7490af65 100644 --- a/.github/workflows/3.5.x-data-hateoas.yml +++ b/.github/workflows/3.5.x-data-hateoas.yml @@ -1,7 +1,7 @@ name: 3.5.x | Data Smoke Tests | Hateoas on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: hateoas_app_test: diff --git a/.github/workflows/3.5.x-framework-aspect.yml b/.github/workflows/3.5.x-framework-aspect.yml index 4bfaf439..f7104c47 100644 --- a/.github/workflows/3.5.x-framework-aspect.yml +++ b/.github/workflows/3.5.x-framework-aspect.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Aspect on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: aspect_app_test: diff --git a/.github/workflows/3.5.x-framework-async.yml b/.github/workflows/3.5.x-framework-async.yml index 0e4f1e79..68534ad2 100644 --- a/.github/workflows/3.5.x-framework-async.yml +++ b/.github/workflows/3.5.x-framework-async.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Async on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: async_app_test: diff --git a/.github/workflows/3.5.x-framework-cache-caffeine.yml b/.github/workflows/3.5.x-framework-cache-caffeine.yml index 907d80b9..313bb455 100644 --- a/.github/workflows/3.5.x-framework-cache-caffeine.yml +++ b/.github/workflows/3.5.x-framework-cache-caffeine.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Cache Caffeine on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cache_caffeine_app_test: diff --git a/.github/workflows/3.5.x-framework-cache-redis.yml b/.github/workflows/3.5.x-framework-cache-redis.yml index 7994bafd..04bb7fe5 100644 --- a/.github/workflows/3.5.x-framework-cache-redis.yml +++ b/.github/workflows/3.5.x-framework-cache-redis.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Cache Redis on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cache_redis_app_test: diff --git a/.github/workflows/3.5.x-framework-cache-simple-jdk-proxy.yml b/.github/workflows/3.5.x-framework-cache-simple-jdk-proxy.yml index c805be13..48aec190 100644 --- a/.github/workflows/3.5.x-framework-cache-simple-jdk-proxy.yml +++ b/.github/workflows/3.5.x-framework-cache-simple-jdk-proxy.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Cache Simple Jdk Proxy on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cache_simple_jdk_proxy_app_test: diff --git a/.github/workflows/3.5.x-framework-cache-simple.yml b/.github/workflows/3.5.x-framework-cache-simple.yml index 6ed1c8dc..7d1df733 100644 --- a/.github/workflows/3.5.x-framework-cache-simple.yml +++ b/.github/workflows/3.5.x-framework-cache-simple.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Cache Simple on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: cache_simple_app_test: diff --git a/.github/workflows/3.5.x-framework-configuration-class-proxy.yml b/.github/workflows/3.5.x-framework-configuration-class-proxy.yml index 261cdf38..cd066210 100644 --- a/.github/workflows/3.5.x-framework-configuration-class-proxy.yml +++ b/.github/workflows/3.5.x-framework-configuration-class-proxy.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Configuration Class Proxy on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: configuration_class_proxy_app_test: diff --git a/.github/workflows/3.5.x-framework-disposable.yml b/.github/workflows/3.5.x-framework-disposable.yml index cbde4f48..6fe8cf4c 100644 --- a/.github/workflows/3.5.x-framework-disposable.yml +++ b/.github/workflows/3.5.x-framework-disposable.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Disposable on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: disposable_app_test: diff --git a/.github/workflows/3.5.x-framework-event-listener.yml b/.github/workflows/3.5.x-framework-event-listener.yml index e910d066..c6df2be3 100644 --- a/.github/workflows/3.5.x-framework-event-listener.yml +++ b/.github/workflows/3.5.x-framework-event-listener.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Event Listener on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: event_listener_app_test: diff --git a/.github/workflows/3.5.x-framework-hibernate-enhancer.yml b/.github/workflows/3.5.x-framework-hibernate-enhancer.yml index ead05f72..18df1140 100644 --- a/.github/workflows/3.5.x-framework-hibernate-enhancer.yml +++ b/.github/workflows/3.5.x-framework-hibernate-enhancer.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Hibernate Enhancer on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: hibernate_enhancer_app_test: diff --git a/.github/workflows/3.5.x-framework-hibernate.yml b/.github/workflows/3.5.x-framework-hibernate.yml index d30922f9..136cd138 100644 --- a/.github/workflows/3.5.x-framework-hibernate.yml +++ b/.github/workflows/3.5.x-framework-hibernate.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Hibernate on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: hibernate_app_test: diff --git a/.github/workflows/3.5.x-framework-jdbc-h2.yml b/.github/workflows/3.5.x-framework-jdbc-h2.yml index 6b32707f..0c04e617 100644 --- a/.github/workflows/3.5.x-framework-jdbc-h2.yml +++ b/.github/workflows/3.5.x-framework-jdbc-h2.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Jdbc H2 on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: jdbc_h2_app_test: diff --git a/.github/workflows/3.5.x-framework-jdbc-mariadb.yml b/.github/workflows/3.5.x-framework-jdbc-mariadb.yml index 16962dc0..9c808d22 100644 --- a/.github/workflows/3.5.x-framework-jdbc-mariadb.yml +++ b/.github/workflows/3.5.x-framework-jdbc-mariadb.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Jdbc Mariadb on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: jdbc_mariadb_app_test: diff --git a/.github/workflows/3.5.x-framework-jdbc-mysql.yml b/.github/workflows/3.5.x-framework-jdbc-mysql.yml index ceb12916..51564935 100644 --- a/.github/workflows/3.5.x-framework-jdbc-mysql.yml +++ b/.github/workflows/3.5.x-framework-jdbc-mysql.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Jdbc Mysql on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: jdbc_mysql_app_test: diff --git a/.github/workflows/3.5.x-framework-jdbc-postgresql.yml b/.github/workflows/3.5.x-framework-jdbc-postgresql.yml index 27ee6d78..b5c02d81 100644 --- a/.github/workflows/3.5.x-framework-jdbc-postgresql.yml +++ b/.github/workflows/3.5.x-framework-jdbc-postgresql.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Jdbc Postgresql on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: jdbc_postgresql_app_test: diff --git a/.github/workflows/3.5.x-framework-kotlin-functional.yml b/.github/workflows/3.5.x-framework-kotlin-functional.yml index 9c3f8e2f..0210f9c3 100644 --- a/.github/workflows/3.5.x-framework-kotlin-functional.yml +++ b/.github/workflows/3.5.x-framework-kotlin-functional.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Kotlin Functional on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: kotlin_functional_app_test: diff --git a/.github/workflows/3.5.x-framework-mail.yml b/.github/workflows/3.5.x-framework-mail.yml index a8429ae1..c8ff2687 100644 --- a/.github/workflows/3.5.x-framework-mail.yml +++ b/.github/workflows/3.5.x-framework-mail.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Mail on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: mail_app_test: diff --git a/.github/workflows/3.5.x-framework-order.yml b/.github/workflows/3.5.x-framework-order.yml index 3c91a6ca..1362a789 100644 --- a/.github/workflows/3.5.x-framework-order.yml +++ b/.github/workflows/3.5.x-framework-order.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Order on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: order_app_test: diff --git a/.github/workflows/3.5.x-framework-quartz.yml b/.github/workflows/3.5.x-framework-quartz.yml index 52b78548..0c74fb4d 100644 --- a/.github/workflows/3.5.x-framework-quartz.yml +++ b/.github/workflows/3.5.x-framework-quartz.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Quartz on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: quartz_app_test: diff --git a/.github/workflows/3.5.x-framework-resource.yml b/.github/workflows/3.5.x-framework-resource.yml index db719df8..38495836 100644 --- a/.github/workflows/3.5.x-framework-resource.yml +++ b/.github/workflows/3.5.x-framework-resource.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Resource on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: resource_app_test: diff --git a/.github/workflows/3.5.x-framework-rest-template.yml b/.github/workflows/3.5.x-framework-rest-template.yml index b0e2e2b5..2ee1b733 100644 --- a/.github/workflows/3.5.x-framework-rest-template.yml +++ b/.github/workflows/3.5.x-framework-rest-template.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Rest Template on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: rest_template_app_test: diff --git a/.github/workflows/3.5.x-framework-rsocket.yml b/.github/workflows/3.5.x-framework-rsocket.yml index ee450924..0f6517a6 100644 --- a/.github/workflows/3.5.x-framework-rsocket.yml +++ b/.github/workflows/3.5.x-framework-rsocket.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Rsocket on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: rsocket_app_test: diff --git a/.github/workflows/3.5.x-framework-scheduled.yml b/.github/workflows/3.5.x-framework-scheduled.yml index e88bf38f..9aed034d 100644 --- a/.github/workflows/3.5.x-framework-scheduled.yml +++ b/.github/workflows/3.5.x-framework-scheduled.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Scheduled on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: scheduled_app_test: diff --git a/.github/workflows/3.5.x-framework-tcf-mockito.yml b/.github/workflows/3.5.x-framework-tcf-mockito.yml index 54a1a0b2..c36cbf1e 100644 --- a/.github/workflows/3.5.x-framework-tcf-mockito.yml +++ b/.github/workflows/3.5.x-framework-tcf-mockito.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Tcf Mockito on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: tcf_mockito_test: diff --git a/.github/workflows/3.5.x-framework-tcf.yml b/.github/workflows/3.5.x-framework-tcf.yml index ac9f7f29..af43ef01 100644 --- a/.github/workflows/3.5.x-framework-tcf.yml +++ b/.github/workflows/3.5.x-framework-tcf.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Tcf on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: tcf_test: diff --git a/.github/workflows/3.5.x-framework-transactional-event-listener.yml b/.github/workflows/3.5.x-framework-transactional-event-listener.yml index 9d7b5198..84aaef34 100644 --- a/.github/workflows/3.5.x-framework-transactional-event-listener.yml +++ b/.github/workflows/3.5.x-framework-transactional-event-listener.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Transactional Event Listener on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: transactional_event_listener_app_test: diff --git a/.github/workflows/3.5.x-framework-transactional.yml b/.github/workflows/3.5.x-framework-transactional.yml index 319bfb82..c33fe5af 100644 --- a/.github/workflows/3.5.x-framework-transactional.yml +++ b/.github/workflows/3.5.x-framework-transactional.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Transactional on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: transactional_app_test: diff --git a/.github/workflows/3.5.x-framework-validation.yml b/.github/workflows/3.5.x-framework-validation.yml index 8cd5b5e3..573097f0 100644 --- a/.github/workflows/3.5.x-framework-validation.yml +++ b/.github/workflows/3.5.x-framework-validation.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Validation on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: validation_app_test: diff --git a/.github/workflows/3.5.x-framework-webclient.yml b/.github/workflows/3.5.x-framework-webclient.yml index fc440981..6a0b59b8 100644 --- a/.github/workflows/3.5.x-framework-webclient.yml +++ b/.github/workflows/3.5.x-framework-webclient.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Webclient on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: webclient_app_test: diff --git a/.github/workflows/3.5.x-framework-webflux-jetty.yml b/.github/workflows/3.5.x-framework-webflux-jetty.yml index e442c1b8..8075aef0 100644 --- a/.github/workflows/3.5.x-framework-webflux-jetty.yml +++ b/.github/workflows/3.5.x-framework-webflux-jetty.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Webflux Jetty on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: webflux_jetty_app_test: diff --git a/.github/workflows/3.5.x-framework-webflux-netty-tls.yml b/.github/workflows/3.5.x-framework-webflux-netty-tls.yml index 10a4c872..ef372090 100644 --- a/.github/workflows/3.5.x-framework-webflux-netty-tls.yml +++ b/.github/workflows/3.5.x-framework-webflux-netty-tls.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Webflux Netty Tls on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: webflux_netty_tls_app_test: diff --git a/.github/workflows/3.5.x-framework-webflux-netty.yml b/.github/workflows/3.5.x-framework-webflux-netty.yml index 6a07beb3..bb2f7e81 100644 --- a/.github/workflows/3.5.x-framework-webflux-netty.yml +++ b/.github/workflows/3.5.x-framework-webflux-netty.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Webflux Netty on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: webflux_netty_app_test: diff --git a/.github/workflows/3.5.x-framework-webflux-undertow.yml b/.github/workflows/3.5.x-framework-webflux-undertow.yml index 557f326f..557d7233 100644 --- a/.github/workflows/3.5.x-framework-webflux-undertow.yml +++ b/.github/workflows/3.5.x-framework-webflux-undertow.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Webflux Undertow on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: webflux_undertow_app_test: diff --git a/.github/workflows/3.5.x-framework-webmvc-jetty-tls.yml b/.github/workflows/3.5.x-framework-webmvc-jetty-tls.yml index c09d1851..8f14057b 100644 --- a/.github/workflows/3.5.x-framework-webmvc-jetty-tls.yml +++ b/.github/workflows/3.5.x-framework-webmvc-jetty-tls.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Webmvc Jetty Tls on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: webmvc_jetty_tls_app_test: diff --git a/.github/workflows/3.5.x-framework-webmvc-jetty.yml b/.github/workflows/3.5.x-framework-webmvc-jetty.yml index bd106ee3..01d1a6b0 100644 --- a/.github/workflows/3.5.x-framework-webmvc-jetty.yml +++ b/.github/workflows/3.5.x-framework-webmvc-jetty.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Webmvc Jetty on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: webmvc_jetty_app_test: diff --git a/.github/workflows/3.5.x-framework-webmvc-scoped-proxy.yml b/.github/workflows/3.5.x-framework-webmvc-scoped-proxy.yml index 68fbb5c2..d51cb6e4 100644 --- a/.github/workflows/3.5.x-framework-webmvc-scoped-proxy.yml +++ b/.github/workflows/3.5.x-framework-webmvc-scoped-proxy.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Webmvc Scoped Proxy on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: webmvc_scoped_proxy_app_test: diff --git a/.github/workflows/3.5.x-framework-webmvc-tomcat-tls.yml b/.github/workflows/3.5.x-framework-webmvc-tomcat-tls.yml index 2d0a5865..fc2edb73 100644 --- a/.github/workflows/3.5.x-framework-webmvc-tomcat-tls.yml +++ b/.github/workflows/3.5.x-framework-webmvc-tomcat-tls.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Webmvc Tomcat Tls on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: webmvc_tomcat_tls_app_test: diff --git a/.github/workflows/3.5.x-framework-webmvc-tomcat.yml b/.github/workflows/3.5.x-framework-webmvc-tomcat.yml index e9ae8ad9..494694f1 100644 --- a/.github/workflows/3.5.x-framework-webmvc-tomcat.yml +++ b/.github/workflows/3.5.x-framework-webmvc-tomcat.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Webmvc Tomcat on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: webmvc_tomcat_app_test: diff --git a/.github/workflows/3.5.x-framework-webmvc-undertow-tls.yml b/.github/workflows/3.5.x-framework-webmvc-undertow-tls.yml index 88bde281..d5413d4f 100644 --- a/.github/workflows/3.5.x-framework-webmvc-undertow-tls.yml +++ b/.github/workflows/3.5.x-framework-webmvc-undertow-tls.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Webmvc Undertow Tls on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: webmvc_undertow_tls_app_test: diff --git a/.github/workflows/3.5.x-framework-webmvc-undertow.yml b/.github/workflows/3.5.x-framework-webmvc-undertow.yml index 3f24b80a..33b76633 100644 --- a/.github/workflows/3.5.x-framework-webmvc-undertow.yml +++ b/.github/workflows/3.5.x-framework-webmvc-undertow.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Webmvc Undertow on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: webmvc_undertow_app_test: diff --git a/.github/workflows/3.5.x-framework-websocket-jetty.yml b/.github/workflows/3.5.x-framework-websocket-jetty.yml index 86bd8723..eb534589 100644 --- a/.github/workflows/3.5.x-framework-websocket-jetty.yml +++ b/.github/workflows/3.5.x-framework-websocket-jetty.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Websocket Jetty on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: websocket_jetty_app_test: diff --git a/.github/workflows/3.5.x-framework-websocket-stomp.yml b/.github/workflows/3.5.x-framework-websocket-stomp.yml index 8a4ec3b0..f4f6c47b 100644 --- a/.github/workflows/3.5.x-framework-websocket-stomp.yml +++ b/.github/workflows/3.5.x-framework-websocket-stomp.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Websocket Stomp on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: websocket_stomp_app_test: diff --git a/.github/workflows/3.5.x-framework-websocket-tomcat.yml b/.github/workflows/3.5.x-framework-websocket-tomcat.yml index 11b637e7..3861442a 100644 --- a/.github/workflows/3.5.x-framework-websocket-tomcat.yml +++ b/.github/workflows/3.5.x-framework-websocket-tomcat.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Websocket Tomcat on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: websocket_tomcat_app_test: diff --git a/.github/workflows/3.5.x-framework-websocket-undertow.yml b/.github/workflows/3.5.x-framework-websocket-undertow.yml index 0ecac59c..9050d4b5 100644 --- a/.github/workflows/3.5.x-framework-websocket-undertow.yml +++ b/.github/workflows/3.5.x-framework-websocket-undertow.yml @@ -1,7 +1,7 @@ name: 3.5.x | Framework Smoke Tests | Websocket Undertow on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: websocket_undertow_app_test: diff --git a/.github/workflows/3.5.x-graphql-graphql-webflux-rsocket.yml b/.github/workflows/3.5.x-graphql-graphql-webflux-rsocket.yml index dc90ef13..adf75a08 100644 --- a/.github/workflows/3.5.x-graphql-graphql-webflux-rsocket.yml +++ b/.github/workflows/3.5.x-graphql-graphql-webflux-rsocket.yml @@ -1,7 +1,7 @@ name: 3.5.x | Graphql Smoke Tests | Graphql Webflux Rsocket on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: graphql_webflux_rsocket_app_test: diff --git a/.github/workflows/3.5.x-graphql-graphql-webflux.yml b/.github/workflows/3.5.x-graphql-graphql-webflux.yml index 8f08d8c7..1cf7b607 100644 --- a/.github/workflows/3.5.x-graphql-graphql-webflux.yml +++ b/.github/workflows/3.5.x-graphql-graphql-webflux.yml @@ -1,7 +1,7 @@ name: 3.5.x | Graphql Smoke Tests | Graphql Webflux on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: graphql_webflux_app_test: diff --git a/.github/workflows/3.5.x-graphql-graphql-webmvc.yml b/.github/workflows/3.5.x-graphql-graphql-webmvc.yml index 203b1798..58d8079d 100644 --- a/.github/workflows/3.5.x-graphql-graphql-webmvc.yml +++ b/.github/workflows/3.5.x-graphql-graphql-webmvc.yml @@ -1,7 +1,7 @@ name: 3.5.x | Graphql Smoke Tests | Graphql Webmvc on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: graphql_webmvc_app_test: diff --git a/.github/workflows/3.5.x-integration-integration.yml b/.github/workflows/3.5.x-integration-integration.yml index b9e7eae4..6aef8c50 100644 --- a/.github/workflows/3.5.x-integration-integration.yml +++ b/.github/workflows/3.5.x-integration-integration.yml @@ -1,7 +1,7 @@ name: 3.5.x | Integration Smoke Tests | Integration on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: integration_app_test: diff --git a/.github/workflows/3.5.x-integration-spring-amqp-rabbit.yml b/.github/workflows/3.5.x-integration-spring-amqp-rabbit.yml index 6ff44010..020a4db9 100644 --- a/.github/workflows/3.5.x-integration-spring-amqp-rabbit.yml +++ b/.github/workflows/3.5.x-integration-spring-amqp-rabbit.yml @@ -1,7 +1,7 @@ name: 3.5.x | Integration Smoke Tests | Spring Amqp Rabbit on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: spring_amqp_rabbit_app_test: diff --git a/.github/workflows/3.5.x-integration-spring-kafka-avro.yml b/.github/workflows/3.5.x-integration-spring-kafka-avro.yml index 0e194ef3..c19dd797 100644 --- a/.github/workflows/3.5.x-integration-spring-kafka-avro.yml +++ b/.github/workflows/3.5.x-integration-spring-kafka-avro.yml @@ -1,7 +1,7 @@ name: 3.5.x | Integration Smoke Tests | Spring Kafka Avro on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: spring_kafka_avro_app_test: diff --git a/.github/workflows/3.5.x-integration-spring-kafka-streams.yml b/.github/workflows/3.5.x-integration-spring-kafka-streams.yml index 63be94a5..2422fcdd 100644 --- a/.github/workflows/3.5.x-integration-spring-kafka-streams.yml +++ b/.github/workflows/3.5.x-integration-spring-kafka-streams.yml @@ -1,7 +1,7 @@ name: 3.5.x | Integration Smoke Tests | Spring Kafka Streams on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: spring_kafka_streams_app_test: diff --git a/.github/workflows/3.5.x-integration-spring-kafka.yml b/.github/workflows/3.5.x-integration-spring-kafka.yml index 3552807e..e029716f 100644 --- a/.github/workflows/3.5.x-integration-spring-kafka.yml +++ b/.github/workflows/3.5.x-integration-spring-kafka.yml @@ -1,7 +1,7 @@ name: 3.5.x | Integration Smoke Tests | Spring Kafka on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: spring_kafka_app_test: diff --git a/.github/workflows/3.5.x-integration-spring-pulsar-reactive.yml b/.github/workflows/3.5.x-integration-spring-pulsar-reactive.yml index ac3e6ab7..5498c49e 100644 --- a/.github/workflows/3.5.x-integration-spring-pulsar-reactive.yml +++ b/.github/workflows/3.5.x-integration-spring-pulsar-reactive.yml @@ -1,7 +1,7 @@ name: 3.5.x | Integration Smoke Tests | Spring Pulsar Reactive on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: spring_pulsar_reactive_app_test: diff --git a/.github/workflows/3.5.x-integration-spring-pulsar.yml b/.github/workflows/3.5.x-integration-spring-pulsar.yml index 3127552b..955308c1 100644 --- a/.github/workflows/3.5.x-integration-spring-pulsar.yml +++ b/.github/workflows/3.5.x-integration-spring-pulsar.yml @@ -1,7 +1,7 @@ name: 3.5.x | Integration Smoke Tests | Spring Pulsar on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: spring_pulsar_app_test: diff --git a/.github/workflows/3.5.x-security-ldap-odm.yml b/.github/workflows/3.5.x-security-ldap-odm.yml index 518bcccf..0db3f689 100644 --- a/.github/workflows/3.5.x-security-ldap-odm.yml +++ b/.github/workflows/3.5.x-security-ldap-odm.yml @@ -1,7 +1,7 @@ name: 3.5.x | Security Smoke Tests | Ldap Odm on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: ldap_odm_app_test: diff --git a/.github/workflows/3.5.x-security-security-ldap.yml b/.github/workflows/3.5.x-security-security-ldap.yml index c9ede9b3..fb298459 100644 --- a/.github/workflows/3.5.x-security-security-ldap.yml +++ b/.github/workflows/3.5.x-security-security-ldap.yml @@ -1,7 +1,7 @@ name: 3.5.x | Security Smoke Tests | Security Ldap on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: security_ldap_app_test: diff --git a/.github/workflows/3.5.x-security-security-method.yml b/.github/workflows/3.5.x-security-security-method.yml index 39e954b5..337e99b6 100644 --- a/.github/workflows/3.5.x-security-security-method.yml +++ b/.github/workflows/3.5.x-security-security-method.yml @@ -1,7 +1,7 @@ name: 3.5.x | Security Smoke Tests | Security Method on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: security_method_app_test: diff --git a/.github/workflows/3.5.x-security-security-oauth2-authorization-server.yml b/.github/workflows/3.5.x-security-security-oauth2-authorization-server.yml index 2c574837..4f4daa16 100644 --- a/.github/workflows/3.5.x-security-security-oauth2-authorization-server.yml +++ b/.github/workflows/3.5.x-security-security-oauth2-authorization-server.yml @@ -1,7 +1,7 @@ name: 3.5.x | Security Smoke Tests | Security Oauth2 Authorization Server on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: security_oauth2_authorization_server_app_test: diff --git a/.github/workflows/3.5.x-security-security-oauth2-resource-server.yml b/.github/workflows/3.5.x-security-security-oauth2-resource-server.yml index 2b866ea0..e544c483 100644 --- a/.github/workflows/3.5.x-security-security-oauth2-resource-server.yml +++ b/.github/workflows/3.5.x-security-security-oauth2-resource-server.yml @@ -1,7 +1,7 @@ name: 3.5.x | Security Smoke Tests | Security Oauth2 Resource Server on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: security_oauth2_resource_server_app_test: diff --git a/.github/workflows/3.5.x-security-security-thymeleaf.yml b/.github/workflows/3.5.x-security-security-thymeleaf.yml index 640e69ab..a44a5d83 100644 --- a/.github/workflows/3.5.x-security-security-thymeleaf.yml +++ b/.github/workflows/3.5.x-security-security-thymeleaf.yml @@ -1,7 +1,7 @@ name: 3.5.x | Security Smoke Tests | Security Thymeleaf on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: security_thymeleaf_app_test: diff --git a/.github/workflows/3.5.x-security-security-webflux.yml b/.github/workflows/3.5.x-security-security-webflux.yml index 7b114a0e..8547e48e 100644 --- a/.github/workflows/3.5.x-security-security-webflux.yml +++ b/.github/workflows/3.5.x-security-security-webflux.yml @@ -1,7 +1,7 @@ name: 3.5.x | Security Smoke Tests | Security Webflux on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: security_webflux_app_test: diff --git a/.github/workflows/3.5.x-security-security-webmvc.yml b/.github/workflows/3.5.x-security-security-webmvc.yml index 5c5ce23d..0a0ecb75 100644 --- a/.github/workflows/3.5.x-security-security-webmvc.yml +++ b/.github/workflows/3.5.x-security-security-webmvc.yml @@ -1,7 +1,7 @@ name: 3.5.x | Security Smoke Tests | Security Webmvc on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: security_webmvc_app_test: diff --git a/.github/workflows/3.5.x-session-session-jdbc.yml b/.github/workflows/3.5.x-session-session-jdbc.yml index 9c87c278..41c40578 100644 --- a/.github/workflows/3.5.x-session-session-jdbc.yml +++ b/.github/workflows/3.5.x-session-session-jdbc.yml @@ -1,7 +1,7 @@ name: 3.5.x | Session Smoke Tests | Session Jdbc on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: session_jdbc_app_test: diff --git a/.github/workflows/3.5.x-session-session-redis-webflux.yml b/.github/workflows/3.5.x-session-session-redis-webflux.yml index f493b144..d56f5a42 100644 --- a/.github/workflows/3.5.x-session-session-redis-webflux.yml +++ b/.github/workflows/3.5.x-session-session-redis-webflux.yml @@ -1,7 +1,7 @@ name: 3.5.x | Session Smoke Tests | Session Redis Webflux on: schedule: - - cron : '0 1 * * *' + - cron : '50 0 * * *' workflow_dispatch: jobs: session_redis_webflux_app_test: diff --git a/.github/workflows/3.5.x-warm-caches.yml b/.github/workflows/3.5.x-warm-caches.yml index b71a5044..2a1abfdf 100644 --- a/.github/workflows/3.5.x-warm-caches.yml +++ b/.github/workflows/3.5.x-warm-caches.yml @@ -1,7 +1,7 @@ name: 3.5.x | Warm Caches on: schedule: - - cron : '50 0 * * *' + - cron : '40 0 * * *' workflow_dispatch: jobs: warm_caches: diff --git a/README.adoc b/README.adoc index f83edf7a..0fa521a0 100644 --- a/README.adoc +++ b/README.adoc @@ -11,10 +11,9 @@ It is the default branch in the repository to work around a limitation of GitHub > Scheduled workflows run on the latest commit on the default or base branch. Additionally, scheduling will only work for a workflow that exists in the default branch. -To overcome this limitation, this branch contains workflows for every smoke test found in the `3.0.x`, `3.1.x`, `3.2.x`, `3.3.x`, `3.4.x` and `main` branches. +To overcome this limitation, this branch contains workflows for every smoke test found in the `3.1.x`, `3.2.x`, `3.3.x`, `3.4.x` and `main` branches. If you're looking for the smoke tests themselves, please take a look at one of those other branches: -- https://github.com/spring-projects/spring-aot-smoke-tests/tree/3.0.x[3.0.x] - https://github.com/spring-projects/spring-aot-smoke-tests/tree/3.1.x[3.1.x] - https://github.com/spring-projects/spring-aot-smoke-tests/tree/3.2.x[3.2.x] - https://github.com/spring-projects/spring-aot-smoke-tests/tree/3.3.x[3.3.x] @@ -30,7 +29,6 @@ The workflows can be updated automatically but doing so relies upon a particular [source,] ---- spring-aot-smoke-tests -├── 3.0.x ├── 3.1.x ├── 3.2.x ├── 3.3.x @@ -53,11 +51,10 @@ git clone https://github.com/spring-projects/spring-aot-smoke-tests ci cd ci ---- -Now, create worktrees for the `3.0.x`, `3.1.x`, `3.2.x`, `3.3.x`, `3.4.x`, and `main` branches: +Now, create worktrees for the `3.1.x`, `3.2.x`, `3.3.x`, `3.4.x`, and `main` branches: [source,] ---- -git worktree add ../3.0.x 3.0.x git worktree add ../3.1.x 3.1.x git worktree add ../3.2.x 3.2.x git worktree add ../3.3.x 3.3.x diff --git a/build.gradle b/build.gradle index 736cd2ba..152a9953 100644 --- a/build.gradle +++ b/build.gradle @@ -3,9 +3,6 @@ plugins { } smokeTests { - '3.0.x' { - location = "../3.0.x" - } '3.1.x' { location = "../3.1.x" }