networknt / light-bot

A microservice based DevOps agent that handles multiple repositories and dependencies
Apache License 2.0
7 stars 3 forks source link

Allow the skipping of tests on an individual repo basis #79

Closed ddobrin closed 5 years ago

ddobrin commented 5 years ago

At this time, tests can be skipped for all repos: ...skip_test: false

It is desired to be able to add a named task and be able to disable testing for individual repos, for example: buildProjectsNoTest: skip: false skip_test: true project:

The change must be transparent for existing users of the develop-build task

stevehu commented 5 years ago

@ddobrin Could you please update the document as well at https://github.com/networknt/light-doc/blob/master/content/en/tool/light-bot/task/develop-build.md?

ddobrin commented 5 years ago

will do