Files
spring-lifecycle-smoke-tests/ci
Sébastien Deleuze 013230eed1 Switch to Spring Boot 3.3
Closes gh-60
2024-06-18 12:17:15 +02:00
..
2024-06-18 12:17:15 +02:00
2023-12-12 11:29:11 +01:00

== Concourse pipeline



=== Updating
To add a new smoke test, modify `ci/smoke-tests.yml`.
An updated pipeline is then generated using https://carvel.dev/ytt[`ytt`].
With `ytt` installed, run the following command:

[source]
----
ytt -f ci/pipeline-template/schema.yml -f ci/pipeline-template/pipeline.yml --data-values-file ci/smoke-tests.yml > ci/pipeline.yml
----



== Deploying
Ensure that you've set up the `spring-lifecycle-smoke-tests` target and can login:

[source]
----
$ fly -t spring-lifecycle-smoke-tests login -n spring-lifecycle-smoke-tests -c https://ci.spring.io
----

Deploy the pipeline using the following command:

[source]
----
$ fly -t spring-lifecycle-smoke-tests set-pipeline -p spring-lifecycle-smoke-tests-3.3.x -c ci/pipeline.yml
----

NOTE: This assumes that you have Vault integration configured with the appropriate secrets.