diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index ec51e7b..0000000 --- a/gating.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_testing -subject_type: koji_build -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_stable -subject_type: koji_build -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} ---- !Policy -product_versions: - - rhel-* -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.other-archs.functional} diff --git a/tests/.fmf/version b/tests/.fmf/version deleted file mode 100644 index 0cfbf08..0000000 --- a/tests/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/tests/provision.fmf b/tests/provision.fmf deleted file mode 100644 index 87b3807..0000000 --- a/tests/provision.fmf +++ /dev/null @@ -1,6 +0,0 @@ ---- - -standard-inventory-qcow2: - qemu: - m: 5G - diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 175e53d..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,47 +0,0 @@ ---- -- 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.tar.gz && tar xf turkey.tar.gz - - print_test_runner_version: - dir: ./ - run: dotnet turkey/Turkey.dll --version - - regular: - dir: ./ - run: dotnet turkey/Turkey.dll -v -l={{ remote_artifacts }} dotnet-regular-tests --timeout=1500 - required_packages: - - aspnetcore-runtime-7.0 - - bash-completion - - bc - - binutils - - dotnet-runtime-7.0 - - dotnet-sdk-7.0 - - expect - - file - - findutils - - gcc-c++ - - git - - jq - - libstdc++-devel - - lldb - - npm - - postgresql-odbc - - postgresql-server - - procps-ng - - python3 - - strace - - util-linux - - wget - - which - - zlib-devel