Update workflows

This commit is contained in:
Sébastien Deleuze
2025-01-02 11:38:11 +01:00
parent 36b17c9774
commit 76630ee372
3 changed files with 338 additions and 14 deletions

View File

@@ -1,24 +1,24 @@
name: 3.3.x | Integration Smoke Tests | Integration Webfux Data
name: 3.3.x | Integration Smoke Tests | Integration Webflux Data
on:
schedule:
- cron : '10 0 * * *'
workflow_dispatch:
jobs:
integration_webfux_data_app_test:
name: Integration Webfux Data App Test
integration_webflux_data_app_test:
name: Integration Webflux Data 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: integration:integration-webfux-data
project: integration:integration-webflux-data
task: appTest
integration_webfux_data_checkpoint_restore_app_test:
name: Integration Webfux Data Checkpoint Restore App Test
integration_webflux_data_checkpoint_restore_app_test:
name: Integration Webflux Data 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: integration:integration-webfux-data
project: integration:integration-webflux-data
task: checkpointRestoreAppTest

View File

@@ -1,24 +1,24 @@
name: 3.4.x | Integration Smoke Tests | Integration Webfux Data
name: 3.4.x | Integration Smoke Tests | Integration Webflux Data
on:
schedule:
- cron : '20 0 * * *'
workflow_dispatch:
jobs:
integration_webfux_data_app_test:
name: Integration Webfux Data App Test
integration_webflux_data_app_test:
name: Integration Webflux Data App Test
uses: ./.github/workflows/smoke-test.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
checkout_ref: main
project: integration:integration-webfux-data
project: integration:integration-webflux-data
task: appTest
integration_webfux_data_checkpoint_restore_app_test:
name: Integration Webfux Data Checkpoint Restore App Test
integration_webflux_data_checkpoint_restore_app_test:
name: Integration Webflux Data Checkpoint Restore App Test
uses: ./.github/workflows/smoke-test.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
checkout_ref: main
project: integration:integration-webfux-data
project: integration:integration-webflux-data
task: checkpointRestoreAppTest