From 7a648fc00a00f5bf74df80f4cc875aef55d630c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20M=C3=BCller?= <mueller@kip.uni-heidelberg.de> Date: Tue, 29 Nov 2022 16:12:23 +0100 Subject: [PATCH] Disable downstream test model-nmsampling-sbs As discussed multiple times, sbs isn't supported anymore (and nobody cares). Change-Id: I20748dbecd0ed06fbec42e58c3307d696862495d --- .ci/Jenkinsfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index fb8696e7..8d6bd9bb 100755 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -191,13 +191,6 @@ pipeline { } } - // neuromorphic sampling library - stage('model-nmsampling-sbs') { - steps { - build(job: 'bld_gerrit_model-nmsampling-sbs_dependencies', - parameters: [string(name: 'OVERWRITE_DEFAULT_CONTAINER_IMAGE', value: CONTAINER_IMAGE)]) - } - } // Visionary KiCad library stage('pcb-kicad-lib') { steps { -- GitLab