[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: buildbot: remove unused lcov b
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: buildbot: remove unused lcov builder |
Date: |
Thu, 07 Sep 2023 01:06:30 +0200 |
This is an automated email from the git hooks/post-receive script.
devan-carpenter pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new cc567fa buildbot: remove unused lcov builder
cc567fa is described below
commit cc567fa07429aae3bf3b11c10ab1d9f0635893ce
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Wed Sep 6 19:06:03 2023 -0400
buildbot: remove unused lcov builder
---
buildbot/master.cfg | 51 ---------------------------------------------------
1 file changed, 51 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index da094a3..521a24a 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -503,57 +503,6 @@ SCHEDULERS.append(schedulers.SingleBranchScheduler(
))
-################ 4: LCOV JOB ###################################
-
-##
-# This worker makes the code coverage and publishes it
-# under the "lcov" Website.
-WORKERS.append(Worker("lcov-worker", "lcov-pass"))
-
-LCOV_FACTORY = create_factory_with_deployment()
-LCOV_FACTORY.addStep(git_step("git://git.taler.net/wallet-core.git"))
-LCOV_FACTORY.addStep(
- ShellCommand(
- name="fetch",
- description="Running yarn install of wallet",
- descriptionDone="Correctly installed",
- command=["npm", "install", "-g", "--prefix", "$HOME",
"@gnu-taler/taler-wallet-cli"],
- workdir="build/",
- haltOnFailure=True,
- )
-)
-LCOV_FACTORY.addStep(
- ShellCommand(
- name="build",
- description="Building other Taler components",
- descriptionDone="Taler built",
- command=["./build.sh"],
- workdir="../../deployment/buildbot",
- haltOnFailure=True,
- env={'TALER_COVERAGE': "1"},
- )
-)
-LCOV_FACTORY.addStep(
- ShellCommand(
- name="coverage generation",
- description="running tests",
- descriptionDone="generating HTML report",
- command=["/usr/bin/sudo", "/usr/local/bin/netjail.sh",
"/home/lcovworker/deployment/buildbot/coverage.sh"],
- workdir="../../deployment/buildbot",
- env={'PATH': "${HOME}/local/bin:${PATH}"}
- )
-)
-
-BUILDERS.append(util.BuilderConfig(
- name="lcov-builder",
- workernames=["lcov-worker"],
- factory=LCOV_FACTORY
-))
-
-EMAIL_ALERTS.append("lcov-builder")
-NIGHTLY_TRIGGERS.append("lcov-builder")
-NIGHTLY_TRIGGERS.append("taler-demo-healthcheck-builder")
-
################ 5: UNIT TEST JOB ###################################
##
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: buildbot: remove unused lcov builder,
gnunet <=