spring-cloud / spring-cloud-dataflow

A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
https://dataflow.spring.io
Apache License 2.0
1.11k stars 583 forks source link

[CI] Remove Maven profile full in favour of using docs for all document generation. #6007

Closed corneil closed 2 weeks ago

corneil commented 1 month ago

In spring-cloud-skipper-server-core I've changed to the surefire in docs profile to use the package phase which means test phase executes normal unit tests and package phase generates the snippets. When -DskipTests is present the normal test phase is skipped. When -Pdocs is not provided then the snippets are not generated.

corneil commented 3 weeks ago

The latests commit fixes tests for the actual resources present that do work when doing local deployments.

corneil commented 3 weeks ago

We have a pass locally fails in CI-PR situation. 😢

cppwfs commented 2 weeks ago

Rebased, Squashed, Merged.

@corneil Thanks for the hard work on this.