From 40ffed152f5215bc414bc6060595a13740bd0705 Mon Sep 17 00:00:00 2001 From: gw0 Date: Wed, 20 Sep 2023 11:40:29 +0200 Subject: [PATCH] ci: Remove daily artifacts on successful test run --- .buildkite/scripts/daily_txsource.sh | 3 +++ .changelog/5370.trivial.md | 0 2 files changed, 3 insertions(+) create mode 100644 .changelog/5370.trivial.md diff --git a/.buildkite/scripts/daily_txsource.sh b/.buildkite/scripts/daily_txsource.sh index 0c6ed2a1dd9..d89a88486ae 100755 --- a/.buildkite/scripts/daily_txsource.sh +++ b/.buildkite/scripts/daily_txsource.sh @@ -12,6 +12,9 @@ if [[ $BUILDKITE_RETRY_COUNT == 0 ]]; then --scenario_timeout 900m \ --scenario e2e/runtime/txsource-multi \ "$@" + + # In case of success daily artifacts are not interesting and can be removed. + rm -rf /var/tmp/longtests/* else curl -H "Content-Type: application/json" \ -X POST \ diff --git a/.changelog/5370.trivial.md b/.changelog/5370.trivial.md new file mode 100644 index 00000000000..e69de29bb2d