Skip to content

Commit

Permalink
Merge pull request #1322 from jkonecny12/master-improve-tmt-docs
Browse files Browse the repository at this point in the history
Improve documentation for TMT local run
  • Loading branch information
jkonecny12 authored Oct 16, 2024
2 parents 811d295 + e294a8b commit e53f343
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

0 comments on commit e53f343

Please sign in to comment.