tests: Update Weekly tests to use correct resources version

Change-Id: I129a8b69ae7c6bc7ad6a5f13712471c8bf9f8d4c
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/60551
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Bobby R. Bruce
2022-06-15 16:43:54 -07:00
committed by Bobby Bruce
parent ac7d7a7d7a
commit 742e661ba7

View File

@@ -100,12 +100,12 @@ git clone https://gem5.googlesource.com/public/gem5-resources \
cd "${gem5_root}/gem5-resources"
git checkout develop
#version_tag=$(git tag | grep "v21.2")
#
#if [[ ${version_tag} != "" ]]; then
# git checkout "${version_tag}"
#fi
#
version_tag=$(git tag | grep "v22.0")
if [[ ${version_tag} != "" ]]; then
git checkout "${version_tag}"
fi
cd "${gem5_root}"
# For the GPU tests we compile and run the GPU ISA inside a gcn-gpu container.