From d1c72cecb3b45bcf5b792901525717d9a7d882ea Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 21 Nov 2022 15:27:55 -0800 Subject: [PATCH] tests: Update the compiler-tests.sh to use the v22-1 images This keeps the running of the compiler tests consistent by using a fixed version of the compiler images. Change-Id: I6e8d8313939696ed22f22e55f9c274c0105ce236 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/65918 Reviewed-by: Bobby Bruce Maintainer: Bobby Bruce Tested-by: kokoro --- tests/compiler-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compiler-tests.sh b/tests/compiler-tests.sh index e01d9de347..57938283b5 100755 --- a/tests/compiler-tests.sh +++ b/tests/compiler-tests.sh @@ -108,7 +108,7 @@ for compiler in ${images[@]}; do # targets for this test build_indices=(${build_permutation[@]:0:$builds_count}) - repo_name="${base_url}/${compiler}:latest" + repo_name="${base_url}/${compiler}:v22-1" # Grab compiler image docker pull $repo_name >/dev/null