bb73b76723
- add tags: classic (Ed Santiago) - Related: #2061316 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
18 lines
335 B
YAML
18 lines
335 B
YAML
---
|
|
- hosts: localhost
|
|
tags: classic
|
|
roles:
|
|
- role: bats_installed
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
- container
|
|
required_packages:
|
|
- skopeo
|
|
- skopeo-tests
|
|
tests:
|
|
- root-test:
|
|
dir: ./
|
|
run: ./test_skopeo.sh
|
|
timeout: 15m
|