dekorateio / dekorate

Tools for generating Kubernetes related manifests.
Apache License 2.0
472 stars 101 forks source link

Distribute examples into profiles by platforms and / or build tool. #297

Open iocanel opened 5 years ago

iocanel commented 5 years ago

Some of our examples require Kubernetes or Openshift for their integration tests. This often breaks my local builds.

So, tests that require kubernetes should only run when the with-kubernetes profile is activated and so on.

Similar is the situation with build tools, sometimes I just want to have the option of running the gradle builds or not.

iocanel commented 5 years ago

Note, circleci of course should run with both profiles.