Files
spring-aot-smoke-tests/ci

== 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-aot-smoke-tests` target and can login:

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

Deploy the pipeline using the following command:

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

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