argus-alm 0.14.1__py3-none-any.whl → 0.14.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- argus/client/driver_matrix_tests/cli.py +2 -2
- {argus_alm-0.14.1.dist-info → argus_alm-0.14.2.dist-info}/METADATA +1 -1
- {argus_alm-0.14.1.dist-info → argus_alm-0.14.2.dist-info}/RECORD +6 -6
- {argus_alm-0.14.1.dist-info → argus_alm-0.14.2.dist-info}/LICENSE +0 -0
- {argus_alm-0.14.1.dist-info → argus_alm-0.14.2.dist-info}/WHEEL +0 -0
- {argus_alm-0.14.1.dist-info → argus_alm-0.14.2.dist-info}/entry_points.txt +0 -0
|
@@ -100,8 +100,8 @@ def submit_driver_env(api_key: str, base_url: str, run_id: str, env_path: str, e
|
|
|
100
100
|
@click.option("--base-url", default="https://argus.scylladb.com", help="Base URL for argus instance")
|
|
101
101
|
@click.option("--id", "run_id", required=True, help="UUID (v4 or v1) unique to the job")
|
|
102
102
|
@click.option("--status", required=True, help="Resulting job status")
|
|
103
|
-
def finish_driver_matrix_run(api_key: str, base_url: str, run_id: str, status: str):
|
|
104
|
-
client = ArgusDriverMatrixClient(run_id=run_id, auth_token=api_key, base_url=base_url)
|
|
103
|
+
def finish_driver_matrix_run(api_key: str, base_url: str, run_id: str, status: str, extra_headers: dict):
|
|
104
|
+
client = ArgusDriverMatrixClient(run_id=run_id, auth_token=api_key, base_url=base_url, extra_headers=extra_headers)
|
|
105
105
|
client.finalize_run(run_type=ArgusDriverMatrixClient.test_type, run_id=run_id, body={"status": TestStatus(status)})
|
|
106
106
|
|
|
107
107
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
argus/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
argus/client/__init__.py,sha256=bO9_j5_jK5kvTHR46KEZ0Y-p0li7CBW8QSd-K5Ez4vA,42
|
|
3
3
|
argus/client/base.py,sha256=MzXSJlfsP3BFqA8y8vZjAKoKJbQjayPQ8lcKtV-WkCY,8194
|
|
4
|
-
argus/client/driver_matrix_tests/cli.py,sha256=
|
|
4
|
+
argus/client/driver_matrix_tests/cli.py,sha256=Iq0k78R9vtbxPUUDB6DqrtuT6XTZBnqLOmPQ4F_6M3o,8174
|
|
5
5
|
argus/client/driver_matrix_tests/client.py,sha256=fFucqwog6WnDnje1xB-4ERfwHXblXP4upmtt9RtOkls,2806
|
|
6
6
|
argus/client/generic/cli.py,sha256=3b1kTG7SzRjSGHTn93KNTCkNPzVs6pFtlOr5GU1p_C4,4541
|
|
7
7
|
argus/client/generic/client.py,sha256=k6y_blrCHprZ9l9LYZPWmcYJxHxlu8TQzQPyAHsHdoo,1914
|
|
@@ -13,8 +13,8 @@ argus/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
13
13
|
argus/common/enums.py,sha256=EhTQrgedlEz5sDYJ1gFnE2eC2nc1neQCRgzOgssQvWY,749
|
|
14
14
|
argus/common/sct_types.py,sha256=Gw1y4iqYguqNqTh_GopLDFho8vuGaOGuK7fjaHYhAOQ,1326
|
|
15
15
|
argus/common/sirenada_types.py,sha256=Gm3XMK9YJoozVaeM9XE7n8iRxA6PKBrS23Mo2vJfdLs,697
|
|
16
|
-
argus_alm-0.14.
|
|
17
|
-
argus_alm-0.14.
|
|
18
|
-
argus_alm-0.14.
|
|
19
|
-
argus_alm-0.14.
|
|
20
|
-
argus_alm-0.14.
|
|
16
|
+
argus_alm-0.14.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
17
|
+
argus_alm-0.14.2.dist-info/METADATA,sha256=tnWlmhaBV7oSi031GVkCDb5EqzuO9-27Go7SeNfXx7U,3508
|
|
18
|
+
argus_alm-0.14.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
19
|
+
argus_alm-0.14.2.dist-info/entry_points.txt,sha256=pcYW8nxZuDaymxE8tn86K0dq8eEodUdiS0sSvwEQ_zU,137
|
|
20
|
+
argus_alm-0.14.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|