a5499de9e0
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
31 lines
785 B
YAML
31 lines
785 B
YAML
document: modularity-testing
|
|
version: 1
|
|
name: ruby
|
|
modulemd-url: https://src.fedoraproject.org/cgit/modules/ruby.git/plain/ruby.yaml
|
|
service:
|
|
port: 8080
|
|
packages:
|
|
rpms:
|
|
# add which here because of the issue.
|
|
# https://pagure.io/modularity-testing-framework/issue/45
|
|
- ruby
|
|
testdependecies:
|
|
rpms:
|
|
- which
|
|
module:
|
|
docker:
|
|
start: "docker run -it"
|
|
container: docker.io/ruby
|
|
rpm:
|
|
repos:
|
|
- http://download.eng.brq.redhat.com/pub/fedora/linux/development/rawhide/Everything/x86_64/os/
|
|
- http://download.eng.brq.redhat.com/pub/fedora/linux/development/26/Everything/x86_64/os/
|
|
test:
|
|
cmd:
|
|
- 'which ruby'
|
|
version:
|
|
- 'ruby -v'
|
|
testhost:
|
|
hostname:
|
|
- 'hostname'
|