commit 684ee223c184e3dd579d7724abf2a1b9921ce942
parent 1acefc0a1da861554ee3793821ec7ec2b3c38c15
Author: Javier Sepulveda <javier.sepulveda@uv.es>
Date: Tue, 24 Jan 2023 11:40:27 +0100
Buildbot master.cfg - wallet-worker Removed
Diffstat:
1 file changed, 2 insertions(+), 53 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -657,58 +657,7 @@ NIGHTLY_TRIGGERS.append("auditor-builder-demo")
################ 8: 'build wallet-core' JOB ###################################
-##
-# This worker builds wallet-core.
-WORKERS.append(worker.Worker("wallet-worker", "wallet-pass"))
-
-WALLET_FACTORY = create_factory_with_deployment()
-WALLET_FACTORY.addStep(
- ShellCommand(
- name="build",
- description="Building all Taler codebase.",
- descriptionDone="Taler built.",
- command=["./build.sh"],
- workdir="../../deployment/buildbot",
- haltOnFailure=True
- )
-)
-
-WALLET_FACTORY.addStep(
- ShellCommand(
- name="test",
- description="Running wallet tests",
- descriptionDone="Test correctly run",
- command=["timeout", "--preserve-status", "5m",
- "docker", "run", "taler_local/taler_base",
- "taler-wallet-cli", "testing", "run-integrationtests",
- "--suites", "wallet,merchant,libeufin,wallet-backup,wallet-tipping"],
- workdir="../../",
- env={
- 'PATH': "${HOME}/bin:${PATH}",
- 'DOCKER_HOST': "unix://${XDG_RUNTIME_DIR}/docker.sock"
- }
- )
-)
-
-BUILDERS.append(util.BuilderConfig(
- name="wallet-builder",
- workernames=["wallet-worker"],
- factory=WALLET_FACTORY
-))
-
-# Disable notifications - Javier Sepulveda - January 23, 2023
-# EMAIL_ALERTS.append("wallet-builder")
-
-# Wallet is re-build whenever wallet-core or deployment changes
-SCHEDULERS.append(schedulers.SingleBranchScheduler(
- name="wallet-scheduler",
- change_filter=util.ChangeFilter(
- branch="master",
- project_re="(wallet-core|deployment|libeufin)"
- ),
- treeStableTimer=None,
- builderNames=["wallet-builder"]
-))
+# REMOVED BY JAVIER SEPULVEDA - JANUARY 24, 2023
################ 9: 'check links' JOB ###################################
@@ -1175,7 +1124,7 @@ BUILDERS.append(util.BuilderConfig(
-################ 17: 'PACKAGING - DEBIAN AND UBUNTU ' JOB ###################################
+################ 18: 'PACKAGING - DEBIAN AND UBUNTU ' JOB ###################################
##
# This worker creates Debian and Ubuntu packages