gem5-dev@gem5.org

The gem5 Developer List

View all threads

[S] Change in gem5/gem5[develop]: misc: Revert "python,misc: Update the resources URL to v22-0"

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/+/60637 )

Change subject: misc: Revert "python,misc: Update the resources URL to
v22-0"
......................................................................

misc: Revert "python,misc: Update the resources URL to v22-0"

This reverts commit 2342c74a13c238e2530bae6c461e6dd2e27a8747.
https://gem5-review.googlesource.com/c/public/gem5/+/60530

Change-Id: Ia069675dea69755ace82f2bef56ca47c4c3ab1db
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/60637
Maintainer: Bobby Bruce bbruce@ucdavis.edu
Tested-by: kokoro noreply+kokoro@google.com
Reviewed-by: Bobby Bruce bbruce@ucdavis.edu

M ext/testlib/configuration.py
1 file changed, 17 insertions(+), 1 deletion(-)

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

diff --git a/ext/testlib/configuration.py b/ext/testlib/configuration.py
index cc40b0d..fd47e3b 100644
--- a/ext/testlib/configuration.py
+++ b/ext/testlib/configuration.py
@@ -213,7 +213,7 @@
os.pardir,
os.pardir))
defaults.result_path = os.path.join(os.getcwd(), 'testing-results')

  • defaults.resource_url = 'http://dist.gem5.org/dist/v22-0'
  • defaults.resource_url = 'http://dist.gem5.org/dist/develop'
    defaults.resource_path =
    os.path.abspath(os.path.join(defaults.base_dir,
    'tests',
    'gem5',

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/60637
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: Ia069675dea69755ace82f2bef56ca47c4c3ab1db
Gerrit-Change-Number: 60637
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/+/60637 ) Change subject: misc: Revert "python,misc: Update the resources URL to v22-0" ...................................................................... misc: Revert "python,misc: Update the resources URL to v22-0" This reverts commit 2342c74a13c238e2530bae6c461e6dd2e27a8747. https://gem5-review.googlesource.com/c/public/gem5/+/60530 Change-Id: Ia069675dea69755ace82f2bef56ca47c4c3ab1db Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/60637 Maintainer: Bobby Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu> --- M ext/testlib/configuration.py 1 file changed, 17 insertions(+), 1 deletion(-) Approvals: kokoro: Regressions pass Bobby Bruce: Looks good to me, approved; Looks good to me, approved diff --git a/ext/testlib/configuration.py b/ext/testlib/configuration.py index cc40b0d..fd47e3b 100644 --- a/ext/testlib/configuration.py +++ b/ext/testlib/configuration.py @@ -213,7 +213,7 @@ os.pardir, os.pardir)) defaults.result_path = os.path.join(os.getcwd(), 'testing-results') - defaults.resource_url = 'http://dist.gem5.org/dist/v22-0' + defaults.resource_url = 'http://dist.gem5.org/dist/develop' defaults.resource_path = os.path.abspath(os.path.join(defaults.base_dir, 'tests', 'gem5', -- To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/60637 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: Ia069675dea69755ace82f2bef56ca47c4c3ab1db Gerrit-Change-Number: 60637 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