From 2f82d082095d2916d8bbaa4bd016f0b4fa435806 Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Mon, 17 Jul 2023 13:29:59 +0200 Subject: [PATCH] Removed legacy version --- energy-tests/usage_scenario-postgres-event-chromium.yml | 1 - energy-tests/usage_scenario-postgres-event-firefox.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/energy-tests/usage_scenario-postgres-event-chromium.yml b/energy-tests/usage_scenario-postgres-event-chromium.yml index 2cef253f..f45660dc 100644 --- a/energy-tests/usage_scenario-postgres-event-chromium.yml +++ b/energy-tests/usage_scenario-postgres-event-chromium.yml @@ -1,7 +1,6 @@ --- name: Nextcloud - Postgres - Event - Chromium author: Danilo Jesic -version: 1 description: Installs the official Nextcloud image with a Postgres DB and creates a calendar event. Uses a playwright script running Chromium to create an admin account, install the recommended apps and then create a calendar event. compose-file: !include compose-postgres.yml diff --git a/energy-tests/usage_scenario-postgres-event-firefox.yml b/energy-tests/usage_scenario-postgres-event-firefox.yml index 22ccd798..5afe0c2b 100644 --- a/energy-tests/usage_scenario-postgres-event-firefox.yml +++ b/energy-tests/usage_scenario-postgres-event-firefox.yml @@ -1,7 +1,6 @@ --- name: Nextcloud - Postgres - Event - Firefox author: Danilo Jesic -version: 1 description: Installs the official Nextcloud image with a Postgres DB and creates a calendar event. Uses a playwright script running Firefox to create an admin account, install the recommended apps and then create a calendar event. compose-file: !include compose-postgres.yml