aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2021-03-28 10:37:27 +0200
committerMagnus Granberg <zorry@gentoo.org>2021-03-28 10:37:27 +0200
commit5dc7b0dd7863aac81b462302c2fc11635411927d (patch)
treea134d3a67ea6b98e1b0f1ad2ac775c306b0c8cb3 /buildbot_gentoo_ci/config/schedulers.py
parentAdd the log parser BuildFactory steps (diff)
downloadtinderbox-cluster-5dc7b0dd7863aac81b462302c2fc11635411927d.tar.gz
tinderbox-cluster-5dc7b0dd7863aac81b462302c2fc11635411927d.tar.bz2
tinderbox-cluster-5dc7b0dd7863aac81b462302c2fc11635411927d.zip
Add log parser steps
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Diffstat (limited to 'buildbot_gentoo_ci/config/schedulers.py')
-rw-r--r--buildbot_gentoo_ci/config/schedulers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot_gentoo_ci/config/schedulers.py b/buildbot_gentoo_ci/config/schedulers.py
index efdac75..1941a82 100644
--- a/buildbot_gentoo_ci/config/schedulers.py
+++ b/buildbot_gentoo_ci/config/schedulers.py
@@ -74,7 +74,7 @@ def gentoo_schedulers():
builderNames=["build_request_data"])
run_build_request = schedulers.Triggerable(name="run_build_request",
builderNames=["run_build_request"])
- pers_build_log = schedulers.Triggerable(name="parse_build_log",
+ parse_build_log = schedulers.Triggerable(name="parse_build_log",
builderNames=["parse_build_log"])
s = []
s.append(test_updatedb)