[pw-ci] [PATCH] ci_mon: disable obs_mon by default

Aaron Conole aconole at redhat.com
Wed Oct 13 14:09:30 UTC 2021


With the introduction of OBS support, not all systems can actually
support running against OBS.  Some projects are not using it.  Disable
it by default, and force those projects that wish to enable it to
do so explicitly.

Signed-off-by: Aaron Conole <aconole at redhat.com>
---
 ci_mon | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci_mon b/ci_mon
index 41aca40..2e30da4 100755
--- a/ci_mon
+++ b/ci_mon
@@ -23,6 +23,7 @@
 source $(dirname $0)/series_db_lib.sh
 
 disable_dummy=yes
+disable_obs=yes
 dummy_token="1111"
 
 #default is to 'quit' the sed script
-- 
2.31.1



More information about the Pwci mailing list