Update workflows with latest smoke tests
This commit is contained in:
24
.github/workflows/3.5.x-cloud-cloud-gateway-webflux.yml
vendored
Normal file
24
.github/workflows/3.5.x-cloud-cloud-gateway-webflux.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: 3.5.x | Cloud Smoke Tests | Cloud Gateway Webflux
|
||||
on:
|
||||
schedule:
|
||||
- cron : '50 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cloud_gateway_webflux_app_test:
|
||||
name: Cloud Gateway Webflux App Test
|
||||
uses: ./.github/workflows/smoke-test-jvm.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
checkout_repository: spring-projects/spring-aot-smoke-tests
|
||||
checkout_ref: main
|
||||
project: cloud:cloud-gateway-webflux
|
||||
task: appTest
|
||||
cloud_gateway_webflux_native_app_test:
|
||||
name: Cloud Gateway Webflux Native App Test
|
||||
uses: ./.github/workflows/smoke-test-native.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
checkout_repository: spring-projects/spring-aot-smoke-tests
|
||||
checkout_ref: main
|
||||
project: cloud:cloud-gateway-webflux
|
||||
task: nativeAppTest
|
||||
@@ -1,24 +1,24 @@
|
||||
name: 3.5.x | Cloud Smoke Tests | Cloud Gateway
|
||||
name: 3.5.x | Cloud Smoke Tests | Cloud Gateway Webmvc
|
||||
on:
|
||||
schedule:
|
||||
- cron : '50 0 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
cloud_gateway_app_test:
|
||||
name: Cloud Gateway App Test
|
||||
cloud_gateway_webmvc_app_test:
|
||||
name: Cloud Gateway Webmvc App Test
|
||||
uses: ./.github/workflows/smoke-test-jvm.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
checkout_repository: spring-projects/spring-aot-smoke-tests
|
||||
checkout_ref: main
|
||||
project: cloud:cloud-gateway
|
||||
project: cloud:cloud-gateway-webmvc
|
||||
task: appTest
|
||||
cloud_gateway_native_app_test:
|
||||
name: Cloud Gateway Native App Test
|
||||
cloud_gateway_webmvc_native_app_test:
|
||||
name: Cloud Gateway Webmvc Native App Test
|
||||
uses: ./.github/workflows/smoke-test-native.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
checkout_repository: spring-projects/spring-aot-smoke-tests
|
||||
checkout_ref: main
|
||||
project: cloud:cloud-gateway
|
||||
project: cloud:cloud-gateway-webmvc
|
||||
task: nativeAppTest
|
||||
Reference in New Issue
Block a user