New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tester bot and ci module #248
Conversation
|
if (ci.isPresent()) { | ||
ret.put(entry.name(), ci.get()); | ||
} else { | ||
throw new ConfigurationError("No continuous integration named with url: " + url); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
throw new ConfigurationError("No continuous integration named with url: " + url); | |
throw new ConfigurationError("No continuous integration could be created from url: " + url); |
@edvbld This change can now be integrated. The commit message will be:
|
/integrate |
Mailing list message from Erik Helin on skara-dev: Changeset: 980b7a8 Add tester bot and ci module Reviewed-by: rwestberg ! bot/build.gradle
|
Hi all,
please review this slightly larger patch that adds the😃
tester
bot and theci
module. Thetester
is the bot supporting the/test
command in a PR, for example writing/test tier1
. I wanted to name the bottest
but it was to annoying to get that work with the already presenttest
moduleThanks,
Erik
Testing
sh gradlew test
passes on Linux x64tester
bot (ci
module is just an interface)Progress
Approvers