Compare commits
No commits in common. "c8s" and "c8-beta" have entirely different histories.
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
|||||||
python-schedutils-0.2.tar.bz2
|
SOURCES/python-schedutils-0.6.tar.xz
|
||||||
/python-schedutils-0.4.tar.bz2
|
|
||||||
/python-schedutils-0.4.tar.xz
|
|
||||||
/python-schedutils-0.5.tar.xz
|
|
||||||
/python-schedutils-0.6.tar.xz
|
|
||||||
|
1
.python-schedutils.metadata
Normal file
1
.python-schedutils.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
48777c044a4b30b99bf2c84d3e2d645010a5e9d4 SOURCES/python-schedutils-0.6.tar.xz
|
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-8
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
1
sources
1
sources
@ -1 +0,0 @@
|
|||||||
SHA512 (python-schedutils-0.6.tar.xz) = 1373eb0ae7594aeaf0ffa75abeb89424208531049f93d4bd068b0cedc603380c374361c87c09bb01acd6346dfe0de654a2112321f0b9110ec103d51549b8f4d2
|
|
@ -1,14 +0,0 @@
|
|||||||
#!/usr/bin/bash
|
|
||||||
|
|
||||||
# make sure we have rteval installed
|
|
||||||
if rpm -q --quiet python3-schedutils; then
|
|
||||||
:
|
|
||||||
else
|
|
||||||
sudo dnf install -y python3-schedutils
|
|
||||||
if [[ $? != 0 ]]; then
|
|
||||||
echo "install of python3-schedutils failed!"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
exit 0
|
|
@ -1,14 +0,0 @@
|
|||||||
- hosts: localhost
|
|
||||||
roles:
|
|
||||||
- role: standard-test-basic
|
|
||||||
tags:
|
|
||||||
- classic
|
|
||||||
tests:
|
|
||||||
- pchrt:
|
|
||||||
dir: .
|
|
||||||
run: pchrt --help
|
|
||||||
- ptaskset:
|
|
||||||
dir: .
|
|
||||||
run: ptaskset --help
|
|
||||||
required_packages:
|
|
||||||
- python3-schedutils
|
|
Loading…
Reference in New Issue
Block a user