From 1a83eabf24bb03864fa1a674d8b629df7c801170 Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Fri, 27 Oct 2023 13:00:51 +0200 Subject: [PATCH] Gave playwright containers proper semantic version. Actually the container content of latest and v1 and also ghcr.io/dan-mm/test-repo-a/puppeteer:latest are identical. We just fixed a version that we are gonna increment now --- energy-tests/usage_scenario-fpm-mariadb-event-chromium.yml | 2 +- energy-tests/usage_scenario-fpm-mariadb-talk-chromium.yml | 2 +- energy-tests/usage_scenario-mariadb-docs-chromium.yml | 2 +- energy-tests/usage_scenario-mariadb-docs-firefox.yml | 2 +- energy-tests/usage_scenario-mariadb-event-chromium.yml | 2 +- energy-tests/usage_scenario-mariadb-event-firefox.yml | 2 +- energy-tests/usage_scenario-mariadb-talk-chromium.yml | 2 +- energy-tests/usage_scenario-mariadb-talk-firefox.yml | 2 +- energy-tests/usage_scenario-postgres-docs-chromium.yml | 2 +- energy-tests/usage_scenario-postgres-docs-firefox.yml | 2 +- energy-tests/usage_scenario-postgres-event-chromium.yml | 2 +- energy-tests/usage_scenario-postgres-event-firefox.yml | 2 +- energy-tests/usage_scenario-postgres-talk-chromium.yml | 2 +- energy-tests/usage_scenario-postgres-talk-firefox.yml | 2 +- energy-tests/usage_scenario-sqlite-docs-chromium.yml | 2 +- energy-tests/usage_scenario-sqlite-docs-firefox.yml | 2 +- energy-tests/usage_scenario-sqlite-event-chromium.yml | 2 +- energy-tests/usage_scenario-sqlite-event-firefox.yml | 2 +- energy-tests/usage_scenario-sqlite-talk-chromium.yml | 2 +- energy-tests/usage_scenario-sqlite-talk-firefox.yml | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/energy-tests/usage_scenario-fpm-mariadb-event-chromium.yml b/energy-tests/usage_scenario-fpm-mariadb-event-chromium.yml index 63887302..37a325d9 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 + image: greencoding/gcb_playwright:v1 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 2b67d9e4..b758b0f4 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 + image: greencoding/gcb_playwright:v1 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 559184b4..655870b6 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 + image: greencoding/gcb_playwright:v1 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 10eb41ec..9b4cc712 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 + image: greencoding/gcb_playwright:v1 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 66481bf4..cf033609 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 + image: greencoding/gcb_playwright:v1 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 53018350..38b648c5 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 + image: greencoding/gcb_playwright:v1 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 aa1f1a8a..f9b3f52c 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: ghcr.io/dan-mm/test-repo-a/puppeteer:latest + image: greencoding/gcb_playwright:v1 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 7e7bdc2c..07650c9e 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 + image: greencoding/gcb_playwright:v1 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 4921f90c..7f84107a 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 + image: greencoding/gcb_playwright:v1 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 c61c63c7..afdc39cb 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 + image: greencoding/gcb_playwright:v1 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 9b2fe814..bc4c4230 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 + image: greencoding/gcb_playwright:v1 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 fe998ff4..f926c3e5 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 + image: greencoding/gcb_playwright:v1 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 54cc5df9..6b89f0f6 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 + image: greencoding/gcb_playwright:v1 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 7398633e..e15d4b12 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 + image: greencoding/gcb_playwright:v1 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 66976139..0d462ea0 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 + image: greencoding/gcb_playwright:v1 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 efff78fa..2d6955cc 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 + image: greencoding/gcb_playwright:v1 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 387da728..21f4dc40 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 + image: greencoding/gcb_playwright:v1 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 04c28281..5787cbfa 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 + image: greencoding/gcb_playwright:v1 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 77ea6b6d..7612398d 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 + image: greencoding/gcb_playwright:v1 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 8cb1a57b..14137fbe 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 + image: greencoding/gcb_playwright:v1 setup-commands: - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py - cp /tmp/repo/nextcloud_talk.py /tmp/nextcloud_talk.py