argus-alm 0.14.1__tar.gz → 0.14.2__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: argus-alm
3
- Version: 0.14.1
3
+ Version: 0.14.2
4
4
  Summary: Argus
5
5
  Home-page: https://github.com/scylladb/argus
6
6
  License: Apache-2.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,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "argus-alm"
3
- version = "0.14.1"
3
+ version = "0.14.2"
4
4
  description = "Argus"
5
5
  authors = ["Alexey Kartashov <alexey.kartashov@scylladb.com>", "Łukasz Sójka <lukasz.sojka@scylladb.com>"]
6
6
  license = "Apache-2.0"
File without changes
File without changes
File without changes