From 758fa94d62735ea4fb4162809b6212855c8eb675 Mon Sep 17 00:00:00 2001 From: ckunki Date: Fri, 1 Mar 2024 10:58:44 +0100 Subject: [PATCH] Restored Github workflow removed experimentatal scaffolds --- .github/workflows/check_ci.yaml | 5 ++--- exasol/ds/sandbox/lib/ansible/ansible_runner.py | 4 +--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check_ci.yaml b/.github/workflows/check_ci.yaml index bd723ffc..36c60a88 100644 --- a/.github/workflows/check_ci.yaml +++ b/.github/workflows/check_ci.yaml @@ -42,9 +42,8 @@ jobs: --capture=no --override-ini=log_cli=true --override-ini=log_cli_level=INFO - test/integration/test_create_dss_docker_image.py - # test/unit - # test/integration + test/unit + test/integration env: # Set the secret as an env variable AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY_SECRET }} diff --git a/exasol/ds/sandbox/lib/ansible/ansible_runner.py b/exasol/ds/sandbox/lib/ansible/ansible_runner.py index 540aa898..68a589e1 100644 --- a/exasol/ds/sandbox/lib/ansible/ansible_runner.py +++ b/exasol/ds/sandbox/lib/ansible/ansible_runner.py @@ -51,9 +51,7 @@ def event_handler(self, event: AnsibleEvent) -> bool: return True self._last_task = task - # self._duration_logger.debug(f"task: {task} last {self._last_task}") - # self._duration_logger.debug(f"event: {json.dumps(event, indent=4)}") - self._duration_logger.debug(f"duration: {round(duration)} seconds task {task}") + self._duration_logger.debug(f"duration: {round(duration)} seconds") return True def run(