taler-deployment

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

commit 290337abb8d6624896681be073a957f1a962b6b7
parent d37685124d020eb2490581166756fe3b458dd3da
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 18 Oct 2017 14:11:12 +0200

give descriptive names to build steps

Diffstat:
Mbuildbot/master.cfg | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -155,7 +155,7 @@ lcov_factory.addStep(ShellCommand(name="invalidation", descriptionDone="timestamps invalidated", command=["./invalidate.sh"], workdir="build/taler-build")) -lcov_factory.addStep(ShellCommand(name="builder", +lcov_factory.addStep(ShellCommand(name="build", description="Compiling..", descriptionDone="lcov files generated", command=["make", "lcov"], @@ -176,18 +176,18 @@ switcher_factory.addStep(ShellCommand(name="build", descriptionDone="Compile.", command=["./build.sh"], workdir="build/buildbot")) -switcher_factory.addStep(ShellCommand(name="build", - description="Starting inactive blue-green party.", +switcher_factory.addStep(ShellCommand(name="restart services", + description="Restarting inactive blue-green party.", descriptionDone="Restarting Taler.", command=["./restart.sh"], workdir="build/buildbot")) -switcher_factory.addStep(ShellCommand(name="build", +switcher_factory.addStep(ShellCommand(name="check services correctly restarted", description="Checking services are correctly restarted.", descriptionDone="All services are correctly restarted.", command=["./checks.sh"], workdir="build/buildbot")) -switcher_factory.addStep(ShellCommand(name="build", - description="Switching active party.", +switcher_factory.addStep(ShellCommand(name="switch active party", + description="Switch to the party which was inactive.", descriptionDone="Active party has been switched.", command=["./switch.sh"], workdir="build/buildbot")) @@ -213,12 +213,12 @@ doc_factory.addStep(ShellCommand(name="build docs", descriptionDone="Documentation built.", command=["./update_docs.sh"], workdir="build/taler-build")) -doc_factory.addStep(ShellCommand(name="build docs", +doc_factory.addStep(ShellCommand(name="build www", description="Building www.taler.net.", descriptionDone="www.taler.net built", command=["./update_www.sh"], workdir="build/taler-build")) -doc_factory.addStep(ShellCommand(name="build docs", +doc_factory.addStep(ShellCommand(name="build www-stage", description="Building stage.taler.net.", descriptionDone="stage.taler.net built", command=["./update_stage.sh"],