34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
name: 3.3.x | Framework Smoke Tests | Webflux Undertow
|
|
on:
|
|
schedule:
|
|
- cron : '10 0 * * *'
|
|
workflow_dispatch:
|
|
jobs:
|
|
webflux_undertow_test:
|
|
name: Webflux Undertow Test
|
|
uses: ./.github/workflows/smoke-test.yml
|
|
secrets: inherit
|
|
with:
|
|
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
|
|
checkout_ref: 3.3.x
|
|
project: framework:webflux-undertow
|
|
task: test
|
|
webflux_undertow_app_test:
|
|
name: Webflux Undertow App Test
|
|
uses: ./.github/workflows/smoke-test.yml
|
|
secrets: inherit
|
|
with:
|
|
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
|
|
checkout_ref: 3.3.x
|
|
project: framework:webflux-undertow
|
|
task: appTest
|
|
webflux_undertow_checkpoint_restore_app_test:
|
|
name: Webflux Undertow Checkpoint Restore App Test
|
|
uses: ./.github/workflows/smoke-test.yml
|
|
secrets: inherit
|
|
with:
|
|
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
|
|
checkout_ref: 3.3.x
|
|
project: framework:webflux-undertow
|
|
task: checkpointRestoreAppTest
|