From: Sam Hague Date: Thu, 16 Aug 2018 19:31:13 +0000 (-0400) Subject: disable mdsal v1 binding tests X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=905bb63d56dd2defd3b8ab51041b990cc72424b2;hp=181505257f00b59ed78d5811b5b0a482ed401be3;p=releng%2Fbuilder.git disable mdsal v1 binding tests Talking with Robert, the v1 tests need to be rewritten so disable then until then. Change-Id: I3aa7a51712fdd1f8c679553d366d48fd815374e2 Signed-off-by: Sam Hague --- diff --git a/jjb/integration/integration-templates.yaml b/jjb/integration/integration-templates.yaml index c5a7861a5..02c805a84 100644 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@ -128,7 +128,8 @@ - job-template: name: '{prefix}{project}-csit-1node-{functionality}-{install}-{stream}' id: inttest-csit-1node - disabled: false + disable-job: false + disabled: '{disable-job}' project-type: freestyle node: centos7-robot-2c-8g diff --git a/jjb/mdsal/mdsal-csit-bindingv1.yaml b/jjb/mdsal/mdsal-csit-bindingv1.yaml index b29c3ce7d..0f36f54fe 100644 --- a/jjb/mdsal/mdsal-csit-bindingv1.yaml +++ b/jjb/mdsal/mdsal-csit-bindingv1.yaml @@ -6,6 +6,7 @@ # The project name project: 'mdsal' + disable-job: true # The functionality under test functionality: 'bindingv1'