From 66c24ffb06c9064428f34e51e2ff0bb5c246e970 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 19 Apr 2016 07:01:34 +0000
Subject: [PATCH] Task #8437: Do not run CEP4 pipelines through MACScheduler.
 We will use PipelineControl instead.

---
 MAC/APL/MainCU/src/MACScheduler/MACScheduler.conf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAC/APL/MainCU/src/MACScheduler/MACScheduler.conf.in b/MAC/APL/MainCU/src/MACScheduler/MACScheduler.conf.in
index ed9c486a187..bbccffe8341 100644
--- a/MAC/APL/MainCU/src/MACScheduler/MACScheduler.conf.in
+++ b/MAC/APL/MainCU/src/MACScheduler/MACScheduler.conf.in
@@ -33,4 +33,4 @@ ParsetQueuename = lofar.task.specification.system
 
 # Pipelines on cluster X can be ignored by the MACScheduler with this key.
 # use e.g. 'CEP2' or 'CEP4'
-excludePipelinesOnThisCluster = ''
+excludePipelinesOnThisCluster = '!CEP4'
-- 
GitLab