From 75d176629e72aa8a4fb63511f18c4cd389db730e Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Sun, 19 Sep 2021 00:30:07 +0300 Subject: [PATCH] ci: Exclude some less important binaries to reduce the size of the artifacts (#4441) --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae2e6df8dd..976f287a71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,6 +118,14 @@ builder-image: when: always paths: - $CI_PROJECT_DIR/build-ci + # Exclude some less important binaries to reduce the size of the artifacts + exclude: + - build-ci/dashcore-$BUILD_TARGET/src/bench/bench_dash + - build-ci/dashcore-$BUILD_TARGET/src/bench/bench_dash.exe + - build-ci/dashcore-$BUILD_TARGET/src/qt/test/test_dash-qt + - build-ci/dashcore-$BUILD_TARGET/src/qt/test/test_dash-qt.exe + - build-ci/dashcore-$BUILD_TARGET/src/test/test_dash + - build-ci/dashcore-$BUILD_TARGET/src/test/test_dash.exe expire_in: 3 days .test-template: