From 1e5bd5b89ac1eeeba22a38664126e553faa422c1 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 21 Nov 2022 15:56:06 -0800 Subject: [PATCH] tests: Update nightly test docker image tags to v22-1 Change-Id: I3d1fa67a89594050cb8069541004763ac5ba66a4 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/65920 Reviewed-by: Bobby Bruce Maintainer: Bobby Bruce Tested-by: kokoro --- tests/nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nightly.sh b/tests/nightly.sh index 1360c4435c..bf05154fe7 100755 --- a/tests/nightly.sh +++ b/tests/nightly.sh @@ -37,7 +37,7 @@ docker_mem_limit="18g" # The docker tag to use (varies between develop, and versions on the staging # branch) -tag="latest" +tag="v22-1" # The first argument is the number of threads to be used for compilation. If no # argument is given we default to one.