Added tests.yaml
This commit is contained in:
parent
8a38486171
commit
b59d69c683
@ -6,7 +6,7 @@
|
||||
|
||||
Name: lua-posix
|
||||
Version: 35.0
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: A POSIX library for Lua
|
||||
License: MIT
|
||||
URL: http://luaforge.net/projects/luaposix/
|
||||
@ -47,6 +47,10 @@ build-aux/luke install PREFIX=%{buildroot}%{_prefix} INST_LIBDIR=%{buildroot}%{l
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 24 2022 Jiri Vanek <jvanek@redhat.com> - 35.0-8
|
||||
- Added tests.yaml
|
||||
- Resolves: rhbz#2058499
|
||||
|
||||
* Thu Feb 24 2022 Jiri Vanek <jvanek@redhat.com> - 35.0-7
|
||||
- Added gating.yaml
|
||||
- Resolves: rhbz#2054488
|
||||
|
22
tests/tests.yml
Normal file
22
tests/tests.yml
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
tags:
|
||||
- always
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
- atomic
|
||||
repositories:
|
||||
- repo: "https://gitlab.cee.redhat.com/java-qa/TckScripts.git"
|
||||
dest: "TckScripts"
|
||||
tests:
|
||||
- hello:
|
||||
dir: ~
|
||||
run: set -ex; useradd franta1; su franta1 -c 'echo hello';
|
||||
run: set -ex; echo hello;
|
||||
required_packages:
|
||||
- git
|
||||
- tar
|
||||
- wget
|
Loading…
Reference in New Issue
Block a user