1338d6b028
Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
16 lines
280 B
YAML
16 lines
280 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
repositories:
|
|
- repo: "https://pkgs.devel.redhat.com/git/tests/bcc"
|
|
dest: gating
|
|
required_packages:
|
|
- bcc
|
|
- bcc-tools
|
|
- bash
|
|
- kernel-devel
|
|
tests:
|
|
- gating
|