mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Jenkins: run "make testraid" for RAID-1 verification
This commit is contained in:
parent
76f59a3915
commit
4a21175243
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -131,6 +131,14 @@ pipeline {
|
|||||||
sh "sudo make testc"
|
sh "sudo make testc"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Smoketests for RAID-1 system installation') {
|
||||||
|
when {
|
||||||
|
expression { fileExists 'build/live-image-amd64.hybrid.iso' }
|
||||||
|
}
|
||||||
|
steps {
|
||||||
|
sh "sudo make testraid"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user