From 9d0dcb1dba1fb922e48ed4a3a046d9bc5ec936e9 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Thu, 4 Jun 2020 00:49:40 -0700 Subject: [PATCH] ignition.dsl: stop CI for ign-rendering0 This package is no longer used by delphyne or anything else, so we can stop running its CI jobs. Signed-off-by: Steve Peters --- jenkins-scripts/dsl/ignition.dsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-scripts/dsl/ignition.dsl b/jenkins-scripts/dsl/ignition.dsl index 8e88c0cdf..edc12a19f 100644 --- a/jenkins-scripts/dsl/ignition.dsl +++ b/jenkins-scripts/dsl/ignition.dsl @@ -38,7 +38,7 @@ ignition_branches = [ 'cmake' : [ '1', '2' ], 'msgs' : [ '1', '2', '4', '5' ], 'physics' : [ '1', '2' ], 'plugin' : [ '0', '1' ], - 'rendering' : [ '0', '2', '3' ], + 'rendering' : [ '2', '3' ], 'sensors' : [ '2', '3' ], 'transport' : [ '4', '5', '7', '8' ], 'tools' : [ '0', '1' ]]