From 6689e3bdc76bf26baacebc05f38f8be06a2ae87f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Thu, 6 Jul 2023 11:17:49 +0200 Subject: [PATCH] Update infrastructure --- STATUS.adoc | 5 +++++ ci/smoke-tests.yml | 3 +++ 2 files changed, 8 insertions(+) diff --git a/STATUS.adoc b/STATUS.adoc index ffd9fba..364f5b7 100644 --- a/STATUS.adoc +++ b/STATUS.adoc @@ -11,6 +11,11 @@ h|appTest h|crAppTest h|test +|webflux-undertow +|image:https://ci.spring.io/api/v1/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/webflux-undertow-app-test/badge[link=https://ci.spring.io/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/webflux-undertow-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/webflux-undertow-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/webflux-undertow-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/webflux-undertow-test/badge[link=https://ci.spring.io/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/webflux-undertow-test] + |webmvc-jetty |image:https://ci.spring.io/api/v1/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/webmvc-jetty-app-test/badge[link=https://ci.spring.io/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/webmvc-jetty-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/webmvc-jetty-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/webmvc-jetty-cr-app-test] diff --git a/ci/smoke-tests.yml b/ci/smoke-tests.yml index b6f003e..a419732 100644 --- a/ci/smoke-tests.yml +++ b/ci/smoke-tests.yml @@ -1,6 +1,9 @@ groups: - name: framework smoke_tests: + - name: webflux-undertow + app_test: true + test: true - name: webmvc-jetty app_test: true test: true