From d9b87d7d1645592524cf8c55b87b452d630f2665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20Je=C5=A1i=C4=87?= <34022788+djesic@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:02:50 +0200 Subject: [PATCH] Log stdout and stderr in all scenarios --- usage_scenario-docs.yml | 16 ++++++++++++---- usage_scenario-event-firefox.yml | 5 +++++ usage_scenario-event.yml | 4 ++++ usage_scenario-talk-firefox.yml | 4 ++++ usage_scenario-talk.yml | 4 ++++ 5 files changed, 29 insertions(+), 4 deletions(-) diff --git a/usage_scenario-docs.yml b/usage_scenario-docs.yml index 385e9dc9..25d78c41 100644 --- a/usage_scenario-docs.yml +++ b/usage_scenario-docs.yml @@ -16,10 +16,10 @@ services: networks: - nextcloud-setup-network - # volumes: - # - /tmp/.X11-unix:/tmp/.X11-unix - # environment: - # DISPLAY: ":0" + volumes: + - /tmp/.X11-unix:/tmp/.X11-unix + environment: + DISPLAY: ":0" # We don't need the volumes are we don't want to persist any data db: @@ -43,6 +43,8 @@ flow: command: python3 /tmp/nextcloud_install.py note: Installing Nextcloud read-notes-stdout: true + log-stdout: true + log-stderr: true - name: Create User container: gcb-playwright commands: @@ -50,6 +52,8 @@ flow: command: python3 /tmp/nextcloud_create_user.py note: Create user read-notes-stdout: true + log-stdout: true + log-stderr: true - name: Create doc and share container: gcb-playwright commands: @@ -57,6 +61,8 @@ flow: command: python3 /tmp/nextcloud_create_doc_and_share.py note: Create document and share read-notes-stdout: true + log-stdout: true + log-stderr: true - name: Collaborate container: gcb-playwright commands: @@ -64,3 +70,5 @@ flow: command: python3 /tmp/nextcloud_docs_collaboration.py note: dev read-notes-stdout: true + log-stdout: true + log-stderr: true diff --git a/usage_scenario-event-firefox.yml b/usage_scenario-event-firefox.yml index dfa7ccef..8f3bc8e5 100644 --- a/usage_scenario-event-firefox.yml +++ b/usage_scenario-event-firefox.yml @@ -41,6 +41,9 @@ flow: command: python3 /tmp/nextcloud_install.py firefox note: Installing Nextcloud read-notes-stdout: true + log-stdout: true + log-stderr: true + - name: Login and create event container: gcb-playwright commands: @@ -48,3 +51,5 @@ flow: command: python3 /tmp/nextcloud_create_event.py firefox note: Creating event read-notes-stdout: true + log-stdout: true + log-stderr: true diff --git a/usage_scenario-event.yml b/usage_scenario-event.yml index 854edb0a..678859ba 100644 --- a/usage_scenario-event.yml +++ b/usage_scenario-event.yml @@ -41,6 +41,8 @@ flow: command: python3 /tmp/nextcloud_install.py note: Installing Nextcloud read-notes-stdout: true + log-stdout: true + log-stderr: true - name: Login and create event container: gcb-playwright commands: @@ -48,3 +50,5 @@ flow: command: python3 /tmp/nextcloud_create_event.py note: Creating event read-notes-stdout: true + log-stdout: true + log-stderr: true diff --git a/usage_scenario-talk-firefox.yml b/usage_scenario-talk-firefox.yml index 6cc909aa..420fc061 100644 --- a/usage_scenario-talk-firefox.yml +++ b/usage_scenario-talk-firefox.yml @@ -41,6 +41,8 @@ flow: command: python3 /tmp/nextcloud_install.py firefox note: Installing Nextcloud read-notes-stdout: true + log-stdout: true + log-stderr: true - name: Talk conversation container: gcb-playwright commands: @@ -48,3 +50,5 @@ flow: command: python3 /tmp/nextcloud_talk.py firefox note: Starting conversation read-notes-stdout: true + log-stdout: true + log-stderr: true diff --git a/usage_scenario-talk.yml b/usage_scenario-talk.yml index 0b68a979..c9184259 100644 --- a/usage_scenario-talk.yml +++ b/usage_scenario-talk.yml @@ -41,6 +41,8 @@ flow: command: python3 /tmp/nextcloud_install.py note: Installing Nextcloud read-notes-stdout: true + log-stdout: true + log-stderr: true - name: Talk conversation container: gcb-playwright commands: @@ -48,3 +50,5 @@ flow: command: python3 /tmp/nextcloud_talk.py note: Starting conversation read-notes-stdout: true + log-stdout: true + log-stderr: true