Skip to content

Commit

Permalink
packit: Add tmt tests for rhel10-branch running on C10S
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Sep 5, 2024
1 parent fcf1610 commit 5b6c8a7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jobs:
- fedora-latest-stable
branch: main

# CentOS 10 Stream tests for the 'rhel10-branch'
- job: tests
trigger: pull_request
targets:
- centos-stream-10-x86_64
branch: rhel10-branch

# Downstream builds
- job: propose_downstream
trigger: release
Expand Down
14 changes: 14 additions & 0 deletions plans/tests-rhel.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
summary: Run tests

adjust+:
when: revdeps == yes
enabled: false

prepare:
- name: ansible
how: ansible
playbook: misc/install-test-dependencies.yml

execute:
how: tmt
script: sudo make test

0 comments on commit 5b6c8a7

Please sign in to comment.