-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: run old testsuite by testing farm
- Loading branch information
Showing
3 changed files
with
27 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
summary: run the old testsuite in Fedora Testing Farm | ||
discover: | ||
- how: fmf | ||
filter: "tag: old_testsuite" | ||
|
||
prepare: | ||
- how: ansible | ||
playbook: mock/integration-tests/setup-playbook/play-tf.yml | ||
|
||
execute: | ||
- how: tmt |
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,10 @@ | ||
--- | ||
summary: Execute the old testsuite started wit make | ||
test: ./test.sh | ||
tag: old_testsuite | ||
duration: 2h | ||
|
||
require: | ||
- type: file | ||
# copy-paste the whole directory | ||
pattern: / |
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,5 @@ | ||
#!/bin/sh -eux | ||
|
||
cd ../../../mock | ||
install-mock-packages-built-by-packit mock-core-configs mock | ||
make check 2>&1 | tee the-log | grep -e ^PASS -e ^FAIL -e ^ERROR |