From 9eaf50b185c4dc3f2e71574666ef49c76a0903bf Mon Sep 17 00:00:00 2001 From: Heera Nand Date: Tue, 19 Mar 2019 21:54:31 +0530 Subject: [PATCH] Updated Jenkins for 2018.3 --- Jenkinsfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b3c9fa273..ebbe4d768 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,10 +8,11 @@ disableConcurrentBuilds() days = 10 devices = [] -devices += ['xilinx_vcu1525_dynamic_5_1'] -devices += ['xilinx_kcu1500_dynamic_5_0'] +devices += ['xilinx_vcu1525_dynamic_6_0'] +devices += ['xilinx_u250_xdma_201830_2'] +devices += ['xilinx_u200_xdma_201830_2'] -version = '2018.2' +version = '2018.3' precheck_status = 'FAILURE' sw_status = 'FAILURE'