File tree Expand file tree Collapse file tree 3 files changed +338
-14
lines changed Expand file tree Collapse file tree 3 files changed +338
-14
lines changed Original file line number Diff line number Diff line change 1
- name : 3.3.x | Integration Smoke Tests | Integration Webfux Data
1
+ name : 3.3.x | Integration Smoke Tests | Integration Webflux Data
2
2
on :
3
3
schedule :
4
4
- cron : ' 10 0 * * *'
5
5
workflow_dispatch :
6
6
jobs :
7
- integration_webfux_data_app_test :
8
- name : Integration Webfux Data App Test
7
+ integration_webflux_data_app_test :
8
+ name : Integration Webflux Data App Test
9
9
uses : ./.github/workflows/smoke-test.yml
10
10
secrets : inherit
11
11
with :
12
12
checkout_repository : spring-projects/spring-lifecycle-smoke-tests
13
13
checkout_ref : 3.3.x
14
- project : integration:integration-webfux -data
14
+ project : integration:integration-webflux -data
15
15
task : appTest
16
- integration_webfux_data_checkpoint_restore_app_test :
17
- name : Integration Webfux Data Checkpoint Restore App Test
16
+ integration_webflux_data_checkpoint_restore_app_test :
17
+ name : Integration Webflux Data Checkpoint Restore App Test
18
18
uses : ./.github/workflows/smoke-test.yml
19
19
secrets : inherit
20
20
with :
21
21
checkout_repository : spring-projects/spring-lifecycle-smoke-tests
22
22
checkout_ref : 3.3.x
23
- project : integration:integration-webfux -data
23
+ project : integration:integration-webflux -data
24
24
task : checkpointRestoreAppTest
Original file line number Diff line number Diff line change 1
- name : 3.4.x | Integration Smoke Tests | Integration Webfux Data
1
+ name : 3.4.x | Integration Smoke Tests | Integration Webflux Data
2
2
on :
3
3
schedule :
4
4
- cron : ' 20 0 * * *'
5
5
workflow_dispatch :
6
6
jobs :
7
- integration_webfux_data_app_test :
8
- name : Integration Webfux Data App Test
7
+ integration_webflux_data_app_test :
8
+ name : Integration Webflux Data App Test
9
9
uses : ./.github/workflows/smoke-test.yml
10
10
secrets : inherit
11
11
with :
12
12
checkout_repository : spring-projects/spring-lifecycle-smoke-tests
13
13
checkout_ref : main
14
- project : integration:integration-webfux -data
14
+ project : integration:integration-webflux -data
15
15
task : appTest
16
- integration_webfux_data_checkpoint_restore_app_test :
17
- name : Integration Webfux Data Checkpoint Restore App Test
16
+ integration_webflux_data_checkpoint_restore_app_test :
17
+ name : Integration Webflux Data Checkpoint Restore App Test
18
18
uses : ./.github/workflows/smoke-test.yml
19
19
secrets : inherit
20
20
with :
21
21
checkout_repository : spring-projects/spring-lifecycle-smoke-tests
22
22
checkout_ref : main
23
- project : integration:integration-webfux -data
23
+ project : integration:integration-webflux -data
24
24
task : checkpointRestoreAppTest
You can’t perform that action at this time.
0 commit comments