Skip to content

Commit

Permalink
Split tmt plans in subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Nov 3, 2023
1 parent 1e5e7a2 commit 7505248
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
7 changes: 7 additions & 0 deletions plans/integration/behave-dnf5.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
summary: Run a specific feature to test if the CI stack is fine
execute:
- name: Run a simple feature to test the ci-stack
# weirdly the dir is not there anymore but we need the scripts
script:
- git clone https://github.com/rpm-software-management/ci-dnf-stack.git ci-dnf-stack
- ./ci-dnf-stack/container-test run --tags dnf5daemon --command dnf5daemon-client dnf5daemon/no-dnfdaemon-server.feature
7 changes: 7 additions & 0 deletions plans/integration/behave-dnf5daemon.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
summary: Run a specific feature for dnf5daemon
execute:
- name: Run a simple feature to test the ci-stack
# weirdly the dir is not there anymore but we need the scripts
script:
- git clone https://github.com/rpm-software-management/ci-dnf-stack.git ci-dnf-stack
- ./ci-dnf-stack/container-test run --tags dnf5 --command dnf5 upgrade.feature
8 changes: 0 additions & 8 deletions plans/behave-dnf5.fmf → plans/main.fmf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
summary: Run a specific feature to test if the CI stack is fine
adjust:
- when: distro == fedora-37
environment:
Expand Down Expand Up @@ -32,10 +31,3 @@ prepare:
--base $BASE \
--container-arg="--env=COPR=$PACKIT_COPR_PROJECT" \
--container-arg="--env=RPMS=$PACKIT_COPR_RPMS"

execute:
- name: Run a simple feature to test the ci-stack
# weirdly the dir is not there anymore but we need the scripts
script:
- git clone https://github.com/rpm-software-management/ci-dnf-stack.git ci-dnf-stack
- ./ci-dnf-stack/container-test run --tags dnf5 --command dnf5 upgrade.feature

0 comments on commit 7505248

Please sign in to comment.