Skip to content

Commit 4a13a80

Browse files
committed
Updating the year cbcollect would have for the current year
Change-Id: I15c7535cec253be259a835048f1c7db03791bf09 Reviewed-on: https://review.couchbase.org/c/TAF/+/232136 Tested-by: Ritesh Agarwal <ritesh.agarwal@couchbase.com> Reviewed-by: Balakumaran G <balakumaran.gopal@couchbase.com>
1 parent 59ecfc6 commit 4a13a80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/eagles_all_around.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def scan_all_slaves():
7878
if session is None:
7979
continue
8080

81-
cmds = ["find /data/workspace/ -iname '*collect*2021*.zip'", "find /data/workspace/ -iname '*2021*diag*.zip'"]
81+
cmds = ["find /data/workspace/ -iname '*collect*2025*.zip'", "find /data/workspace/ -iname '*2025*diag*.zip'"]
8282
if len(sys.argv) > 1:
8383
cmds = ["find /data/workspace/ -iname '*collect*{}*.zip'".format(sys.argv[1]),
8484
"find /data/workspace/ -iname '*{}*diag*.zip'".format(sys.argv[1].replace("-", ""))]

0 commit comments

Comments
 (0)