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