Skip to content

Commit

Permalink
Remove manual_trigger, update docs, consistent indent
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Feb 12, 2024
1 parent 4734c9b commit f5a0c82
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 28 deletions.
42 changes: 20 additions & 22 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,20 @@ jobs:
- job: tests
identifier: full
trigger: pull_request
manual_trigger: true
targets:
- fedora-all
- epel-9
require:
label:
present:
- full test
absent:
- discuss
label:
present:
- full test
absent:
- discuss

# Test pull requests (provision)
- job: tests
identifier: provision
trigger: pull_request
manual_trigger: true
use_internal_tf: True
targets:
- fedora-latest-stable
Expand All @@ -80,11 +78,11 @@ jobs:
context:
how: provision
require:
label:
present:
- full test
absent:
- discuss
label:
present:
- full test
absent:
- discuss

# Test internal plugins
- job: tests
Expand All @@ -102,11 +100,11 @@ jobs:
tags:
BusinessUnit: tmt
require:
label:
present:
- full test
absent:
- discuss
label:
present:
- full test
absent:
- discuss

# Test internal wow
- job: tests
Expand All @@ -124,11 +122,11 @@ jobs:
tags:
BusinessUnit: tmt
require:
label:
present:
- full test
absent:
- discuss
label:
present:
- full test
absent:
- discuss

# Build commits to main
- job: copr_build
Expand Down
10 changes: 4 additions & 6 deletions docs/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -353,12 +353,10 @@ it, for example:
By default only a core set of tests is executed against a newly
created pull request and its updates to verify basic sanity of the
change. In order to run the full test suite add the following
comment to the pull request:

.. code-block::
/packit test --identifier full
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.


Merging
Expand Down

0 comments on commit f5a0c82

Please sign in to comment.