diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-01-31 18:03:33 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-01-31 18:03:33 +0100 |
commit | 5b0dd16386408293d87a0510ec9d478d12f67c8e (patch) | |
tree | 90ffbaa436c93e51137da6bd2fa1e4c7a2898979 /jenkinsfile.edk2 | |
parent | 33ca7e71b6a8b34d85c22cfcb5c4fbf64c21bc9c (diff) | |
download | jenkinsfiles-5b0dd16386408293d87a0510ec9d478d12f67c8e.tar.gz |
edk2: tweaks & cleanups
Diffstat (limited to 'jenkinsfile.edk2')
-rw-r--r-- | jenkinsfile.edk2 | 13 |
1 files changed, 2 insertions, 11 deletions
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") |