Skip to content

Commit

Permalink
Restored Github workflow
Browse files Browse the repository at this point in the history
removed experimentatal scaffolds
  • Loading branch information
ckunki committed Mar 1, 2024
1 parent e2afb59 commit 758fa94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 1 addition & 3 deletions exasol/ds/sandbox/lib/ansible/ansible_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 758fa94

Please sign in to comment.