Skip to content

Commit

Permalink
Enable the stable copr repository for building (#3452)
Browse files Browse the repository at this point in the history
This will allow us to test with fresh `fmf` bits as soon as they
are released. We will not have to wait until packages reach the
stable fedora repositories.
  • Loading branch information
psss authored Jan 14, 2025
1 parent 5197650 commit 778d53d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ _:
# Copr jobs under the packit project
- &copr-under-packit
job: copr_build
additional_repos:
- copr://@teemtee/stable

# Copr jobs under the teemtee project
- &copr-under-teemtee
Expand All @@ -46,6 +48,14 @@ _:
- &test-base
job: tests
trigger: pull_request
tf_extra_params:
environments:
- &copr-teemtee-stable
artifacts:
- type: repository-file
id: https://copr.fedorainfracloud.org/coprs/g/teemtee/stable/repo/fedora-rawhide/group_teemtee-stable-fedora-rawhide.repo
- type: repository-file
id: https://copr.fedorainfracloud.org/coprs/g/teemtee/stable/repo/epel-9/group_teemtee-stable-epel-9.repo

# Latest fedora & epel targets
- &latest-targets
Expand All @@ -60,6 +70,7 @@ _:
tf_extra_params:
environments:
- &tmt-cloud-resources
<<: *copr-teemtee-stable
settings:
provisioning:
tags:
Expand Down Expand Up @@ -124,7 +135,7 @@ jobs:
- tmt:
context:
how: provision
- *tmt-cloud-resources
<<: *tmt-cloud-resources

# Test internal plugins
- <<: *test-base
Expand Down

0 comments on commit 778d53d

Please sign in to comment.