Skip to content

Commit

Permalink
Run /plans/install/docs in core packit jobs
Browse files Browse the repository at this point in the history
In order to ensure that docs can be successfully built and the
full test execution is not needed for documentation-only changes
let's enable `/plans/install/docs` for the core packit jobs.

Also, I propose to use the `fedora-latest-stable` target for the
core jobs as it should cover the basic functionality just fine.
  • Loading branch information
psss committed Mar 19, 2024
1 parent fb9c7df commit fb6ceb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
identifier: core
trigger: pull_request
targets:
- fedora-all
- fedora-latest-stable
- epel-9
tf_extra_params:
test:
tmt:
name: /plans/features/(core|basic)
name: /plans/(features/core|features/basic|install/docs)

# Test pull requests (full)
# Do not run extended unit tests, that plan gets its own job because
Expand Down
3 changes: 2 additions & 1 deletion docs/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ created pull request and its updates to verify basic sanity of the
change. Once the pull request content is ready for a thorough
testing add the ``full test`` label and make sure that the
``discuss`` label is not present. All future changes of the pull
request will be tested with the full test coverage.
request will be tested with the full test coverage. For changes
related to documentation only the full test suite is not required.


Merging
Expand Down

0 comments on commit fb6ceb6

Please sign in to comment.