misc: Revert "tests: Update Weekly tests to use correct resources..."

This reverts commit 742e661ba7.
https://gem5-review.googlesource.com/c/public/gem5/+/60551

Change-Id: I4d67abbcea2c828dafe2f591892e23af539cb118
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/60633
Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Bobby R. Bruce
2022-06-18 11:50:03 -04:00
committed by Bobby Bruce
parent 03b69c04bc
commit e42ce2ccd8

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 "v22.0")
if [[ ${version_tag} != "" ]]; then
git checkout "${version_tag}"
fi
#version_tag=$(git tag | grep "v21.2")
#
#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.