From df4e115c6e22192a4f0ead106ad72f4b3d36db4e Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Wed, 28 Feb 2024 15:44:58 +0100 Subject: [PATCH] ci: cleanup more build artifacts Should be cleaning artifacts for more than 1+1 build for each branch. --- ci/Jenkinsfile.linux | 2 +- ci/Jenkinsfile.macos | 2 +- ci/Jenkinsfile.tests-nim | 2 +- ci/Jenkinsfile.tests-ui | 2 +- ci/Jenkinsfile.windows | 2 +- vendor/nim-bearssl | 2 +- vendor/nim-chronicles | 2 +- vendor/nim-confutils | 2 +- vendor/nim-eth | 2 +- vendor/nim-faststreams | 2 +- vendor/nim-http-utils | 2 +- vendor/nim-json-rpc | 2 +- vendor/nim-libp2p | 2 +- vendor/nim-metrics | 2 +- vendor/nim-result | 2 +- vendor/nim-secp256k1 | 2 +- vendor/nim-serialization | 2 +- vendor/nim-stew | 2 +- vendor/nim-stint | 2 +- vendor/nim-websock | 2 +- vendor/nim-zlib | 2 +- vendor/nimPNG | 2 +- vendor/nimcrypto | 2 +- vendor/nimqml | 2 +- vendor/semver.nim | 2 +- vendor/status-go | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/ci/Jenkinsfile.linux b/ci/Jenkinsfile.linux index 48c4e4b42c..7677f86e89 100644 --- a/ci/Jenkinsfile.linux +++ b/ci/Jenkinsfile.linux @@ -51,7 +51,7 @@ pipeline { buildDiscarder(logRotator( numToKeepStr: '10', daysToKeepStr: '30', - artifactNumToKeepStr: '3', + artifactNumToKeepStr: '1', )) /* Allows combined build to copy */ copyArtifactPermission('/status-desktop/*') diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index 5eee9f5d14..0ba8f1b988 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -51,7 +51,7 @@ pipeline { buildDiscarder(logRotator( numToKeepStr: '10', daysToKeepStr: '30', - artifactNumToKeepStr: '3', + artifactNumToKeepStr: '1', )) /* Allows combined build to copy */ copyArtifactPermission('/status-desktop/*') diff --git a/ci/Jenkinsfile.tests-nim b/ci/Jenkinsfile.tests-nim index 8b67b2a2fb..eaf277ca39 100644 --- a/ci/Jenkinsfile.tests-nim +++ b/ci/Jenkinsfile.tests-nim @@ -33,7 +33,7 @@ pipeline { buildDiscarder(logRotator( numToKeepStr: '10', daysToKeepStr: '30', - artifactNumToKeepStr: '3', + artifactNumToKeepStr: '1', )) /* Abort old PR builds. */ disableConcurrentBuilds( diff --git a/ci/Jenkinsfile.tests-ui b/ci/Jenkinsfile.tests-ui index 4a57d91ad3..50f2507d09 100644 --- a/ci/Jenkinsfile.tests-ui +++ b/ci/Jenkinsfile.tests-ui @@ -25,7 +25,7 @@ pipeline { buildDiscarder(logRotator( numToKeepStr: '10', daysToKeepStr: '30', - artifactNumToKeepStr: '3', + artifactNumToKeepStr: '1', )) /* Abort old PR builds. */ disableConcurrentBuilds( diff --git a/ci/Jenkinsfile.windows b/ci/Jenkinsfile.windows index 8b84860ee5..2b264a459f 100644 --- a/ci/Jenkinsfile.windows +++ b/ci/Jenkinsfile.windows @@ -43,7 +43,7 @@ pipeline { buildDiscarder(logRotator( numToKeepStr: '10', daysToKeepStr: '30', - artifactNumToKeepStr: '3', + artifactNumToKeepStr: '1', )) /* Allows combined build to copy */ copyArtifactPermission('/status-desktop/*') diff --git a/vendor/nim-bearssl b/vendor/nim-bearssl index d55d3a86d7..acf9645e32 160000 --- a/vendor/nim-bearssl +++ b/vendor/nim-bearssl @@ -1 +1 @@ -Subproject commit d55d3a86d7ec3ad11b244e17b3bad490bfbd076d +Subproject commit acf9645e328bdcab481cfda1c158e07ecd46bd7b diff --git a/vendor/nim-chronicles b/vendor/nim-chronicles index ccbb7566d1..14e8537e4a 160000 --- a/vendor/nim-chronicles +++ b/vendor/nim-chronicles @@ -1 +1 @@ -Subproject commit ccbb7566d1a06bfc1ec42dd8da74a47f1d3b3f4b +Subproject commit 14e8537e4aefda832996a187c4acfef8eadb2aeb diff --git a/vendor/nim-confutils b/vendor/nim-confutils index 7568f1b7c3..674c9e4c8e 160000 --- a/vendor/nim-confutils +++ b/vendor/nim-confutils @@ -1 +1 @@ -Subproject commit 7568f1b7c3142d8e87c1f3dd42924238926affbe +Subproject commit 674c9e4c8e0cad2b7193cc9a59c12d39a397750f diff --git a/vendor/nim-eth b/vendor/nim-eth index 5aaeb67ebe..72c9858927 160000 --- a/vendor/nim-eth +++ b/vendor/nim-eth @@ -1 +1 @@ -Subproject commit 5aaeb67ebedbefaae2f719f245a96c1a80c42f81 +Subproject commit 72c98589278aec949c13435d9bcacdb306faa5a8 diff --git a/vendor/nim-faststreams b/vendor/nim-faststreams index 720fc5e5c8..814f8927e1 160000 --- a/vendor/nim-faststreams +++ b/vendor/nim-faststreams @@ -1 +1 @@ -Subproject commit 720fc5e5c8e428d9d0af618e1e27c44b42350309 +Subproject commit 814f8927e1f356f39219f37f069b83066bcc893a diff --git a/vendor/nim-http-utils b/vendor/nim-http-utils index 77a59297ad..a85bd52ae0 160000 --- a/vendor/nim-http-utils +++ b/vendor/nim-http-utils @@ -1 +1 @@ -Subproject commit 77a59297ad635d91a6352ef48ee09c6bde0c5d86 +Subproject commit a85bd52ae0a956983ca6b3267c72961d2ec0245f diff --git a/vendor/nim-json-rpc b/vendor/nim-json-rpc index 33360528d2..07e4705b1f 160000 --- a/vendor/nim-json-rpc +++ b/vendor/nim-json-rpc @@ -1 +1 @@ -Subproject commit 33360528d208aaa70a6ed914619fe76321760d54 +Subproject commit 07e4705b1fcff917b1eec37c11b3f8001017a76d diff --git a/vendor/nim-libp2p b/vendor/nim-libp2p index e3c967ad19..c1a3bd8fee 160000 --- a/vendor/nim-libp2p +++ b/vendor/nim-libp2p @@ -1 +1 @@ -Subproject commit e3c967ad1939fb33b8e13759037d193734acd202 +Subproject commit c1a3bd8fee464661ebfa842922c3a4c4e82a915f diff --git a/vendor/nim-metrics b/vendor/nim-metrics index 51f1227d0f..a2293e8a34 160000 --- a/vendor/nim-metrics +++ b/vendor/nim-metrics @@ -1 +1 @@ -Subproject commit 51f1227d0fd04ce84b1ef784b11280cb7875348c +Subproject commit a2293e8a34f2a6cf264aec47e4becf2f53a0e467 diff --git a/vendor/nim-result b/vendor/nim-result index 113d433f48..bd668d16ef 160000 --- a/vendor/nim-result +++ b/vendor/nim-result @@ -1 +1 @@ -Subproject commit 113d433f48894ee8e7da3e340c8fe19ad7b9db4d +Subproject commit bd668d16efbc41db8b3d8fa2142a444b0a7e5876 diff --git a/vendor/nim-secp256k1 b/vendor/nim-secp256k1 index 7246d91c66..4c41c5029f 160000 --- a/vendor/nim-secp256k1 +++ b/vendor/nim-secp256k1 @@ -1 +1 @@ -Subproject commit 7246d91c667f4cc3759fdd50339caa45a2ecd8be +Subproject commit 4c41c5029ffc73b732233f06018cd52f3ed47dce diff --git a/vendor/nim-serialization b/vendor/nim-serialization index 4d541ec434..5b7cea55ef 160000 --- a/vendor/nim-serialization +++ b/vendor/nim-serialization @@ -1 +1 @@ -Subproject commit 4d541ec43454809904fc4c3c0a7436410ad597d2 +Subproject commit 5b7cea55efeb074daa8abd8146a03a34adb4521a diff --git a/vendor/nim-stew b/vendor/nim-stew index 2c2544aec1..e18f5a62af 160000 --- a/vendor/nim-stew +++ b/vendor/nim-stew @@ -1 +1 @@ -Subproject commit 2c2544aec13536304438be045bfdd22452741466 +Subproject commit e18f5a62af2ade7a1fd1d39635d4e04d944def08 diff --git a/vendor/nim-stint b/vendor/nim-stint index 711cda4456..eb1f32c675 160000 --- a/vendor/nim-stint +++ b/vendor/nim-stint @@ -1 +1 @@ -Subproject commit 711cda4456c32d3ba3c6c4524135b3453dffeb9c +Subproject commit eb1f32c6752478e18dff9256ea45538ab3312cd3 diff --git a/vendor/nim-websock b/vendor/nim-websock index f8ed9b40a5..fea05cde8b 160000 --- a/vendor/nim-websock +++ b/vendor/nim-websock @@ -1 +1 @@ -Subproject commit f8ed9b40a5ff27ad02a3c237c4905b0924e3f982 +Subproject commit fea05cde8b123b38d1a0a8524b77efbc84daa848 diff --git a/vendor/nim-zlib b/vendor/nim-zlib index a2f44bb7f6..826e2fc013 160000 --- a/vendor/nim-zlib +++ b/vendor/nim-zlib @@ -1 +1 @@ -Subproject commit a2f44bb7f65571a894227ff6fde9298a104e03a5 +Subproject commit 826e2fc013f55b4478802d4f2e39f187c50d520a diff --git a/vendor/nimPNG b/vendor/nimPNG index aa63abd78b..e49f3c7bd0 160000 --- a/vendor/nimPNG +++ b/vendor/nimPNG @@ -1 +1 @@ -Subproject commit aa63abd78baa28a09f3fd8dc96e1f92af1cbfc1f +Subproject commit e49f3c7bd0f71f9843ad5469f2841e0caeccc120 diff --git a/vendor/nimcrypto b/vendor/nimcrypto index a079df9242..4014ef939b 160000 --- a/vendor/nimcrypto +++ b/vendor/nimcrypto @@ -1 +1 @@ -Subproject commit a079df92424968d46a6ac258299ce9380aa153f2 +Subproject commit 4014ef939b51e02053c2e16dd3481d47bc9267dd diff --git a/vendor/nimqml b/vendor/nimqml index 13a8890db4..2d733c5ec6 160000 --- a/vendor/nimqml +++ b/vendor/nimqml @@ -1 +1 @@ -Subproject commit 13a8890db484d3ff40b410c2ff4b3e3bd2e0e880 +Subproject commit 2d733c5ec6977edac451c4d0017911b59d01a310 diff --git a/vendor/semver.nim b/vendor/semver.nim index 8616e5697d..11a4906731 160000 --- a/vendor/semver.nim +++ b/vendor/semver.nim @@ -1 +1 @@ -Subproject commit 8616e5697da48ab548f0a0018f363ed831c22db8 +Subproject commit 11a49067315c2ba5b8bcbf6f620442004c419817 diff --git a/vendor/status-go b/vendor/status-go index 4fb27ec53a..7c9977b780 160000 --- a/vendor/status-go +++ b/vendor/status-go @@ -1 +1 @@ -Subproject commit 4fb27ec53a48f4621b0f7cb32248bd3f9517d394 +Subproject commit 7c9977b780675ab0fa00fb14b10321e4d078b2c4