taler-deployment

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

commit 6d9ac4619ea82ce09f21fe8e94a65ac9fa148485
parent a691a7338f2746d8263ec376a083c8967541142c
Author: Javier Sepulveda <javier.sepulveda@uv.es>
Date:   Tue, 21 Feb 2023 12:49:15 +0100

Fix master.cfg duplicate - Compile and Check step

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1011,20 +1011,6 @@ SELENIUM_FACTORY.addStep( WORKERS.append(worker.Worker("compilecheck-worker", "compilecheck-pass")) -# check-and-compile FACTORY - Step 1 - Build docker image - -CHECK_AND_COMPILE_FACTORY = create_factory_with_deployment() -CHECK_AND_COMPILE_FACTORY.addStep( - ShellCommand( - name="Build", - description="Build docker image", - descriptionDone="Build Docker image: DONE", - command=["./build.sh"], - workdir="/home/demo/deployment/docker/compile-and-check/buildbot-compile-and-check" - ) -) - - # check-and-compile FACTORY - Step 1 - Build docker image