diff --git a/STATUS.adoc b/STATUS.adoc index c90d219..54bc4be 100644 --- a/STATUS.adoc +++ b/STATUS.adoc @@ -2,6 +2,22 @@ :toc: :toc-title: Projects +== Data + +[%header,cols="4"] +|=== +h|Smoke Test +h|appTest +h|checkpointRestoreAppTest +h|test + +|data-redis +|image:https://ci.spring.io/api/v1/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/data-redis-app-test/badge[link=https://ci.spring.io/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/data-redis-app-test] +|image:https://ci.spring.io/api/v1/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/data-redis-cr-app-test/badge[link=https://ci.spring.io/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/data-redis-cr-app-test] +|image:https://ci.spring.io/api/v1/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/data-redis-test/badge[link=https://ci.spring.io/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/data-redis-test] + +|=== + == Framework [%header,cols="4"] diff --git a/ci/smoke-tests.yml b/ci/smoke-tests.yml index 25b9c65..066f43e 100644 --- a/ci/smoke-tests.yml +++ b/ci/smoke-tests.yml @@ -1,4 +1,9 @@ groups: + - name: data + smoke_tests: + - name: data-redis + app_test: true + test: true - name: framework smoke_tests: - name: webflux-undertow