Bobby Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/65914?usp=email )
Change subject: python,tests: Update Resource URL path to v22-1
......................................................................
python,tests: Update Resource URL path to v22-1
This change ensures the stable branch obtains the right resources for
the correct version of gem5.
Change-Id: Ie4e90529460d5058a7696d1c1d8f9678563be7bb
---
M ext/testlib/configuration.py
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/ext/testlib/configuration.py b/ext/testlib/configuration.py
index fd47e3b..97c6376 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/develop'
+ defaults.resource_url = 'http://dist.gem5.org/dist/v22-1'
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/+/65914?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: release-staging-v22-1
Gerrit-Change-Id: Ie4e90529460d5058a7696d1c1d8f9678563be7bb
Gerrit-Change-Number: 65914
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org