Skip to content

Commit 74dc75a

Browse files
authored
Update s3 artifacts more often (#7088)
1 parent 31ff0c0 commit 74dc75a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/test_ya/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ runs:
300300
CURRENT_MESSAGE="Failed tests rerun (try $RETRY) $CURRENT_MESSAGE"
301301
RERUN_FAILED_OPT="-X"
302302
fi
303+
304+
s3cmd sync --follow-symlinks --acl-public --no-progress --stats --no-check-md5 "$PUBLIC_DIR/" "$S3_BUCKET_PATH/"
303305
echo $CURRENT_MESSAGE | GITHUB_TOKEN="${{ github.token }}" .github/scripts/tests/comment-pr.py
304306

305307
CURRENT_PUBLIC_DIR_RELATIVE=try_$RETRY
@@ -478,7 +480,7 @@ runs:
478480
echo "::group::s3-sync"
479481
.github/scripts/Indexer/indexer.py -r "$PUBLIC_DIR/"
480482
echo "00 [Workflow artifacts](${S3_URL_PREFIX}/index.html)" >> $SUMMARY_LINKS
481-
s3cmd sync --follow-symlinks --acl-public --no-progress --stats --no-check-md5 "$PUBLIC_DIR/" "$S3_BUCKET_PATH/"
483+
s3cmd sync --follow-symlinks --acl-public --no-progress --stats --no-check-md5 "$PUBLIC_DIR/" "$S3_BUCKET_PATH/"
482484
cat $SUMMARY_LINKS | python3 -c 'import sys; print(" | ".join([v for _, v in sorted([l.strip().split(" ", 1) for l in sys.stdin], key=lambda a: (int(a[0]), a))]))' >> $GITHUB_STEP_SUMMARY
483485
echo "::endgroup::"
484486

0 commit comments

Comments
 (0)