diff --git a/.packit.yaml b/.packit.yaml index dce8acc3..aac12094 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,5 +1,5 @@ --- -packit_instances: ["prod", "stg"] +packit_instances: ["stg"] specfile_path: hello.spec files_to_sync: - .packit.yaml @@ -14,28 +14,12 @@ jobs: - job: copr_build trigger: pull_request targets: - - fedora-stable-x86_64 - fedora-rawhide-x86_64 -- job: copr_build - trigger: release - targets: - - fedora-stable - -- job: copr_build - trigger: commit - branch: main - targets: - - fedora-stable - - job: tests trigger: pull_request targets: - - fedora-stable-x86_64 - fedora-rawhide-x86_64 - -- job: propose_downstream - trigger: release - packit_instances: ["stg"] - dist_git_branches: - - fedora-all + notifications: + failure_comment: + message: "One of the tests failed for {commit_sha}, @lbarcziova, check the test failures on this PR." \ No newline at end of file diff --git a/plans/test.fmf b/plans/test.fmf index 0e6b5e26..52948120 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 boo