From 905bb63d56dd2defd3b8ab51041b990cc72424b2 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Thu, 16 Aug 2018 15:31:13 -0400 Subject: [PATCH] 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 --- jjb/integration/integration-templates.yaml | 3 ++- jjb/mdsal/mdsal-csit-bindingv1.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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' -- 2.36.6