From f894d64f62fcfc91aa2b0779d0ffd855d597fc42 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Mon, 17 Oct 2022 10:27:09 +0200 Subject: [PATCH] ci: Update `.packit.yaml` - update/remove deprecated options --- .packit.yaml | 74 +++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 39 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 7f19f450..ebb64dc0 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -2,7 +2,7 @@ specfile_path: osbuild.spec -synced_files: +files_to_sync: - osbuild.spec - .packit.yaml @@ -20,50 +20,46 @@ actions: jobs: - job: copr_build trigger: pull_request - metadata: - targets: - - centos-stream-8-aarch64 - - centos-stream-8-x86_64 - - centos-stream-9-aarch64 - - centos-stream-9-x86_64 - - epel-8-aarch64 - - epel-8-x86_64 - - epel-9-aarch64 - - epel-9-x86_64 - - fedora-all-aarch64 - - fedora-all-s390x - - fedora-all-ppc64le - - fedora-all + targets: + - centos-stream-8-aarch64 + - centos-stream-8-x86_64 + - centos-stream-9-aarch64 + - centos-stream-9-x86_64 + - epel-8-aarch64 + - epel-8-x86_64 + - epel-9-aarch64 + - epel-9-x86_64 + - fedora-all-aarch64 + - fedora-all-s390x + - fedora-all-ppc64le + - fedora-all - job: copr_build trigger: commit - metadata: - branch: main - owner: "@osbuild" # copr repo namespace - project: osbuild # copr repo name so you can consume the builds - targets: - - centos-stream-8-aarch64 - - centos-stream-8-x86_64 - - centos-stream-9-aarch64 - - centos-stream-9-x86_64 - - epel-8-aarch64 - - epel-8-x86_64 - - epel-9-aarch64 - - epel-9-x86_64 - - fedora-all-aarch64 - - fedora-all-s390x - - fedora-all-ppc64le - - fedora-all + branch: main + owner: "@osbuild" # copr repo namespace + project: osbuild # copr repo name so you can consume the builds + targets: + - centos-stream-8-aarch64 + - centos-stream-8-x86_64 + - centos-stream-9-aarch64 + - centos-stream-9-x86_64 + - epel-8-aarch64 + - epel-8-x86_64 + - epel-9-aarch64 + - epel-9-x86_64 + - fedora-all-aarch64 + - fedora-all-s390x + - fedora-all-ppc64le + - fedora-all - job: propose_downstream trigger: release - metadata: - dist_git_branches: - - fedora-all + dist_git_branches: + - fedora-all - job: koji_build trigger: commit - metadata: - dist_git_branches: - - fedora-all + dist_git_branches: + - fedora-all - job: bodhi_update trigger: commit dist_git_branches: - - fedora-branched # rawhide updates are created automatically + - fedora-branched # rawhide updates are created automatically