From 78bbc7098a8d00499766cde65111318e6158a313 Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Fri, 12 Jan 2024 15:21:04 +0300 Subject: [PATCH] removed copying of obsolete logs --- .gitlab/pipeline/zombienet/bridges.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab/pipeline/zombienet/bridges.yml b/.gitlab/pipeline/zombienet/bridges.yml index 8a5d9cfebf33..9414207a3bbf 100644 --- a/.gitlab/pipeline/zombienet/bridges.yml +++ b/.gitlab/pipeline/zombienet/bridges.yml @@ -41,10 +41,6 @@ - cp -r /tmp/bridges-zombienet-tests.*/tmp.*/tmp.* ./zombienet-logs/ # copy logs of all nodes - cp /tmp/zombie*/logs/* ./zombienet-logs/ - # copy logs of our polkadot binary wrapper (polkadot-x.sh) - - cp /tmp/polkadot.* ./zombienet-logs/ - # copy logs of our polkadot-parachain binary wrapper (polkadot-parachain-x.sh) - - cp /tmp/polkadot-parachain.* ./zombienet-logs/ # following lines are causing spurious test failures ("At least one of the nodes fails to start") # retry: 2 # tags: