From 1c422628bc9dcbc3f24c77d456fdd3653e34b8e7 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 21 Nov 2022 16:04:02 -0800 Subject: [PATCH] tests: Update weekly test docker image tags to v22-1 Change-Id: I6a7ff942234f65b763d2974deb740942bfc2cc17 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/65922 Reviewed-by: Bobby Bruce Maintainer: Bobby Bruce Tested-by: kokoro --- tests/weekly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/weekly.sh b/tests/weekly.sh index c7f834b7a5..9b400b9a83 100755 --- a/tests/weekly.sh +++ b/tests/weekly.sh @@ -37,7 +37,7 @@ docker_mem_limit="24g" # The docker tag to use (varies between develop, and versions on the staging # branch) -tag="latest" +tag="v22-1" # We assume the first two arguments are the number of threads followed by the # GPU ISA to test. These default to 1 and GCN3_X86 is no argument is given.