Upgrade workflows with latest failure expectations

This commit is contained in:
Andy Wilkinson
2024-07-27 08:43:19 +01:00
parent 2c2651a169
commit 4525cf6d0f
20 changed files with 20 additions and 0 deletions

View File

@@ -22,3 +22,4 @@ jobs:
checkout_ref: main
project: boot:boot-tcf
task: nativeTest
expected_to_fail: true

View File

@@ -22,3 +22,4 @@ jobs:
checkout_ref: main
project: boot:flyway
task: nativeAppTest
expected_to_fail: true

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: boot:json
task: nativeTest
expected_to_fail: true

View File

@@ -40,4 +40,5 @@ jobs:
checkout_ref: main
project: data:data-jdbc-h2-kotlin
task: nativeTest
expected_to_fail: true
java_version: 22

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: data:data-jdbc-h2
task: nativeTest
expected_to_fail: true

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: data:data-jpa-entityscan
task: nativeTest
expected_to_fail: true

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: data:data-jpa
task: nativeTest
expected_to_fail: true

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: framework:jdbc-h2
task: nativeTest
expected_to_fail: true

View File

@@ -22,3 +22,4 @@ jobs:
checkout_ref: main
project: framework:tcf
task: nativeTest
expected_to_fail: true

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: framework:webflux-jetty
task: nativeTest
expected_to_fail: true

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: framework:webflux-netty
task: nativeTest
expected_to_fail: true

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: framework:webflux-undertow
task: nativeTest
expected_to_fail: true

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: framework:webmvc-tomcat
task: nativeTest
expected_to_fail: true

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: framework:webmvc-undertow
task: nativeTest
expected_to_fail: true

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: graphql:graphql-webflux-rsocket
task: nativeTest
expected_to_fail: true

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: graphql:graphql-webflux
task: nativeTest
expected_to_fail: true

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: graphql:graphql-webmvc
task: nativeTest
expected_to_fail: true

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: security:ldap-odm
task: nativeTest
expected_to_fail: true

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: security:security-ldap
task: nativeTest
expected_to_fail: true

View File

@@ -40,3 +40,4 @@ jobs:
checkout_ref: main
project: security:security-thymeleaf
task: nativeTest
expected_to_fail: true