Skip to content

Commit

Permalink
Fix typos, fix broken anchor link (#706)
Browse files Browse the repository at this point in the history
Fix typos, fix broken anchor link

minor typos fix
Running group of tests with same label anchor link fix

Reviewed-by: Jiri Popelka
  • Loading branch information
softwarefactory-project-zuul[bot] committed Jul 25, 2023
2 parents 46b7b7e + 926b6df commit ad88fef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration/upstream/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If you want to trigger tests via pull request comment and not by every new commi
manual_trigger: true
```

Another usefull config is `labels` option:
Another useful config is `labels` option:
```yaml
jobs:
- job: tests
Expand All @@ -94,7 +94,7 @@ Another usefull config is `labels` option:
labels:
- regression
```
For more info see [Running group of tests with same label](/docs/configuration#running-group-of-tests-with-same-label)
For more info see [Running group of tests with same label](/docs/configuration/upstream/tests#running-group-of-tests-with-same-label)

## Required parameters
* **targets** - Specify which "builds" you want to test.
Expand Down Expand Up @@ -202,7 +202,7 @@ The whole command should look like this: `/packit test --identifier my-job-id`

## Running a group of tests with the same label
Users can trigger a specific group of jobs that has a specific value in the list of `labels` option.
The command to pickup these jobs is `/packit test --labels regression,upgrade` where either `regression` or `upgrade` must be present in `labels` option for the job.
The command to pick up these jobs is `/packit test --labels regression,upgrade` where either `regression` or `upgrade` must be present in `labels` option for the job.
The labels should be in the format of comma-separated string.

## Creating Tests
Expand Down

0 comments on commit ad88fef

Please sign in to comment.