Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation for TMT local run #1322

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/testingfarm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
# Run TMT test plans in the Testing Farm machines
#
# This could be also started locally if needed. Take a look into the plans directory.
#
name: Testing farm tests

on:
Expand Down
4 changes: 2 additions & 2 deletions plans/testing-farm.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# If you really need to debug this locally follow these steps:
# 1. Create PR against rhinstaller/kickstart tests
# 2. Run `tmt run --all -vvv -e PR_NUMBER=<Pull Request id> provision --how virtual --memory 16384 # Don't go with memory under 3072 MB
# 2. Run `tmt run --all -vvv -e PR_NUMBER=<Pull Request id> provision --how virtual --hardware 'cpu.processors=8' --memory 16384 # Don't go with memory under 3072 MB
#
# Steps above will start local VM which will clone your PR and execute tests on that code. It means
# that TMT plan data are taken from local but everything else is taken from the PR.
Expand Down Expand Up @@ -36,7 +36,7 @@ discover:

trap "cp -rv data/logs/ ${TMT_TEST_DATA}/" EXIT INT QUIT PIPE

cd /root/kickstart-tests
cd /root/kickstart-tests
scripts/run_travis.sh


Expand Down