summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-23 19:28:54 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-23 19:28:54 +0200
commita9af04107fe810e6daf63370201ee83f14bbb4b7 (patch)
treef3e2767d0f1ece9f46cc277f348080c5aff2850b /buildbot
parent105e1c1730f6de3a62c43fd00181858a13e0ade1 (diff)
downloaddeployment-a9af04107fe810e6daf63370201ee83f14bbb4b7.tar.gz
deployment-a9af04107fe810e6daf63370201ee83f14bbb4b7.tar.bz2
deployment-a9af04107fe810e6daf63370201ee83f14bbb4b7.zip
do not nuke local/, we need poetry from there
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg10
1 files changed, 0 insertions, 10 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 1fa8364..65165ab 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -339,16 +339,6 @@ WORKERS.append(worker.Worker("checker-worker", "checker-pass"))
INTEGRATIONTEST_FACTORY = create_factory_with_deployment()
INTEGRATIONTEST_FACTORY.addStep(
ShellCommand(
- name="remove old binaries",
- description="removing binaries from previous runs",
- descriptionDone="Setup clean",
- command=["rm", "-rf", "local"],
- workdir="../..",
- haltOnFailure=True,
- )
-)
-INTEGRATIONTEST_FACTORY.addStep(
- ShellCommand(
name="fetch gnunet.org sources",
description="fetching latest deployment repositories from git.gnunet.org",
descriptionDone="GNUnet code base updated",