Skip to content

Commit

Permalink
misc: Revert "tests: Update Weekly tests to use correct resources..."
Browse files Browse the repository at this point in the history
This reverts commit 742e661.
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 <[email protected]>
Reviewed-by: Bobby Bruce <[email protected]>
Tested-by: kokoro <[email protected]>
  • Loading branch information
BobbyRBruce committed Jun 20, 2022
1 parent 03b69c0 commit e42ce2c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/weekly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e42ce2c

Please sign in to comment.