This is the sandbox repo for the DevConf 2023 Workshop.
Some useful links:
- https://tmt.readthedocs.io
- https://docs.testing-farm.io
- https://packit.dev/docs/configuration
- https://github.com/marketplace/packit-as-a-service
To get quickly started, just fork the repo and follow the steps bellow:
# clone the repo, create a branch for experimenting
git clone [email protected]:<username>/workshop.git
cd workshop
git checkout -b experiment
# install minimal tmt
sudo dnf install -y tmt
# initialize the tree
tmt init -t mini
# create a pull request
git add .
git commit -m "Experiment with tmt"
git push origin -u experiment
Open the link and hit the Create pull request
button.