diff --git a/.packit.yaml b/.packit.yaml index 2398a301..4fda8e5a 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,4 +1,5 @@ --- +packit_instances: ["stg"] specfile_path: hello.spec synced_files: - hello.spec @@ -13,31 +14,28 @@ jobs: trigger: pull_request metadata: targets: - - fedora-stable-x86_64 - - fedora-rawhide-x86_64 + - epel-8-x86_64 + - fedora-36-x86_64 -- job: copr_build - trigger: release +- job: tests + trigger: pull_request metadata: targets: - - fedora-stable + - fedora-36-x86_64 + - epel-8-x86_64 -- job: copr_build - trigger: commit +- job: tests + trigger: pull_request + identifier: test1 metadata: - branch: main targets: - - fedora-stable + - fedora-36-x86_64 - job: tests trigger: pull_request + identifier: test2 metadata: targets: - - fedora-stable-x86_64 - - fedora-rawhide-x86_64 + - fedora-36-x86_64 + -- job: propose_downstream - trigger: release - metadata: - dist_git_branches: - - fedora-all diff --git a/plans/test.fmf b/plans/test.fmf index 0e6b5e26..6c4828ef 100644 --- a/plans/test.fmf +++ b/plans/test.fmf @@ -10,4 +10,4 @@ execute: script: - systemctl start httpd - echo foo > /var/www/html/index.html - - curl http://localhost/ | grep foo + - curl http://localhost/ | grep goo