Skip to content

Commit

Permalink
Initial tests CI PoC
Browse files Browse the repository at this point in the history
  • Loading branch information
kokesak committed Oct 31, 2024
1 parent 47a6e67 commit 93499e6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,25 @@ jobs:
# do not get the version from a tag (git describe) but from the spec file
get-current-version:
- grep -oP '^Version:\s+\K\S+' packaging/command-line-assistant.spec
- job: tests
trigger: pull_request
# TODO: change to cla-tests once it is made public. At the moment this repo is unreachable for packit
#fmf_url: "https://gitlab.cee.redhat.com/rhel-lightspeed/enhanced-shell/cla-tests"
fmf_url: "https://github.com/danmyway/shellai-tests"
fmf_ref: main
use_internal_tf: True
tmt_plan: "plans"
targets:
epel-9-x86_64:
distros: [RHEL-9-Nightly]
epel-10-x86_64:
distros: [RHEL-10-Nightly]
tf_extra_params:
environments:
- os: null
variables:
IMAGE: registry.access.redhat.com/rhel9:latest
settings:
provisioning:
tags:
BusinessUnit: sst_rspeed_qe

0 comments on commit 93499e6

Please sign in to comment.