Skip to content

Commit

Permalink
Allow the workflows to be run manually
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Jan 30, 2024
1 parent 74ed900 commit 4344309
Show file tree
Hide file tree
Showing 364 changed files with 364 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-batch-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 3.0.x | Batch Smoke Tests | Batch
on:
schedule:
- cron : '10 0 * * *'
workflow_dispatch:
jobs:
batch_app_test:
name: Batch App Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-actuator-webflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-actuator-webmvc-mgmt-port.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-actuator-webmvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-boot-tcf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Boot Tcf
on:
schedule:
- cron : '10 0 * * *'
workflow_dispatch:
jobs:
boot_tcf_test:
name: Boot Tcf Test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-command-line-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-conditional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Conditional
on:
schedule:
- cron : '10 0 * * *'
workflow_dispatch:
jobs:
conditional_app_test:
name: Conditional App Test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-configuration-properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-custom-banner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-flyway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Flyway
on:
schedule:
- cron : '10 0 * * *'
workflow_dispatch:
jobs:
flyway_app_test:
name: Flyway App Test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-freemarker-webflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-freemarker-webmvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Json
on:
schedule:
- cron : '10 0 * * *'
workflow_dispatch:
jobs:
json_app_test:
name: Json App Test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-liquibase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 3.0.x | Boot Smoke Tests | Liquibase
on:
schedule:
- cron : '10 0 * * *'
workflow_dispatch:
jobs:
liquibase_app_test:
name: Liquibase App Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-logging-logback-xml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-logging-logback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-mustache-webflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-mustache-webmvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-servlet-component-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-servlet-jetty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-servlet-tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-servlet-undertow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-thymeleaf-webflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-thymeleaf-webmvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-tracing-brave-zipkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-boot-xml-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-cloud-cloud-config-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-cloud-cloud-discovery-consul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-cloud-cloud-discovery-eureka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-cloud-cloud-function-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-cloud-cloud-function-webflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-cloud-cloud-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-cloud-cloud-loadbalancing-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-cloud-cloud-openfeign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-cloud-cloud-stream-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-cloud-cloud-stream-pulsar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 3.0.x | Cloud Smoke Tests | Cloud Stream Pulsar
on:
schedule:
- cron : '10 0 * * *'
workflow_dispatch:
jobs:
cloud_stream_pulsar_app_test:
name: Cloud Stream Pulsar App Test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-cloud-cloud-stream-rabbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-cloud-cloud-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-data-data-cassandra-reactive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-data-data-cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-data-data-jdbc-h2-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-data-data-jdbc-h2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-data-data-jdbc-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-data-data-jpa-entityscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-data-data-jpa-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3.0.x-data-data-jpa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
Expand Down
Loading

0 comments on commit 4344309

Please sign in to comment.