From 5b0dd16386408293d87a0510ec9d478d12f67c8e Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 31 Jan 2018 18:03:33 +0100 Subject: edk2: tweaks & cleanups --- jenkinsfile.edk2 | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'jenkinsfile.edk2') diff --git a/jenkinsfile.edk2 b/jenkinsfile.edk2 index 6919baa..b45e285 100644 --- a/jenkinsfile.edk2 +++ b/jenkinsfile.edk2 @@ -72,7 +72,6 @@ pipeline { timeout: 60 ],[ $class: 'SubmoduleOption', -// trackingSubmodules: true, timeout: 60 ] ], @@ -89,11 +88,9 @@ pipeline { } } - stage ('Test unstash') { + stage ('Build x64+smm') { steps { - dir ("x64") { - unstash "x64" - } + BuildX64("x64+smm", "-D SECURE_BOOT_ENABLE -D SMM_REQUIRE"); } } @@ -115,12 +112,6 @@ pipeline { } } - stage ('Build x64+smm') { - steps { - BuildX64("x64+smm", "-D SECURE_BOOT_ENABLE -D SMM_REQUIRE"); - } - } - stage ('Test q35 smp4 pflash smm') { steps { TestFlashX64("x64+smm", "-M q35,smm=on -global ICH9-LPC.disable_s3=1 -smp 4") -- cgit