mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-28 13:44:13 +00:00
Adding an HTTP-based resource getter.
This commit is contained in:
@@ -38,10 +38,10 @@ class GetterPriority(object):
|
||||
"""
|
||||
cached = 20
|
||||
preferred = 10
|
||||
remote = 5
|
||||
environment = 0
|
||||
external_package = -5
|
||||
package = -10
|
||||
remote = -20
|
||||
|
||||
|
||||
class Resource(object):
|
||||
|
||||
Reference in New Issue
Block a user