From a9af04107fe810e6daf63370201ee83f14bbb4b7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 23 Apr 2021 19:28:54 +0200 Subject: do not nuke local/, we need poetry from there --- buildbot/master.cfg | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'buildbot') diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 1fa8364..65165ab 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -337,16 +337,6 @@ NIGHTLY_TRIGGERS.append("lcov-builder") 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", -- cgit v1.2.3