mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-25 03:00:12 -04:00
Add pytest option to specify a URL for shark tank artifacts. (#363)
* Xfail updates. * Generalize tank SHA option to bucket address and add pytest option.
This commit is contained in:
@@ -42,3 +42,9 @@ def pytest_addoption(parser):
|
||||
default="None",
|
||||
help="Passes the github SHA of the CI workflow to include in google storage directory for reproduction artifacts.",
|
||||
)
|
||||
parser.addoption(
|
||||
"--tank_url",
|
||||
type=str,
|
||||
default="gs://shark_tank/latest",
|
||||
help="URL to bucket from which to download SHARK tank artifacts. Default is gs://shark_tank/latest",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user