From 6419110222d798a400ace252cbfca0571258d8af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:02:05 +0100 Subject: [PATCH 1/6] Bump pydantic from 2.10.1 to 2.10.2 (#1005) Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.1 to 2.10.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.1...v2.10.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8eac1bbf..d8d877e4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -pydantic==2.10.1 +pydantic==2.10.2 pylint==3.3.1 pytest-randomly==3.16.0 pytest-playwright==0.5.2 \ No newline at end of file From 5018a54bbafc611858ef3b0c75a0ac89c79637e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:02:16 +0100 Subject: [PATCH 2/6] Bump pytest-playwright from 0.5.2 to 0.6.2 (#1004) Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest) from 0.5.2 to 0.6.2. - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.2...v0.6.2) --- updated-dependencies: - dependency-name: pytest-playwright dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d8d877e4..284cdfbf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,4 +2,4 @@ pydantic==2.10.2 pylint==3.3.1 pytest-randomly==3.16.0 -pytest-playwright==0.5.2 \ No newline at end of file +pytest-playwright==0.6.2 \ No newline at end of file From 1f5043d074912999f1ca2ceb34fc40fa676fd2f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:02:31 +0100 Subject: [PATCH 3/6] Bump orjson from 3.10.11 to 3.10.12 (#1001) Bumps [orjson](https://github.com/ijl/orjson) from 3.10.11 to 3.10.12. - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.10.11...3.10.12) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 908deb14..b70cb1d6 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -7,7 +7,7 @@ uvicorn[standard]==0.32.1 pandas==2.2.3 PyYAML==6.0.2 anybadge==1.14.0 -orjson==3.10.11 +orjson==3.10.12 scipy==1.14.1 schema==0.7.7 deepdiff==8.0.1 From e8a6058ca4f543eb2630d825f5ba069e40068869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:02:46 +0100 Subject: [PATCH 4/6] Bump playwright/python in /docker/auxiliary-containers/gcb_playwright (#999) Bumps playwright/python from v1.48.0-jammy to v1.49.0-jammy. --- updated-dependencies: - dependency-name: playwright/python dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker/auxiliary-containers/gcb_playwright/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/auxiliary-containers/gcb_playwright/Dockerfile b/docker/auxiliary-containers/gcb_playwright/Dockerfile index 52e585ef..e5e783c7 100644 --- a/docker/auxiliary-containers/gcb_playwright/Dockerfile +++ b/docker/auxiliary-containers/gcb_playwright/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright/python:v1.48.0-jammy +FROM mcr.microsoft.com/playwright/python:v1.49.0-jammy # Install dependencies RUN apt-get update && apt-get install -y curl wget gnupg && rm -rf /var/lib/apt/lists/* From cb4637098309a1ae5b41188f14acb7da598ebf6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:03:04 +0100 Subject: [PATCH 5/6] Bump tqdm from 4.67.0 to 4.67.1 (#1000) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.0 to 4.67.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.0...v4.67.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 906e80da..5fb133b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ schema==0.7.7 aiohttp==3.11.7 # calibration script dep -tqdm==4.67.0 +tqdm==4.67.1 plotext==5.3.2 docker==7.1.0 From dec987e53c56c9b9263c09921c40211afde85b37 Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Thu, 28 Nov 2024 20:08:00 +0100 Subject: [PATCH 6/6] Setting run failed always --- runner.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/runner.py b/runner.py index 543c08f0..a7f19ac5 100755 --- a/runner.py +++ b/runner.py @@ -1611,30 +1611,35 @@ def run(self): self.read_container_logs() except BaseException as exc: self.add_to_log(exc.__class__.__name__, str(exc)) + self.set_run_failed() raise exc finally: try: self.read_and_cleanup_processes() except BaseException as exc: self.add_to_log(exc.__class__.__name__, str(exc)) + self.set_run_failed() raise exc finally: try: self.save_notes_runner() except BaseException as exc: self.add_to_log(exc.__class__.__name__, str(exc)) + self.set_run_failed() raise exc finally: try: self.stop_metric_providers() except BaseException as exc: self.add_to_log(exc.__class__.__name__, str(exc)) + self.set_run_failed() raise exc finally: try: self.save_stdout_logs() except BaseException as exc: self.add_to_log(exc.__class__.__name__, str(exc)) + self.set_run_failed() raise exc finally: try: @@ -1651,6 +1656,7 @@ def run(self): except BaseException as exc: self.add_to_log(exc.__class__.__name__, str(exc)) + self.set_run_failed() raise exc finally: self.cleanup() # always run cleanup automatically after each run