Update workflows with latest smoke tests

This commit is contained in:
Andy Wilkinson
2025-02-27 10:40:55 +00:00
parent 77e32a4f45
commit 11b693ec30
9 changed files with 129 additions and 8 deletions

View File

@@ -0,0 +1,26 @@
name: 3.0.x | Boot Smoke Tests | Boot Tcf Mockito
on:
schedule:
- cron : '10 0 * * *'
workflow_dispatch:
jobs:
boot_tcf_mockito_test:
name: Boot Tcf Mockito Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:boot-tcf-mockito
task: test
expected_to_fail: true
boot_tcf_mockito_native_test:
name: Boot Tcf Mockito Native Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.0.x
project: boot:boot-tcf-mockito
task: nativeTest
expected_to_fail: true

View File

@@ -13,7 +13,6 @@ jobs:
checkout_ref: 3.0.x
project: boot:boot-tcf
task: test
expected_to_fail: true
boot_tcf_native_test:
name: Boot Tcf Native Test
uses: ./.github/workflows/smoke-test-native.yml
@@ -23,4 +22,3 @@ jobs:
checkout_ref: 3.0.x
project: boot:boot-tcf
task: nativeTest
expected_to_fail: true

View File

@@ -0,0 +1,26 @@
name: 3.1.x | Boot Smoke Tests | Boot Tcf Mockito
on:
schedule:
- cron : '20 0 * * *'
workflow_dispatch:
jobs:
boot_tcf_mockito_test:
name: Boot Tcf Mockito Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.1.x
project: boot:boot-tcf-mockito
task: test
expected_to_fail: true
boot_tcf_mockito_native_test:
name: Boot Tcf Mockito Native Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.1.x
project: boot:boot-tcf-mockito
task: nativeTest
expected_to_fail: true

View File

@@ -13,7 +13,6 @@ jobs:
checkout_ref: 3.1.x
project: boot:boot-tcf
task: test
expected_to_fail: true
boot_tcf_native_test:
name: Boot Tcf Native Test
uses: ./.github/workflows/smoke-test-native.yml
@@ -23,4 +22,3 @@ jobs:
checkout_ref: 3.1.x
project: boot:boot-tcf
task: nativeTest
expected_to_fail: true

View File

@@ -0,0 +1,26 @@
name: 3.2.x | Boot Smoke Tests | Boot Tcf Mockito
on:
schedule:
- cron : '30 0 * * *'
workflow_dispatch:
jobs:
boot_tcf_mockito_test:
name: Boot Tcf Mockito Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.2.x
project: boot:boot-tcf-mockito
task: test
expected_to_fail: true
boot_tcf_mockito_native_test:
name: Boot Tcf Mockito Native Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.2.x
project: boot:boot-tcf-mockito
task: nativeTest
expected_to_fail: true

View File

@@ -13,7 +13,6 @@ jobs:
checkout_ref: 3.2.x
project: boot:boot-tcf
task: test
expected_to_fail: true
boot_tcf_native_test:
name: Boot Tcf Native Test
uses: ./.github/workflows/smoke-test-native.yml
@@ -23,4 +22,3 @@ jobs:
checkout_ref: 3.2.x
project: boot:boot-tcf
task: nativeTest
expected_to_fail: true

View File

@@ -0,0 +1,26 @@
name: 3.3.x | Boot Smoke Tests | Boot Tcf Mockito
on:
schedule:
- cron : '40 0 * * *'
workflow_dispatch:
jobs:
boot_tcf_mockito_test:
name: Boot Tcf Mockito Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.3.x
project: boot:boot-tcf-mockito
task: test
expected_to_fail: true
boot_tcf_mockito_native_test:
name: Boot Tcf Mockito Native Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.3.x
project: boot:boot-tcf-mockito
task: nativeTest
expected_to_fail: true

View File

@@ -13,7 +13,6 @@ jobs:
checkout_ref: 3.3.x
project: boot:boot-tcf
task: test
expected_to_fail: true
boot_tcf_native_test:
name: Boot Tcf Native Test
uses: ./.github/workflows/smoke-test-native.yml
@@ -23,4 +22,3 @@ jobs:
checkout_ref: 3.3.x
project: boot:boot-tcf
task: nativeTest
expected_to_fail: true

View File

@@ -0,0 +1,25 @@
name: 3.4.x | Framework Smoke Tests | Tcf Mockito
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
tcf_mockito_test:
name: Tcf Mockito Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: main
project: framework:tcf-mockito
task: test
tcf_mockito_native_test:
name: Tcf Mockito Native Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: main
project: framework:tcf-mockito
task: nativeTest
expected_to_fail: true