mirror of
https://github.com/containers/udica
synced 2026-07-21 05:14:52 +02:00
890847075c
Cirrus CI was shut down June 1st, https://cirruslabs.org/ Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
32 lines
760 B
YAML
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"
|