I found these gating failures when resolving the covscan bug. Related: bz1938817 Signed-off-by: Kairui Song <kasong@redhat.com>
20 lines
283 B
YAML
20 lines
283 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
required_packages:
|
|
- make
|
|
- ncurses-devel
|
|
- gcc
|
|
tests:
|
|
- smoke:
|
|
dir: .
|
|
run: ./runtest.sh
|