tests: Updated tests to download from http://dist.gem5.org
Previously some tests, and test resources, downloaded content from http://gem5.org . This is being migrated to http://dist.gem5.org. http://dist.gem5.org should be used to store and retrieve resources going forward. Change-Id: I7162c76b9b8dc07657a6ba50d643fc93c9824fdf Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24548 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SERVER_USER=
|
||||
SERVER_PATH=/z/www/htdocs/dist/current/test-progs/hello/bin/arm/linux
|
||||
FETCH_PATH=http://gem5.org/dist/current/test-progs/hello/bin/arm/linux
|
||||
FETCH_PATH=http://dist.gem5.org/dist/current/test-progs/hello/bin/arm/linux
|
||||
UPLOAD_LOCATION=$(SERVER_USER)daystrom.gem5.org:$(SERVER_PATH)
|
||||
|
||||
all: hello64-static hello32-static
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SERVER_USER=
|
||||
SERVER_PATH=/z/www/htdocs/dist/current/test-progs/hello/bin/x86/linux
|
||||
FETCH_PATH=http://gem5.org/dist/current/test-progs/hello/bin/x86/linux
|
||||
FETCH_PATH=http://dist.gem5.org/dist/current/test-progs/hello/bin/x86/linux
|
||||
|
||||
UPLOAD_LOCATION=$(SERVER_USER)daystrom.gem5.org:$(SERVER_PATH)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SERVER_USER=
|
||||
SERVER_PATH=/z/www/htdocs/dist/current/test-progs/m5-exit/bin/x86/linux
|
||||
FETCH_PATH=http://gem5.org/dist/current/test-progs/m5-exit/bin/x86/linux
|
||||
FETCH_PATH=http://dist.gem5.org/dist/current/test-progs/m5-exit/bin/x86/linux
|
||||
|
||||
UPLOAD_LOCATION=$(SERVER_USER)daystrom.gem5.org:$(SERVER_PATH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user