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: