From 22d88d76b3c481b34235f24c0da1605aa4177816 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 22 Apr 2021 17:42:09 +0000 Subject: [PATCH] Remove CI tests These tests were unstable and not providing much value. --- gating.yaml | 12 ------------ tests/tests.yml | 11 ----------- 2 files changed, 23 deletions(-) delete mode 100644 gating.yaml delete mode 100644 tests/tests.yml diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index f2c6454..0000000 --- a/gating.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_testing -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_stable -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 959ae53..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,11 +0,0 @@ -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - required_packages: - - libomp-test - tests: - - libomp-regression-tests: - dir: ./ - run: /usr/libexec/tests/libomp/run-lit-tests --threads 8