Skip to content

Commit 936245f

Browse files
committed
Rename the project to spring-lifecycle-smoke-tests
See spring-projectsgh-51
1 parent 2b4d0f1 commit 936245f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
image:https://img.shields.io/badge/3.2.x-status-blue["Status", link="https://github.com/spring-projects/spring-checkpoint-restore-smoke-tests/blob/main/STATUS.adoc"]
1+
image:https://img.shields.io/badge/3.2.x-status-blue["Status", link="https://github.com/spring-projects/spring-lifecycle-smoke-tests/blob/main/STATUS.adoc"]
22

3-
= Spring Checkpoint Restore Smoke Tests
3+
= Spring Lifecycle Smoke Tests
44

55
A suite of tests for applications using checkpoint/restore as implemented by https://github.com/CRaC/docs[Project CRaC] and as documented in https://docs.spring.io/spring-framework/reference/6.1/integration/checkpoint-restore.html[Spring Framework reference documentation].
66
There are two types of tests: unit tests and application tests.

ci/pipeline-template/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#@ github = {
22
#@ "organization": "spring-projects",
3-
#@ "repository": "spring-checkpoint-restore-smoke-tests",
4-
#@ "uri": "https://github.com/spring-projects/spring-checkpoint-restore-smoke-tests.git"
3+
#@ "repository": "spring-lifecycle-smoke-tests",
4+
#@ "uri": "https://github.com/spring-projects/spring-lifecycle-smoke-tests.git"
55
#@ }
66
#@ docker_hub = {
77
#@ "organization": "springci"

gradle/plugins/cr-smoke-test-plugin/src/main/java/org/springframework/cr/gradle/tasks/UpdateStatusPage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ String taskName() {
106106
}
107107

108108
private String badgeUrl(String name, String suffix) {
109-
return "https://ci.spring.io/api/v1/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/"
109+
return "https://ci.spring.io/api/v1/teams/spring-lifecycle-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/"
110110
+ name + suffix + "/badge";
111111
}
112112

113113
private String jobUrl(String name, String suffix) {
114-
return "https://ci.spring.io/teams/spring-checkpoint-restore-smoke-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/"
114+
return "https://ci.spring.io/teams/spring-checkpoint-lifecycle-tests/pipelines/spring-checkpoint-restore-smoke-tests-3.2.x/jobs/"
115115
+ name + suffix;
116116
}
117117

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
id "io.spring.ge.conventions" version "0.0.13"
2323
}
2424

25-
rootProject.name="spring-checkpoint-restore-smoke-tests"
25+
rootProject.name="spring-lifecycle-smoke-tests"
2626

2727
include "cr-smoke-test-support"
2828
include "cr-listener"

0 commit comments

Comments
 (0)