diff --git a/energy-tests/usage_scenario-fpm-mariadb-event-chromium.yml b/energy-tests/usage_scenario-fpm-mariadb-event-chromium.yml index 37a325d9..7c897887 100644 --- a/energy-tests/usage_scenario-fpm-mariadb-event-chromium.yml +++ b/energy-tests/usage_scenario-fpm-mariadb-event-chromium.yml @@ -6,7 +6,7 @@ compose-file: !include compose-fpm-mariadb.yml services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_create_event.py /tmp/nextcloud_create_event.py diff --git a/energy-tests/usage_scenario-fpm-mariadb-talk-chromium.yml b/energy-tests/usage_scenario-fpm-mariadb-talk-chromium.yml index b758b0f4..4824abba 100644 --- a/energy-tests/usage_scenario-fpm-mariadb-talk-chromium.yml +++ b/energy-tests/usage_scenario-fpm-mariadb-talk-chromium.yml @@ -9,7 +9,7 @@ sci: services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_talk.py /tmp/nextcloud_talk.py diff --git a/energy-tests/usage_scenario-mariadb-docs-chromium.yml b/energy-tests/usage_scenario-mariadb-docs-chromium.yml index 655870b6..a5d46c34 100644 --- a/energy-tests/usage_scenario-mariadb-docs-chromium.yml +++ b/energy-tests/usage_scenario-mariadb-docs-chromium.yml @@ -9,7 +9,7 @@ sci: services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_create_user.py /tmp/nextcloud_create_user.py diff --git a/energy-tests/usage_scenario-mariadb-docs-firefox.yml b/energy-tests/usage_scenario-mariadb-docs-firefox.yml index 9b4cc712..784fb582 100644 --- a/energy-tests/usage_scenario-mariadb-docs-firefox.yml +++ b/energy-tests/usage_scenario-mariadb-docs-firefox.yml @@ -9,7 +9,7 @@ sci: services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_create_user.py /tmp/nextcloud_create_user.py diff --git a/energy-tests/usage_scenario-mariadb-event-chromium.yml b/energy-tests/usage_scenario-mariadb-event-chromium.yml index cf033609..ac89c910 100644 --- a/energy-tests/usage_scenario-mariadb-event-chromium.yml +++ b/energy-tests/usage_scenario-mariadb-event-chromium.yml @@ -6,7 +6,7 @@ compose-file: !include compose-mariadb.yml services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_create_event.py /tmp/nextcloud_create_event.py diff --git a/energy-tests/usage_scenario-mariadb-event-firefox.yml b/energy-tests/usage_scenario-mariadb-event-firefox.yml index 38b648c5..cc3ce9f4 100644 --- a/energy-tests/usage_scenario-mariadb-event-firefox.yml +++ b/energy-tests/usage_scenario-mariadb-event-firefox.yml @@ -6,7 +6,7 @@ compose-file: !include compose-mariadb.yml services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_create_event.py /tmp/nextcloud_create_event.py diff --git a/energy-tests/usage_scenario-mariadb-talk-chromium.yml b/energy-tests/usage_scenario-mariadb-talk-chromium.yml index f9b3f52c..f85ffe26 100644 --- a/energy-tests/usage_scenario-mariadb-talk-chromium.yml +++ b/energy-tests/usage_scenario-mariadb-talk-chromium.yml @@ -9,7 +9,7 @@ sci: services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_talk.py /tmp/nextcloud_talk.py diff --git a/energy-tests/usage_scenario-mariadb-talk-firefox.yml b/energy-tests/usage_scenario-mariadb-talk-firefox.yml index 07650c9e..ba40c855 100644 --- a/energy-tests/usage_scenario-mariadb-talk-firefox.yml +++ b/energy-tests/usage_scenario-mariadb-talk-firefox.yml @@ -9,7 +9,7 @@ sci: services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_talk.py /tmp/nextcloud_talk.py diff --git a/energy-tests/usage_scenario-postgres-docs-chromium.yml b/energy-tests/usage_scenario-postgres-docs-chromium.yml index 7f84107a..cac3b9bc 100644 --- a/energy-tests/usage_scenario-postgres-docs-chromium.yml +++ b/energy-tests/usage_scenario-postgres-docs-chromium.yml @@ -9,7 +9,7 @@ sci: services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_create_user.py /tmp/nextcloud_create_user.py diff --git a/energy-tests/usage_scenario-postgres-docs-firefox.yml b/energy-tests/usage_scenario-postgres-docs-firefox.yml index afdc39cb..71b7f612 100644 --- a/energy-tests/usage_scenario-postgres-docs-firefox.yml +++ b/energy-tests/usage_scenario-postgres-docs-firefox.yml @@ -9,7 +9,7 @@ sci: services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_create_user.py /tmp/nextcloud_create_user.py diff --git a/energy-tests/usage_scenario-postgres-event-chromium.yml b/energy-tests/usage_scenario-postgres-event-chromium.yml index bc4c4230..47ebe6bd 100644 --- a/energy-tests/usage_scenario-postgres-event-chromium.yml +++ b/energy-tests/usage_scenario-postgres-event-chromium.yml @@ -6,7 +6,7 @@ compose-file: !include compose-postgres.yml services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_create_event.py /tmp/nextcloud_create_event.py diff --git a/energy-tests/usage_scenario-postgres-event-firefox.yml b/energy-tests/usage_scenario-postgres-event-firefox.yml index f926c3e5..41b2003a 100644 --- a/energy-tests/usage_scenario-postgres-event-firefox.yml +++ b/energy-tests/usage_scenario-postgres-event-firefox.yml @@ -6,7 +6,7 @@ compose-file: !include compose-postgres.yml services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_create_event.py /tmp/nextcloud_create_event.py diff --git a/energy-tests/usage_scenario-postgres-talk-chromium.yml b/energy-tests/usage_scenario-postgres-talk-chromium.yml index 6b89f0f6..77b5f89c 100644 --- a/energy-tests/usage_scenario-postgres-talk-chromium.yml +++ b/energy-tests/usage_scenario-postgres-talk-chromium.yml @@ -9,7 +9,7 @@ sci: services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_talk.py /tmp/nextcloud_talk.py diff --git a/energy-tests/usage_scenario-postgres-talk-firefox.yml b/energy-tests/usage_scenario-postgres-talk-firefox.yml index e15d4b12..efbcfba5 100644 --- a/energy-tests/usage_scenario-postgres-talk-firefox.yml +++ b/energy-tests/usage_scenario-postgres-talk-firefox.yml @@ -9,7 +9,7 @@ sci: services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_talk.py /tmp/nextcloud_talk.py diff --git a/energy-tests/usage_scenario-sqlite-docs-chromium.yml b/energy-tests/usage_scenario-sqlite-docs-chromium.yml index 0d462ea0..1df64917 100644 --- a/energy-tests/usage_scenario-sqlite-docs-chromium.yml +++ b/energy-tests/usage_scenario-sqlite-docs-chromium.yml @@ -9,7 +9,7 @@ sci: services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_create_user.py /tmp/nextcloud_create_user.py diff --git a/energy-tests/usage_scenario-sqlite-docs-firefox.yml b/energy-tests/usage_scenario-sqlite-docs-firefox.yml index 2d6955cc..a7254338 100644 --- a/energy-tests/usage_scenario-sqlite-docs-firefox.yml +++ b/energy-tests/usage_scenario-sqlite-docs-firefox.yml @@ -9,7 +9,7 @@ sci: services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_create_user.py /tmp/nextcloud_create_user.py diff --git a/energy-tests/usage_scenario-sqlite-event-chromium.yml b/energy-tests/usage_scenario-sqlite-event-chromium.yml index 21f4dc40..52368a0d 100644 --- a/energy-tests/usage_scenario-sqlite-event-chromium.yml +++ b/energy-tests/usage_scenario-sqlite-event-chromium.yml @@ -6,7 +6,7 @@ compose-file: !include compose-sqlite.yml services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_create_event.py /tmp/nextcloud_create_event.py diff --git a/energy-tests/usage_scenario-sqlite-event-firefox.yml b/energy-tests/usage_scenario-sqlite-event-firefox.yml index 5787cbfa..cf8096cf 100644 --- a/energy-tests/usage_scenario-sqlite-event-firefox.yml +++ b/energy-tests/usage_scenario-sqlite-event-firefox.yml @@ -6,7 +6,7 @@ compose-file: !include compose-sqlite.yml services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_create_event.py /tmp/nextcloud_create_event.py diff --git a/energy-tests/usage_scenario-sqlite-talk-chromium.yml b/energy-tests/usage_scenario-sqlite-talk-chromium.yml index 7612398d..027c46c1 100644 --- a/energy-tests/usage_scenario-sqlite-talk-chromium.yml +++ b/energy-tests/usage_scenario-sqlite-talk-chromium.yml @@ -9,7 +9,7 @@ sci: services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_talk.py /tmp/nextcloud_talk.py diff --git a/energy-tests/usage_scenario-sqlite-talk-firefox.yml b/energy-tests/usage_scenario-sqlite-talk-firefox.yml index 14137fbe..d25dc0e8 100644 --- a/energy-tests/usage_scenario-sqlite-talk-firefox.yml +++ b/energy-tests/usage_scenario-sqlite-talk-firefox.yml @@ -9,7 +9,7 @@ sci: services: gcb-playwright: - image: greencoding/gcb_playwright:v1 + image: greencoding/gcb_playwright:v3 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_talk.py /tmp/nextcloud_talk.py