Skip to content

Commit

Permalink
chore(Packit): Add internalt tests per pull request
Browse files Browse the repository at this point in the history
Adding:
 - RHEL8.6 internal test definition
 - fedora-latest internal test definition

Signed-off-by: Tibor Dudlák <[email protected]>
  • Loading branch information
Tiboris committed May 3, 2023
1 parent c209923 commit 4659b44
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,23 @@ jobs:
- job: bodhi_update
trigger: commit
dist_git_branches: [fedora-branched, epel-8, epel-9] # rawhide updates are created automatically

# - job: tests
# fmf_url: "https://gitlab.cee.redhat.com/tdudlak/mrack-internal-tests" #tmp change
# fmf_ref: "mrack-internal-smoke" #tmp change
# use_internal_tf: True
# trigger: pull_request
# targets:
# epel-8-x86_64:
# distros: [RHEL-8.6.0-Nightly]
# env:
# TARGET_RELEASE_OS: "rhel-8.6"

- job: tests
fmf_url: "https://gitlab.cee.redhat.com/tdudlak/mrack-internal-tests" #tmp change
fmf_ref: "mrack-internal-smoke" #tmp change
use_internal_tf: True
trigger: pull_request
targets: [fedora-latest-stable]
env:
TARGET_RELEASE_OS: "fedora-latest"

0 comments on commit 4659b44

Please sign in to comment.