From 9348c1c9fe3d05fda442026a2c5ca11b8c67e082 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sep 07 2017 14:24:34 +0000 Subject: Make a note that the fedora policy is only an example. Point to prod. --- diff --git a/conf/policies/fedora.yaml b/conf/policies/fedora.yaml index 53b5e28..7253337 100644 --- a/conf/policies/fedora.yaml +++ b/conf/policies/fedora.yaml @@ -1,5 +1,9 @@ +# This is just an example policy for Fedora. +# The real production configuration is kept here: +# https://infrastructure.fedoraproject.org/cgit/ansible.git/tree/roles/openshift-apps/greenwave/templates/configmap.yml +# # Tasktron release-critical tasks rule -# https://github.com/fedora-infra/fmn/blob/develop/fmn/rules/taskotron.py#L5 +# https://github.com/fedora-infra/fmn/blob/develop/fmn/rules/taskotron.py#L5 --- !Policy id: "taskotron_release_critical_tasks" product_versions: @@ -8,4 +12,4 @@ decision_context: bodhi_update_push_stable rules: - !PassingTestCaseRule {test_case_name: dist.abicheck} - !PassingTestCaseRule {test_case_name: dist.rpmdeplint} - - !PassingTestCaseRule {test_case_name: dist.upgradepath} \ No newline at end of file + - !PassingTestCaseRule {test_case_name: dist.upgradepath}