Skip to content

Commit 01a1089

Browse files
committed
wip: test whether playwright can run in gcp
1 parent fe0bdba commit 01a1089

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,28 @@ test:
3232
- RUNNER:
3333
- rhos-01/fedora-42-x86_64-large
3434
- rhos-01/fedora-43-x86_64-large
35-
- rhos-01/rhel-10.2-nightly-x86_64-large
35+
INTERNAL_NETWORK: ["true"]
36+
37+
test-rhel:
38+
before_script:
39+
- mkdir -p /tmp/artifacts
40+
- schutzbot/ci_details.sh > /tmp/artifacts/ci-details-before-run.txt
41+
- cat schutzbot/team_ssh_keys.txt | tee -a ~/.ssh/authorized_keys > /dev/null
42+
script:
43+
- schutzbot/make_rpm_and_install.sh
44+
- schutzbot/playwright_tests.sh
45+
after_script:
46+
- schutzbot/ci_details.sh > /tmp/artifacts/ci-details-after-run.txt || true
47+
- schutzbot/unregister.sh || true
48+
- schutzbot/update_github_status.sh update || true
49+
- schutzbot/save_journal.sh || true
50+
- schutzbot/upload_artifacts.sh
51+
tags:
52+
- terraform
53+
parallel:
54+
matrix:
55+
- RUNNER:
56+
- gcp/rhel-10.2-nightly-x86_64
3657
INTERNAL_NETWORK: ["true"]
3758

3859
finish:

0 commit comments

Comments
 (0)