Update workflows with latest smoke tests
This commit is contained in:
26
.github/workflows/3.0.x-boot-boot-tcf-mockito.yml
vendored
Normal file
26
.github/workflows/3.0.x-boot-boot-tcf-mockito.yml
vendored
Normal 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
|
||||
2
.github/workflows/3.0.x-boot-boot-tcf.yml
vendored
2
.github/workflows/3.0.x-boot-boot-tcf.yml
vendored
@@ -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
|
||||
|
||||
26
.github/workflows/3.1.x-boot-boot-tcf-mockito.yml
vendored
Normal file
26
.github/workflows/3.1.x-boot-boot-tcf-mockito.yml
vendored
Normal 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
|
||||
2
.github/workflows/3.1.x-boot-boot-tcf.yml
vendored
2
.github/workflows/3.1.x-boot-boot-tcf.yml
vendored
@@ -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
|
||||
|
||||
26
.github/workflows/3.2.x-boot-boot-tcf-mockito.yml
vendored
Normal file
26
.github/workflows/3.2.x-boot-boot-tcf-mockito.yml
vendored
Normal 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
|
||||
2
.github/workflows/3.2.x-boot-boot-tcf.yml
vendored
2
.github/workflows/3.2.x-boot-boot-tcf.yml
vendored
@@ -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
|
||||
|
||||
26
.github/workflows/3.3.x-boot-boot-tcf-mockito.yml
vendored
Normal file
26
.github/workflows/3.3.x-boot-boot-tcf-mockito.yml
vendored
Normal 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
|
||||
2
.github/workflows/3.3.x-boot-boot-tcf.yml
vendored
2
.github/workflows/3.3.x-boot-boot-tcf.yml
vendored
@@ -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
|
||||
|
||||
25
.github/workflows/3.4.x-framework-tcf-mockito.yml
vendored
Normal file
25
.github/workflows/3.4.x-framework-tcf-mockito.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user