From 319da7b1a3683a6c4c8aa24b7a67016fe6ef5f4b Mon Sep 17 00:00:00 2001 From: Roman Zabaluev Date: Thu, 11 Apr 2024 14:51:51 +0700 Subject: [PATCH] test --- .github/workflows/e2e-automation.yml | 2 +- .github/workflows/e2e-tests.yml | 2 +- .github/workflows/e2e-weekly.yml | 2 +- .../selenoid/config/{browsers-github.json => browsers-ci.json} | 0 e2e-tests/selenoid/{selenoid-github.yaml => selenoid-ci.yaml} | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename e2e-tests/selenoid/config/{browsers-github.json => browsers-ci.json} (100%) rename e2e-tests/selenoid/{selenoid-github.yaml => selenoid-ci.yaml} (85%) diff --git a/.github/workflows/e2e-automation.yml b/.github/workflows/e2e-automation.yml index 66de24c37..1520369eb 100644 --- a/.github/workflows/e2e-automation.yml +++ b/.github/workflows/e2e-automation.yml @@ -47,7 +47,7 @@ jobs: id: compose_app # use the following command until #819 will be fixed run: | - docker-compose -f e2e-tests/docker/selenoid-git.yaml up -d + docker-compose -f e2e-tests/selenoid/selenoid-ci.yaml up -d docker-compose -f ./documentation/compose/e2e-tests.yaml up -d - name: Run test suite diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 106084d54..5df1eb9d6 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -46,7 +46,7 @@ jobs: id: compose_app # use the following command until #819 will be fixed run: | - docker-compose -f e2e-tests/docker/selenoid-git.yaml up -d + docker-compose -f e2e-tests/selenoid/selenoid-ci.yaml up -d docker-compose -f ./documentation/compose/e2e-tests.yaml up -d - name: Run test suite diff --git a/.github/workflows/e2e-weekly.yml b/.github/workflows/e2e-weekly.yml index 49fb5626b..b86e49fd2 100644 --- a/.github/workflows/e2e-weekly.yml +++ b/.github/workflows/e2e-weekly.yml @@ -38,7 +38,7 @@ jobs: id: compose_app # use the following command until #819 will be fixed run: | - docker-compose -f e2e-tests/docker/selenoid-git.yaml up -d + docker-compose -f e2e-tests/selenoid/selenoid-ci.yaml up -d docker-compose -f ./documentation/compose/e2e-tests.yaml up -d - name: Run test suite diff --git a/e2e-tests/selenoid/config/browsers-github.json b/e2e-tests/selenoid/config/browsers-ci.json similarity index 100% rename from e2e-tests/selenoid/config/browsers-github.json rename to e2e-tests/selenoid/config/browsers-ci.json diff --git a/e2e-tests/selenoid/selenoid-github.yaml b/e2e-tests/selenoid/selenoid-ci.yaml similarity index 85% rename from e2e-tests/selenoid/selenoid-github.yaml rename to e2e-tests/selenoid/selenoid-ci.yaml index 94dfb88b1..578e6d621 100644 --- a/e2e-tests/selenoid/selenoid-github.yaml +++ b/e2e-tests/selenoid/selenoid-ci.yaml @@ -16,7 +16,7 @@ services: - OVERRIDE_VIDEO_OUTPUT_DIR=../docker/selenoid/video ports: - "4444:4444" - command: [ "-limit", "5", "-conf", "/etc/selenoid/browsers-github.json", "-video-output-dir", "/opt/selenoid/video", "-log-output-dir", "/opt/selenoid/logs" ] + command: [ "-limit", "5", "-conf", "/etc/selenoid/browsers-ci.json", "-video-output-dir", "/opt/selenoid/video", "-log-output-dir", "/opt/selenoid/logs" ] # https://github.com/aerokube/selenoid-ui/releases selenoid-ui: