summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-03-07 16:37:11 +0100
committerGitHub <noreply@github.com>2024-03-07 16:37:11 +0100
commit089b59560565388d1c21a440418be11618b32af1 (patch)
tree67de6e4e15dbbe7fb2dc1e25706b300a1be97c4f /Jenkinsfile
parent6758b13c7ea096fcc0a13fcf036dcc76b4417624 (diff)
parent63a8f9d3c60e6dde04b0998701a40223d532128a (diff)
downloadvyos-build-089b59560565388d1c21a440418be11618b32af1.tar.gz
vyos-build-089b59560565388d1c21a440418be11618b32af1.zip
Merge pull request #297 from sarthurdev/tpm_luks
config: T4919: Add emulated TPM encryption test
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 5e30c423..85399230 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -119,6 +119,14 @@ pipeline {
sh "sudo make testraid"
}
}
+ stage('Smoketests for TPM config encryption') {
+ when {
+ expression { fileExists 'build/live-image-amd64.hybrid.iso' }
+ }
+ steps {
+ sh "sudo make testtpm"
+ }
+ }
stage('Smoketests') {
when {
expression { return params.TEST_SMOKETESTS }