From 01a10891778d22639afb62d0058fa5db9c142242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 11 Mar 2026 11:55:45 +0100 Subject: [PATCH] wip: test whether playwright can run in gcp --- .gitlab-ci.yml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c88051d2d0..77f670dc09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,28 @@ test: - RUNNER: - rhos-01/fedora-42-x86_64-large - rhos-01/fedora-43-x86_64-large - - rhos-01/rhel-10.2-nightly-x86_64-large + INTERNAL_NETWORK: ["true"] + +test-rhel: + before_script: + - mkdir -p /tmp/artifacts + - schutzbot/ci_details.sh > /tmp/artifacts/ci-details-before-run.txt + - cat schutzbot/team_ssh_keys.txt | tee -a ~/.ssh/authorized_keys > /dev/null + script: + - schutzbot/make_rpm_and_install.sh + - schutzbot/playwright_tests.sh + after_script: + - schutzbot/ci_details.sh > /tmp/artifacts/ci-details-after-run.txt || true + - schutzbot/unregister.sh || true + - schutzbot/update_github_status.sh update || true + - schutzbot/save_journal.sh || true + - schutzbot/upload_artifacts.sh + tags: + - terraform + parallel: + matrix: + - RUNNER: + - gcp/rhel-10.2-nightly-x86_64 INTERNAL_NETWORK: ["true"] finish: