brotli/tests/tests.yml
Tomas Popela c6988765a8 Add gating based on c8s one
Fix the problems with getting the URL of the curl SRPM
Fix how the parallel compilation is being set after
https://github.com/rpm-software-management/rpm/issues/2343 which broke
the previous code
2024-08-08 10:16:49 +02:00

13 lines
214 B
YAML

- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: ./test-brotli-with-curl.sh
required_packages:
- curl
- rpmdevtools