gem5-dev@gem5.org

The gem5 Developer List

View all threads

[S] Change in gem5/gem5[develop]: misc: Revert "tests: Update Weekly tests to use correct resources..."

BB
Bobby Bruce (Gerrit)
Mon, Jun 20, 2022 7:56 PM

Bobby Bruce has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/60633 )

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

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

This reverts commit 742e661ba76d258d183d35d2b07ba79bea2a56fa.
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

M tests/weekly.sh
1 file changed, 22 insertions(+), 6 deletions(-)

Approvals:
Bobby Bruce: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass

diff --git a/tests/weekly.sh b/tests/weekly.sh
index febfae4..8b16907 100755
--- a/tests/weekly.sh
+++ b/tests/weekly.sh
@@ -100,12 +100,12 @@

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.

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/60633
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I4d67abbcea2c828dafe2f591892e23af539cb118
Gerrit-Change-Number: 60633
Gerrit-PatchSet: 2
Gerrit-Owner: Bobby Bruce bbruce@ucdavis.edu
Gerrit-Reviewer: Bobby Bruce bbruce@ucdavis.edu
Gerrit-Reviewer: Jason Lowe-Power jason@lowepower.com
Gerrit-Reviewer: kokoro noreply+kokoro@google.com
Gerrit-MessageType: merged

Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/60633 ) Change subject: misc: Revert "tests: Update Weekly tests to use correct resources..." ...................................................................... misc: Revert "tests: Update Weekly tests to use correct resources..." This reverts commit 742e661ba76d258d183d35d2b07ba79bea2a56fa. 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> --- M tests/weekly.sh 1 file changed, 22 insertions(+), 6 deletions(-) Approvals: Bobby Bruce: Looks good to me, approved; Looks good to me, approved kokoro: Regressions pass diff --git a/tests/weekly.sh b/tests/weekly.sh index febfae4..8b16907 100755 --- a/tests/weekly.sh +++ b/tests/weekly.sh @@ -100,12 +100,12 @@ 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. -- To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/60633 To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings Gerrit-Project: public/gem5 Gerrit-Branch: develop Gerrit-Change-Id: I4d67abbcea2c828dafe2f591892e23af539cb118 Gerrit-Change-Number: 60633 Gerrit-PatchSet: 2 Gerrit-Owner: Bobby Bruce <bbruce@ucdavis.edu> Gerrit-Reviewer: Bobby Bruce <bbruce@ucdavis.edu> Gerrit-Reviewer: Jason Lowe-Power <jason@lowepower.com> Gerrit-Reviewer: kokoro <noreply+kokoro@google.com> Gerrit-MessageType: merged