2022-11-24 10:32:50 +00:00
|
|
|
upstream_project_url: https://github.com/cockpit-project/cockpit
|
|
|
|
specfile_path: cockpit.spec
|
|
|
|
actions:
|
|
|
|
post-upstream-clone:
|
2023-04-19 12:54:31 +00:00
|
|
|
# build patched spec
|
|
|
|
- tools/node-modules make_package_lock_json
|
2022-11-24 10:32:50 +00:00
|
|
|
- cp tools/cockpit.spec .
|
2023-04-19 12:54:31 +00:00
|
|
|
# packit will compute and set the version by itself
|
|
|
|
- tools/fix-spec ./cockpit.spec 0
|
2022-11-24 10:32:50 +00:00
|
|
|
|
|
|
|
create-archive:
|
|
|
|
- tools/make-dist
|
|
|
|
|
|
|
|
srpm_build_deps:
|
|
|
|
- automake
|
|
|
|
- gcc
|
2023-04-19 12:54:31 +00:00
|
|
|
- gettext
|
2022-11-24 10:32:50 +00:00
|
|
|
- glib2-devel
|
|
|
|
- make
|
2023-04-19 12:54:31 +00:00
|
|
|
- nodejs
|
|
|
|
- npm
|
2022-11-24 10:32:50 +00:00
|
|
|
- systemd-devel
|
|
|
|
# use the nicely formatted release NEWS from our upstream release, instead of git shortlog
|
|
|
|
copy_upstream_release_description: true
|
|
|
|
jobs:
|
|
|
|
- job: tests
|
2023-08-23 11:15:25 +00:00
|
|
|
identifier: self
|
2022-11-24 10:32:50 +00:00
|
|
|
trigger: pull_request
|
|
|
|
targets:
|
2023-09-06 10:02:21 +00:00
|
|
|
- fedora-39
|
2024-04-02 02:08:26 +00:00
|
|
|
- fedora-40
|
2023-04-19 12:54:31 +00:00
|
|
|
- fedora-latest-aarch64
|
2022-11-24 10:32:50 +00:00
|
|
|
- fedora-development
|
|
|
|
- centos-stream-9-x86_64
|
2023-04-19 12:54:31 +00:00
|
|
|
- centos-stream-9-aarch64
|
2024-06-04 06:46:56 +00:00
|
|
|
- centos-stream-10
|
2022-11-24 10:32:50 +00:00
|
|
|
|
2023-08-23 11:15:25 +00:00
|
|
|
# current Fedora runs reverse dependency testing against https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/
|
|
|
|
- job: tests
|
|
|
|
identifier: revdeps
|
|
|
|
trigger: pull_request
|
|
|
|
targets:
|
|
|
|
- fedora-latest-stable
|
|
|
|
tf_extra_params:
|
|
|
|
environments:
|
|
|
|
- artifacts:
|
|
|
|
- type: repository-file
|
|
|
|
id: https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/repo/fedora-$releasever/group_cockpit-main-builds-fedora-$releasever.repo
|
|
|
|
tmt:
|
|
|
|
context:
|
|
|
|
revdeps: "yes"
|
|
|
|
|
2022-11-24 10:32:50 +00:00
|
|
|
# run build/unit tests on some interesting architectures
|
|
|
|
- job: copr_build
|
|
|
|
trigger: pull_request
|
|
|
|
targets:
|
|
|
|
# big-endian
|
|
|
|
- fedora-development-s390x
|
|
|
|
|
2023-08-23 11:15:25 +00:00
|
|
|
# for cross-project testing
|
|
|
|
- job: copr_build
|
|
|
|
trigger: commit
|
|
|
|
branch: "^main$"
|
|
|
|
owner: "@cockpit"
|
|
|
|
project: "main-builds"
|
|
|
|
preserve_project: True
|
|
|
|
|
2022-11-24 10:32:50 +00:00
|
|
|
- job: copr_build
|
|
|
|
trigger: release
|
|
|
|
owner: "@cockpit"
|
|
|
|
project: "cockpit-preview"
|
|
|
|
preserve_project: True
|
|
|
|
actions:
|
2023-04-19 12:54:31 +00:00
|
|
|
# same as the global one, but specifying actions: does not inherit
|
2022-11-24 10:32:50 +00:00
|
|
|
post-upstream-clone:
|
2023-04-19 12:54:31 +00:00
|
|
|
# build patched spec
|
|
|
|
- tools/node-modules make_package_lock_json
|
2022-11-24 10:32:50 +00:00
|
|
|
- cp tools/cockpit.spec .
|
2023-04-19 12:54:31 +00:00
|
|
|
# packit will compute and set the version by itself
|
|
|
|
- tools/fix-spec ./cockpit.spec 0
|
2022-11-24 10:32:50 +00:00
|
|
|
# HACK: tarball for releases (copr_build, koji, etc.), copying spec's Source0; this
|
|
|
|
# really should be the default, see https://github.com/packit/packit-service/issues/1505
|
|
|
|
create-archive:
|
|
|
|
- sh -exc "curl -L -O https://github.com/cockpit-project/cockpit/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
|
|
|
|
- sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
|
|
|
|
|
|
|
|
- job: propose_downstream
|
|
|
|
trigger: release
|
|
|
|
dist_git_branches:
|
|
|
|
- fedora-development
|
2023-09-06 10:02:21 +00:00
|
|
|
- fedora-39
|
2024-04-02 02:08:26 +00:00
|
|
|
- fedora-40
|
2022-11-24 10:32:50 +00:00
|
|
|
|
|
|
|
- job: koji_build
|
|
|
|
trigger: commit
|
|
|
|
dist_git_branches:
|
|
|
|
- fedora-development
|
2023-09-06 10:02:21 +00:00
|
|
|
- fedora-39
|
2024-04-02 02:08:26 +00:00
|
|
|
- fedora-40
|
2022-11-24 10:32:50 +00:00
|
|
|
|
|
|
|
- job: bodhi_update
|
|
|
|
trigger: commit
|
|
|
|
dist_git_branches:
|
|
|
|
# rawhide updates are created automatically
|
2023-09-06 10:02:21 +00:00
|
|
|
- fedora-39
|
2024-04-02 02:08:26 +00:00
|
|
|
- fedora-40
|