gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: compilecheck-worker added to m


From: gnunet
Subject: [taler-deployment] branch master updated: compilecheck-worker added to master.cfg
Date: Wed, 18 Jan 2023 12:20:00 +0100

This is an automated email from the git hooks/post-receive script.

javier-sepulveda pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new dec7d60  compilecheck-worker added to master.cfg
dec7d60 is described below

commit dec7d600a388f096adc289d3f2f1f9b13ab9fe3e
Author: Javier Sepulveda <javier.sepulveda@uv.es>
AuthorDate: Wed Jan 18 12:19:23 2023 +0100

    compilecheck-worker added to master.cfg
---
 buildbot/master.cfg | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 204334c..d953dc6 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1113,6 +1113,67 @@ SELENIUM_FACTORY.addStep(
 #))
 
 
+################ 17: 'COMPILE AND CHECK - TALER ' JOB 
###################################
+
+##
+# This worker compiles and checks all the Taler code 
+# URL: https://git.taler.net/deployment.git/tree/docker/compile-and-check
+# 01/18/2022 - Added by Javier Sepulveda
+
+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
+
+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 2 - Run the docker image
+
+CHECK_AND_COMPILE_FACTORY.addStep(
+    ShellCommand(
+        name="Run",
+        description="Compile content & Run docker image",
+        descriptionDone="Run docker image : DONE",
+        command=["./run.sh"],
+        
workdir="/home/demo/deployment/docker/compile-and-check/buildbot-compile-and-check"
+    )
+)
+
+# BUILDER check-and-compile
+
+
+BUILDERS.append(util.BuilderConfig(
+    name="compilecheck-builder",
+    workernames=["compilecheck-worker"],
+    factory=CHECK_AND_COMPILE_FACTORY
+))
+
+
+
 ################ 99: debug stuff JOB ###################################
 
 # This does nothing, just a starting point for a factory.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]