Update workflows with latest smoke tests

This commit is contained in:
Moritz Halbritter
2025-05-28 09:37:40 +02:00
parent 0425652be1
commit 06fec73689
2 changed files with 31 additions and 7 deletions

View 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

View File

@@ -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