Disable Cloud smoke tests with Boot 3.4

Closes gh-233
This commit is contained in:
Andy Wilkinson
2024-07-25 11:51:02 +01:00
parent 0357ee66cd
commit 2c2651a169
17 changed files with 6 additions and 36 deletions

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Config Client
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_config_client_app_test:

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Config Server
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_config_server_app_test:

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Discovery Consul
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_discovery_consul_app_test:

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Discovery Eureka
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_discovery_eureka_app_test:

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Discovery Zookeeper
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_discovery_zookeeper_app_test:

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Function Web
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_function_web_app_test:

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Function Webflux
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_function_webflux_app_test:

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Gateway
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_gateway_app_test:

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Loadbalancing Web
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_loadbalancing_web_app_test:

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Loadbalancing Webflux
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_loadbalancing_webflux_app_test:

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Openfeign
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_openfeign_app_test:

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Stream Kafka Streams
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_stream_kafka_streams_app_test:

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Stream Kafka
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_stream_kafka_app_test:

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Stream Pulsar
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_stream_pulsar_app_test:

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Stream Rabbit
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_stream_rabbit_app_test:

View File

@@ -1,7 +1,5 @@
name: 3.4.x | Cloud Smoke Tests | Cloud Task
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
cloud_task_app_test: