e6e6c6259d
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/dotnet3.1.git#59047916b8e8fffc5579af2187a68c0ec362fb34
36 lines
862 B
YAML
36 lines
862 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
- container
|
|
- atomic
|
|
repositories:
|
|
- repo: "https://github.com/redhat-developer/dotnet-regular-tests.git"
|
|
dest: "dotnet-regular-tests"
|
|
version: "main"
|
|
tests:
|
|
- download_test_runner:
|
|
dir: ./
|
|
run: wget --no-verbose https://github.com/redhat-developer/dotnet-bunny/releases/latest/download/turkey-$(uname -m) -O turkey && chmod +x ./turkey
|
|
- print_test_runner_version:
|
|
dir: ./
|
|
run: ./turkey --version
|
|
- regular:
|
|
dir: ./
|
|
run: ./turkey -l={{ remote_artifacts }} dotnet-regular-tests
|
|
required_packages:
|
|
- babeltrace
|
|
- bash-completion
|
|
- binutils
|
|
- expect
|
|
- jq
|
|
- lldb
|
|
- lttng-tools
|
|
- npm
|
|
- python3
|
|
- strace
|
|
- wget
|
|
- which
|