Skip to content
Snippets Groups Projects
Commit 7a648fc0 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

Disable downstream test model-nmsampling-sbs

As discussed multiple times, sbs isn't supported anymore (and nobody
cares).

Change-Id: I20748dbecd0ed06fbec42e58c3307d696862495d
parent 8ad4513e
No related branches found
No related tags found
No related merge requests found
...@@ -191,13 +191,6 @@ pipeline { ...@@ -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 // Visionary KiCad library
stage('pcb-kicad-lib') { stage('pcb-kicad-lib') {
steps { steps {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment