-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Logic rework of fmf files and add dnf4 build steps
- Loading branch information
Showing
9 changed files
with
54 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
summary: Run Behave Test Suite - DNF | ||
tag: dnf | ||
execute: | ||
how: tmt | ||
script: | | ||
$TMT_PLANS_DATA/ci-dnf-stack/container-test \ | ||
--suite dnf \ | ||
run | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
summary: Prepare the DNF4 environment | ||
|
||
prepare+: | ||
- name: Checkout DNF4 branch | ||
how: shell | ||
script: | | ||
if [ "$PACKIT_UPSTREAM_NAME" == "dnf" ]; then | ||
git -C $TMT_PLANS_DATA/ci-dnf-stack checkout dnf-4-stack | ||
fi | ||
|
||
- name: Build DNF4 testing container | ||
how: shell | ||
script: | | ||
$TMT_PLANS_DATA/ci-dnf-stack/container-test \ | ||
build \ | ||
--base $( echo "$@distro" | tr '-' ':') \ | ||
--container-arg="--env=COPR=$PACKIT_COPR_PROJECT" \ | ||
--container-arg="--env=COPR_RPMS=$PACKIT_COPR_RPMS" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
summary: Run Behave Test Suite - CREATEREPO_C | ||
tag: createrepo_c | ||
execute: | ||
how: tmt | ||
script: | | ||
$TMT_PLANS_DATA/ci-dnf-stack/container-test \ | ||
--suite createrepo_c \ | ||
-c dnf5-testing-container run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
summary: Prepare the DNF5 environment | ||
|
||
prepare+: | ||
- name: Build DNF5 testing container | ||
how: shell | ||
script: | | ||
$TMT_PLANS_DATA/ci-dnf-stack/container-test \ | ||
-c dnf5-testing-container build \ | ||
--base $( echo "$@distro" | tr '-' ':') \ | ||
--container-arg="--env=COPR=$PACKIT_COPR_PROJECT" \ | ||
--container-arg="--env=COPR_RPMS=$PACKIT_COPR_RPMS" \ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters