-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TMT: account for environments on internal testing farm ranch
RHEL envs on the internal redhat testing farm ranch don't have any easy way to install and enable the `epel-release` package. Also, CentOS-Stream envs on the internal ranch have EPEL installed but disabled. This PR should account for both these envs. The tests on public ranch should continue unaffected. The packages required for testing have also been moved to the plan preparation stage itself. Signed-off-by: Lokesh Mandvekar <[email protected]>
- Loading branch information
Showing
3 changed files
with
14 additions
and
11 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 |
---|---|---|
@@ -1,10 +1,3 @@ | ||
require: | ||
- bats | ||
- conmon | ||
- crun | ||
- make | ||
- podman-tests | ||
|
||
adjust: | ||
duration: 10m | ||
when: arch == aarch64 | ||
|
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
require: [crun, podman] | ||
summary: Sanity test for crun | ||
tag: ['upstream', 'downstream'] | ||
test: bash ./runtest.sh | ||
|