commit 0cffd6f6d260dc0f347fe5e358e3a128353e3107
parent d8739d91c9a68b3449c92a87b515f28aff624eeb
Author: buckE <buckE@disroot.org>
Date: Wed, 10 Jun 2020 06:50:57 +0000
buildbot-weblatetest master.cfg updates
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -491,16 +491,16 @@ LINT_FACTORY.addStep(
)
-# "weblatestest" test buildbot slave is nothing to do with weblate, just a tests
+# "buildbot-weblatestest" test buildbot slave is nothing to do with weblate, just a tests
# deleteme when test confirmed
-WEBLATETEST_FACTORY = create_factory_with_deployment()
-WEBLATETEST_FACTORY.addStep(
+BUILDBOT-WEBLATETEST_FACTORY = create_factory_with_deployment()
+BUILDBOT-WEBLATETEST_FACTORY.addStep(
ShellCommand(
- name="weblatetest script (does nothing)",
- description="just testing building a buildslace",
- descriptionDone="weblatetest job is done",
+ name="buildbot-weblatetest script (does nothing)",
+ description="just testing building a buildslave",
+ descriptionDone="buildbot-weblatetest job is done",
command=["./weblatetest.sh"],
- workdir="../.."
+ workdir="/home/buildbot-master"
)
)