From a4fdcb9a06cfa57679931a7b79b28f1142679c9a Mon Sep 17 00:00:00 2001
From: Vlad <vladimir@parity.io>
Date: Wed, 1 Jun 2022 14:28:24 +0300
Subject: [PATCH] Don't limit `test-linux-stable-int` job output (#11560)

---
 substrate/scripts/ci/gitlab/pipeline/test.yml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/substrate/scripts/ci/gitlab/pipeline/test.yml b/substrate/scripts/ci/gitlab/pipeline/test.yml
index eab673a5ce1..419e9f0c7ea 100644
--- a/substrate/scripts/ci/gitlab/pipeline/test.yml
+++ b/substrate/scripts/ci/gitlab/pipeline/test.yml
@@ -251,22 +251,10 @@ test-linux-stable-int:
     RUN_UI_TESTS:                  1
   script:
     - rusty-cachier snapshot create
-    - echo "___Logs will be partly shown at the end in case of failure.___"
-    - echo "___Full log will be saved to the job artifacts only in case of failure.___"
     - WASM_BUILD_NO_COLOR=1
       RUST_LOG=sync=trace,consensus=trace,client=trace,state-db=trace,db=trace,forks=trace,state_db=trace,storage_cache=trace
         time cargo test -p node-cli --release --verbose --locked -- --ignored
-        &> ${CI_COMMIT_SHORT_SHA}_int_failure.log
     - rusty-cachier cache upload
-  after_script:
-    - !reference [.rusty-cachier, after_script]
-    - awk '/FAILED|^error\[/,0' ${CI_COMMIT_SHORT_SHA}_int_failure.log
-  artifacts:
-    name:                          $CI_COMMIT_SHORT_SHA
-    when:                          on_failure
-    expire_in:                     3 days
-    paths:
-      - ${CI_COMMIT_SHORT_SHA}_int_failure.log
 
 check-tracing:
   stage:                           test
-- 
GitLab