From 017abd48cb3f0b4aa7245a3ab4ba2561734be269 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 9 Dec 2021 11:14:26 +0100 Subject: Jenkins: run "make testraid" for RAID-1 verification (cherry picked from commit 4a21175243e0dc86b710cf4754834241d0cfcfd9) --- Jenkinsfile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index bcbe8d78..83ad8baf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -131,6 +131,14 @@ pipeline { 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" + } + } } } } -- cgit v1.2.3