1
1
mirror of https://github.com/containers/udica synced 2026-07-21 05:14:52 +02:00
Files
udica/.packit.yaml
Vit Mojzis 890847075c Migrate integration test from cirrus to testing farm
Cirrus CI was shut down June 1st, https://cirruslabs.org/

Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
2026-07-08 15:59:17 +02:00

32 lines
760 B
YAML

---
# See the documentation for more information:
# https://packit.dev/docs/configuration/
downstream_package_name: udica
upstream_tag_template: v{version}
# Sync test files from upstream to downstream (Fedora) for testing
files_to_sync:
- .packit.yaml
- src: plans/
dest: plans/
delete: true
mkpath: true
- src: .fmf/
dest: .fmf/
delete: true
jobs:
# Run integration tests on Testing Farm
# Tests build udica from source on the VM
- job: tests
trigger: pull_request
skip_build: true
notifications: &packit_failure_notification
failure_comment:
message: "Testing Farm tests failed. Please check the logs."
targets:
- fedora-latest
- fedora-rawhide
tmt_plan: "/plans/integration"