File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3859finish :
You can’t perform that action at this time.
0 commit comments