summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-23 14:22:05 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-23 14:22:05 +0100
commit4dd81e10d7b848c2bdb30532c7f03418312ee78a (patch)
treedd7e52cc63a3df2c607da1cdbe8c73456eb0eb90 /buildbot/master.cfg
parent261c4eae89ea805ea17805d9068e5b903d80a2e4 (diff)
downloaddeployment-4dd81e10d7b848c2bdb30532c7f03418312ee78a.tar.gz
deployment-4dd81e10d7b848c2bdb30532c7f03418312ee78a.tar.bz2
deployment-4dd81e10d7b848c2bdb30532c7f03418312ee78a.zip
fix missing entry in list
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 76926a1..9ead920 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -756,6 +756,7 @@ TALER_DEMO_HEALTHCHECK_BUILDER = util.BuilderConfig(
c["builders"] = [
BUILDMASTER_BUILDER,
LCOV_BUILDER,
+ CHECKER_BUILDER,
AUDITOR_BUILDER_TEST,
AUDITOR_BUILDER_DEMO,
TEST_BUILDER,