Skip to content

Commit

Permalink
ci: Remove daily artifacts on successful test run
Browse files Browse the repository at this point in the history
  • Loading branch information
gw0 committed Sep 20, 2023
1 parent dab3158 commit 40ffed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/scripts/daily_txsource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Empty file added .changelog/5370.trivial.md
Empty file.

0 comments on commit 40ffed1

Please sign in to comment.