From 72976aa53986ec654091447e38e1aa0326cbfe05 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Wed, 8 Sep 2021 15:01:09 +0100 Subject: [PATCH] feat: re-enable tracking of all neuro-sig packages Automatically addition of packages is still a WIP. We're adding packages manually but in the meantime we can at least mark them all as tracking automatically. References: - https://pagure.io/fedora-infrastructure/issue/9664 - https://github.com/fedora-infra/koschei/pull/339 --- roles/openshift-apps/koschei/vars/production.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/roles/openshift-apps/koschei/vars/production.yml b/roles/openshift-apps/koschei/vars/production.yml index 977be4bd8a..977c14ac96 100644 --- a/roles/openshift-apps/koschei/vars/production.yml +++ b/roles/openshift-apps/koschei/vars/production.yml @@ -61,10 +61,9 @@ koschei_cron_jobs: - name: track-scitech schedule: "21 0-23/3 * * *" command: "koschei-track-group scitech_sig" -# neuro-sig tracking is temporairly disabled, see #9664 -# - name: track-neuro -# schedule: "23 0-23/3 * * *" -# command: "koschei-track-group neuro-sig" + - name: track-neuro + schedule: "23 0-23/3 * * *" + command: "koschei-track-group neuro-sig" - name: refresh-python schedule: "25 0-23/3 * * *" command: "koschei-refresh-distgit-group koschei/auto-group-python-sig python-sig"