From 73ba08ab53cc1ca9bda202cc0fbdf8db2b53a7a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 18 Sep 2023 15:41:29 +0200 Subject: [PATCH] Update infrastructure --- STATUS.adoc | 16 ++++++++++++++++ ci/smoke-tests.yml | 5 +++++ 2 files changed, 21 insertions(+) diff --git a/STATUS.adoc b/STATUS.adoc index 05b931a..4283004 100644 --- a/STATUS.adoc +++ b/STATUS.adoc @@ -2,6 +2,22 @@ :toc: :toc-title: Projects +== Boot + +[%header,cols="4"] +|=== +h|Smoke Test +h|appTest +h|checkpointRestoreAppTest +h|test + +|actuator-webmvc +|image:https://ci.spring.io/api/v1/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/actuator-webmvc-app-test/badge[link=https://ci.spring.io/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/actuator-webmvc-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/actuator-webmvc-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/actuator-webmvc-cr-app-test] +| + +|=== + == Data [%header,cols="4"] diff --git a/ci/smoke-tests.yml b/ci/smoke-tests.yml index 7000654..ba5d178 100644 --- a/ci/smoke-tests.yml +++ b/ci/smoke-tests.yml @@ -1,4 +1,9 @@ groups: + - name: boot + smoke_tests: + - name: actuator-webmvc + app_test: true + test: false - name: data smoke_tests: - name: data-redis