Skip to content

Commit

Permalink
Basic test case: no-fmf scenario with tests
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
  targets:
  - fedora-all

- job: tests
  trigger: pull_request
  targets:
  - fedora-all
```

(No fmf files.)
  • Loading branch information
lachmanfrantisek authored and Hunor Csomortáni committed Mar 3, 2023
1 parent f2c98da commit d734078
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
1 change: 0 additions & 1 deletion .fmf/version

This file was deleted.

8 changes: 3 additions & 5 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-stable-x86_64
- fedora-rawhide-x86_64
- fedora-all

- job: copr_build
trigger: release
targets:
- fedora-stable
- fedora-all

- job: copr_build
trigger: commit
Expand All @@ -31,8 +30,7 @@ jobs:
- job: tests
trigger: pull_request
targets:
- fedora-stable-x86_64
- fedora-rawhide-x86_64
- fedora-all

- job: propose_downstream
trigger: release
Expand Down
13 changes: 0 additions & 13 deletions plans/test.fmf

This file was deleted.

0 comments on commit d734078

Please sign in to comment.