You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/ci
Scott Frederick 18c7c0af22 Add Paketo image building system tests
A new system test plugin is being made available for running test
suites that should be run less frequently than with every commit, such
as tests that verify Spring Boot compatibility with external
projects. CI pipeline configuration for running system tests is also
provided.

The first system tests verify the behavior of the Spring Boot image
building plugins when building images using Paketo buildpacks.

Closes gh-25824
3 years ago
..
config Automate publication of gradle plugin 3 years ago
images Merge branch '2.3.x' into 2.4.x 3 years ago
scripts Add Paketo image building system tests 3 years ago
tasks Add Paketo image building system tests 3 years ago
README.adoc Configure CI pipeline for Spring Boot 2.6.x 3 years ago
parameters.yml Configure CI pipeline for Spring Boot 2.6.x 3 years ago
pipeline.yml Add Paketo image building system tests 3 years ago

README.adoc

== Concourse pipeline

Ensure that you've setup the spring-boot target and can login

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

The pipeline can be deployed using the following command:

[source]
----
$ fly -t spring-boot set-pipeline -p spring-boot-2.6.x -c ci/pipeline.yml -l ci/parameters.yml
----

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