taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 4c07c84c43d8a4b64368be00d4b245229c50ca9d
parent 09cff1cd75cf3abc8f55bcc17671ac5c0f0dd77e
Author: buckE <buckE@disroot.org>
Date:   Tue,  9 Jun 2020 06:41:36 +0000

added weblatetest.sh and weblatetest buildslave (hopefully) to master.cfg

Diffstat:
Mbuildbot/master.cfg | 15+++++++++++++++
Abuildbot/weblatetest.sh | 3+++
2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -490,6 +490,21 @@ LINT_FACTORY.addStep( ) ) + +# "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( + ShellCommand( + name="weblatetest script (does nothing)", + description="just testing building a buildslace", + descriptionDone="weblatetest job is done", + command=["./weblatetest.sh"], + workdir="../.." + ) +) + + INTEGRATIONTEST_FACTORY = create_factory_with_deployment() INTEGRATIONTEST_FACTORY.addStep( ShellCommand( diff --git a/buildbot/weblatetest.sh b/buildbot/weblatetest.sh @@ -0,0 +1,3 @@ +#!/bin/bash -e + +touch whereDoesThisFileGetCreated