disable mdsal v1 binding tests 44/75244/7
authorSam Hague <shague@redhat.com>
Thu, 16 Aug 2018 19:31:13 +0000 (15:31 -0400)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 16 Aug 2018 19:55:21 +0000 (19:55 +0000)
Talking with Robert, the v1 tests need to be rewritten so disable
then until then.

Change-Id: I3aa7a51712fdd1f8c679553d366d48fd815374e2
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/integration-templates.yaml
jjb/mdsal/mdsal-csit-bindingv1.yaml

index c5a7861a5405ad9753e522a2ce709ea1ca6943d3..02c805a84d6afe2b5154a2430776e4e2f1c19ca9 100644 (file)
 - 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
index b29c3ce7df0a8bb0d644ad421819aeab6b277ce9..0f36f54fe2a90722147fc89ee399f8563d655062 100644 (file)
@@ -6,6 +6,7 @@
 
     # The project name
     project: 'mdsal'
+    disable-job: true
 
     # The functionality under test
     functionality: 'bindingv1'