From 9c0167582187b40a9a53e17c8e5dc87a15fcee7e Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Tue, 28 May 2024 17:04:29 -0400 Subject: [PATCH] Remove all gating/OSCI tests Resolves: RHEL-39070 --- gating.yaml | 21 -------------------- tests/.fmf/version | 1 - tests/provision.fmf | 6 ------ tests/tests.yml | 47 --------------------------------------------- 4 files changed, 75 deletions(-) delete mode 100644 gating.yaml delete mode 100644 tests/.fmf/version delete mode 100644 tests/provision.fmf delete mode 100644 tests/tests.yml 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