Skip to content

Commit

Permalink
manifest: disable Zincati and pinger on testing-devel
Browse files Browse the repository at this point in the history
By default, we don't enable Zincati and pinger on testing-devel. See
discussions in:

coreos/fedora-coreos-tracker#163
  • Loading branch information
jlebon committed Jul 12, 2019
1 parent d5136e2 commit 1da259d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ repos:

add-commit-metadata:
fedora-coreos.stream: testing-devel

postprocess:
# Disable Zincati and fedora-coreos-pinger on non-production streams
# https://github.com/coreos/fedora-coreos-tracker/issues/163
- |
#!/usr/bin/env bash
set -xeuo pipefail
mkdir -p /etc/fedora-coreos-pinger/config.d /etc/zincati/config.d
echo -e '# https://github.com/coreos/fedora-coreos-tracker/issues/163\nreporting.enabled = false' > /etc/fedora-coreos-pinger/config.d/90-disable-on-non-production-stream.toml
echo -e '# https://github.com/coreos/fedora-coreos-tracker/issues/163\nupdates.enabled = false' > /etc/zincati/config.d/90-disable-on-non-production-stream.toml

0 comments on commit 1da259d

Please sign in to comment.