Skip to content

Commit

Permalink
Basic test case: test in internal TF
Browse files Browse the repository at this point in the history
This test case is triggered automatically by our validation script.

```yaml
- job: copr_build
  trigger: pull_request
  metadata:
    targets:
    - fedora-all

- job: tests
  trigger: pull_request
  metadata:
    targets:
    - fedora-all
  use_internal_tf: True
```
  • Loading branch information
lbarcziova authored and Hunor Csomortáni committed Mar 3, 2023
1 parent fc6f281 commit 9d4151a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
trigger: pull_request
metadata:
targets:
- fedora-stable-x86_64
- fedora-rawhide-x86_64
- fedora-all

- job: copr_build
trigger: release
Expand All @@ -34,8 +33,8 @@ jobs:
trigger: pull_request
metadata:
targets:
- fedora-stable-x86_64
- fedora-rawhide-x86_64
- fedora-all
use_internal_tf: True

- job: propose_downstream
trigger: release
Expand Down

0 comments on commit 9d4151a

Please sign in to comment.