packit.yaml: run tests using packit/tmt/fmf on TF

Resolves: RHEL-32133
This commit is contained in:
Sanne Raymaekers 2024-08-22 14:27:42 +02:00
parent 3928f5e92a
commit abedca5177
No known key found for this signature in database
GPG Key ID: 22019E7490E5E6B7
3 changed files with 52 additions and 21 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

@ -15,40 +15,56 @@ srpm_build_deps:
jobs: jobs:
- job: copr_build - job: copr_build
trigger: release trigger: pull_request
metadata: targets: &build_targets
owner: "@osbuild"
project: "cockpit-composer"
preserve_project: True
targets:
- centos-stream-8
- centos-stream-9 - centos-stream-9
- epel-8 - centos-stream-10
- epel-9
- fedora-all - fedora-all
- job: tests
trigger: pull_request
targets:
- fedora-39
- fedora-39-aarch64
- fedora-40
- fedora-40-aarch64
- centos-stream-9
- centos-stream-9-aarch64
- centos-stream-10
- job: copr_build
trigger: commit
branch: "^main$"
owner: "@osbuild"
project: "cockpit-composer-main"
preserve_project: True
targets: *build_targets
- job: copr_build
trigger: release
owner: "@osbuild"
project: "cockpit-composer"
preserve_project: True
targets: *build_targets
actions: actions:
# same as the global one, but specifying actions: does not inherit
post-upstream-clone: make spec post-upstream-clone: make spec
# 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: create-archive:
- sh -exc "curl -L -O https://github.com/osbuild/cockpit-composer/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.gz" - sh -exc "curl -L -O https://github.com/osbuild/cockpit-composer/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.gz"
- sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.gz" - sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.gz"
- job: propose_downstream - job: propose_downstream
trigger: release trigger: release
metadata: dist_git_branches:
dist_git_branches: - fedora-all
- fedora-all
- job: koji_build - job: koji_build
trigger: commit trigger: commit
metadata: dist_git_branches:
dist_git_branches: - fedora-all
- fedora-all
- job: bodhi_update - job: bodhi_update
trigger: commit trigger: commit
metadata: dist_git_branches:
dist_git_branches: # rawhide updates are created automatically
# rawhide updates are created automatically - fedora-branched
- fedora-branched

14
plans/all.fmf Normal file
View File

@ -0,0 +1,14 @@
discover:
how: fmf
dist-git-source: true
execute:
how: tmt
# Let's handle them upstream only, don't break Fedora/RHEL reverse dependency gating
environment:
TEST_AUDIT_NO_SELINUX: 1
/main:
summary: Run tests
discover+:
test: /test/browser