Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decouple internal testing farm tasks #407

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,25 @@ jobs:
- "copr://rhcontainerbot/podman-next"
enable_net: true

# Jobs that run on internal testing farm are not run automatically for
# external contributors. Having a separate build task for consumption by
# internal testing farm tasks decouples the internal testing farm tasks from
# the non-internal ones so that non-internal tasks get run automatically.
- job: copr_build
trigger: pull_request
notifications:
failure_comment:
message: "Ephemeral COPR build failed. @containers/packit-build please check."
targets:
- epel-8-x86_64
- epel-8-aarch64
- epel-9-x86_64
- epel-9-aarch64
additional_repos:
- "copr://rhcontainerbot/podman-next"
enable_net: true
identifier: integration_test_internal

# Run on commit to main branch
- job: copr_build
trigger: commit
Expand Down