From 6d57d5a6df8d5929b265c576b953d2981b98c7d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 31 Jul 2023 17:53:47 +0200 Subject: [PATCH] Update infrastructure for Spring Integration --- STATUS.adoc | 16 ++++++++++++++++ ci/smoke-tests.yml | 5 +++++ 2 files changed, 21 insertions(+) diff --git a/STATUS.adoc b/STATUS.adoc index 73b9bb4..c90d219 100644 --- a/STATUS.adoc +++ b/STATUS.adoc @@ -28,3 +28,19 @@ h|test |=== +== Integration + +[%header,cols="4"] +|=== +h|Smoke Test +h|appTest +h|checkpointRestoreAppTest +h|test + +|integration-basic +|image:https://ci.spring.io/api/v1/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/integration-basic-app-test/badge[link=https://ci.spring.io/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/integration-basic-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/integration-basic-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/integration-basic-cr-app-test] +| + +|=== + diff --git a/ci/smoke-tests.yml b/ci/smoke-tests.yml index a419732..25b9c65 100644 --- a/ci/smoke-tests.yml +++ b/ci/smoke-tests.yml @@ -10,3 +10,8 @@ groups: - name: webmvc-tomcat app_test: true test: true + - name: integration + smoke_tests: + - name: integration-basic + app_test: true + test: false