From 305282e6beaa2c1f6ccded761193ff8be30ee39e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20Je=C5=A1i=C4=87?= <34022788+djesic@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:08:20 +0200 Subject: [PATCH] Fix include of wrong compose file --- energy-tests/usage_scenario-sqlite-talk-chromium.yml | 2 +- energy-tests/usage_scenario-sqlite-talk-firefox.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/energy-tests/usage_scenario-sqlite-talk-chromium.yml b/energy-tests/usage_scenario-sqlite-talk-chromium.yml index 28fc7acf..2a83fe85 100644 --- a/energy-tests/usage_scenario-sqlite-talk-chromium.yml +++ b/energy-tests/usage_scenario-sqlite-talk-chromium.yml @@ -2,7 +2,7 @@ name: Nextcloud - SQLite - Talk - Chromium author: Danilo Jesic description: Installs the official Nextcloud image with a SQLite and starts a Talk conversation. Uses a playwright script running Chromium to create an admin account, install the recommended apps and then create a Talk conversation where guest users will send each other random text. -compose-file: !include compose-mariadb.yml +compose-file: !include compose-sqlite.yml services: gcb-playwright: diff --git a/energy-tests/usage_scenario-sqlite-talk-firefox.yml b/energy-tests/usage_scenario-sqlite-talk-firefox.yml index 7aab1d1c..3746d95b 100644 --- a/energy-tests/usage_scenario-sqlite-talk-firefox.yml +++ b/energy-tests/usage_scenario-sqlite-talk-firefox.yml @@ -2,7 +2,7 @@ name: Nextcloud - SQLite - Talk - Firefox author: Danilo Jesic description: Installs the official Nextcloud image with a SQLite and starts a Talk conversation. Uses a playwright script running Firefox to create an admin account, install the recommended apps and then create a Talk conversation where guest users will send each other random text. -compose-file: !include compose-mariadb.yml +compose-file: !include compose-sqlite.yml services: gcb-playwright: