Skip to content

Commit b75ee66

Browse files
Add docs how to skip TF artifacts installation (#1042)
Add docs how to skip TF artifacts installation Related to packit/packit-service#2787 RELEASE NOTES BEGIN N/A RELEASE NOTES END Reviewed-by: Matej Focko
2 parents b6112a3 + a1e2026 commit b75ee66

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

docs/configuration/examples.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,13 @@ do not change it.
561561

562562
</details>
563563

564+
<details>
565+
<summary>Skipping artifacts installation</summary>
566+
567+
Done via `tmt` setup, see [here](/docs/configuration/upstream/tests#skip-installation-of-artifacts).
568+
569+
</details>
570+
564571
### Fedora release automation
565572

566573
<details>

docs/configuration/upstream/tests.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,17 @@ prepare:
265265
- setup/packages.yml
266266
```
267267

268+
### Skip installation of artifacts
269+
In certain scenarios, you may want to skip the installation of artifacts.
270+
To do this, include the following in your `prepare` step:
271+
272+
```yaml
273+
prepare:
274+
- how: install
275+
exclude:
276+
- ".*"
277+
```
278+
268279
### Apache Test
269280

270281
Here is an example of a simple integration test for the web server `httpd` and `curl` utility:

0 commit comments

Comments
 (0)