spring-cloud-dataflow
spring-cloud-dataflow copied to clipboard
Version updates and cleanup on Skipper files.
Looks like we picked up a build failure.
I restarted the tests for this PR and one of the changes is causing the skipper tests to fail. This is not occurring in the main-3 branch.
LGTM ! Thanks @corneil !
Here are the why's:
-
Switch to jlumbroso/free-disk-space Some tests failed because we were running out of disk space on the server
-
This prevented the build from starting because we do not push docker changes. remove docker
-
Soon we will be moving the JUnit 5 work in main to this branch Skip tests on spring-cloud-skipper-core Removed JMockit.
OOps forgot to click close :-)
Repeat of previous comment: LGTM ! Thanks @corneil !
Here are the why's:
What: Switch to jlumbroso/free-disk-space Why: Some tests failed because we were running out of disk space on the server
What:remove docker & Skip tests on spring-cloud-skipper-core & Removed JMockit. Why:This prevented the build from starting because we do not push docker changes.