aboutsummaryrefslogtreecommitdiff
path: root/linaro-edk2-prep.yaml
AgeCommit message (Collapse)Author
2015-10-29linaro-edk2-prep: remove lci-build-tools - unusedFathi Boudra
Change-Id: I7990e220179d303f3971e85e71bab47958a53808 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-10-29linaro-edk2-prep: add build-info supportFathi Boudra
SctPackage is restricted to members of UEFI forum. Change-Id: I67265e37007681eb35fe535a8cdb8e0615532cf1 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-10-15linaro-edk2-prep: enable SCT buildFathi Boudra
Change-Id: I1a461b8080343d8bd74c37cdbc62851fa42b58c4 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-09-10use --link-latest whenever possibleFathi Boudra
to avoid to call linaro-cp twice, use --link-latest instead of --make-link. Change-Id: I1ea77951c3fa9e93fb2217642c2faad1b8d89e59 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-07-22linaro-edk2-prep: test directory existenceFathi Boudra
Change-Id: I2758f433690179eb6cb3472e490aa1cc649e6dd7 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-07-17linaro-edk2-prep: add credential to enable SCT buildFathi Boudra
Change-Id: Iccd153b17b7ce795349679a8dbfaf0e3f7db03ed Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-06-11linaro-edk2-prep: submit debug builds to LAVAFathi Boudra
* Submit both release and debug builds * Add yaml version of LAVA test definitions Change-Id: Ic6d7bad2033b1bb08f102ebb353e6ec60ad8078b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-06-09linaro-edk2-prep: build for both GCC48 and GCC 49 profilesFathi Boudra
* convert the project type to matrix to include the toolchain as an axis * update publishing destination (PUB_DEST) Change-Id: I58679b02305287f545212f9a71ac2e4e4de3ed7c Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-06-06linaro-edk2-prep: remove debug tracesFathi Boudra
Change-Id: I4ece18ceefd6cfd38b1e205511238566c11f7583 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-06-06linaro-edk2-prep: set the build status to unstable if there's failuresFathi Boudra
uefi-tools result_print function prints the failure count. read this value from the build log and set the build job status accordingly (unstable if there's failure). Change-Id: I185f3db2b5c06e68b9f8f5b0e6383d58affcdac7 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-05-28Update path of EDK2 build for QEMU64 with Intel BDSRoy Franz
The Intel BDS is now the default for QEMU builds, so update the path in the iSCSI tests. Change-Id: I81520f4d604e9645fa8cd97eb515d80fcadd0703 Signed-off-by: Roy Franz <roy.franz@linaro.org>
2015-05-22linaro-edk2-prep: update lava test definition for qemu-aarch64Fu Wei
use pflash support in LAVA Change-Id: Idf8c7bd491156e27295c5a6a9359f02c8ddb1721 Signed-off-by: Fu Wei <fu.wei@linaro.org>
2015-05-18linaro-edk2-prep: update lava test definition for rtsm_fvp_base-aemv8aFu Wei
* update bl1/fip binaries: fvp-minimal -> fvp-base-armbds * update boot_cmds - menu has changed Signed-off-by: Fu Wei <fu.wei@linaro.org> Change-Id: I9c7a9f40d931b9abff15b92d9dffa5a981356107
2015-05-15linaro-edk2: use pre-installed toolchainFathi Boudra
save bandwidth and build time Change-Id: I8d57c375d05bcbab1e4fa8b5cb47da49c2f17bb7 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-05-07linaro-edk2-prep: add EDK2 debug build to iSCSI testingRoy Franz
test the EDK2 debug image for iSCSI functionality. Change-Id: Ie2a4f1b6298e916bb28d42f3f2b3eaaea669c9f1 Signed-off-by: Roy Franz <roy.franz@linaro.org>
2015-05-07linaro-edk2[-prep|upstream] compress pflashRiku Voipio
pflash images take quite a lot of space and compress easily. Change-Id: I5b45f809648c1c6f23a06fc1eccb175493a6e1a1 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-04-28linaro-edk2[-prep|upstream] Generate pflash filesRiku Voipio
As discussed on #linaro-lava, it should not be the job of lava to generate pflash files. Thus, generate them in the CI jobs. The find oneliner searches for all files named QEMU_EFI.fd and generates a QEMU_EFI.img pflash into the same directory. - only tested locally Part of fixing: https://bugs.linaro.org/show_bug.cgi?id=1043 Change-Id: I2aa0a8d470cb1c9c421542d98ca8fab092d4b5ab Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-04-22linaro-edk2-prep: allow users to build/cancel jobFathi Boudra
Change-Id: Ic661528b2a59755b4841578df38a4617cad21b20 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-04-18linaro-edk2-prep: fix path to QEMU EFI imageRoy Franz
We need the intelbds version, which is at a different path. Change-Id: I6484ffe9ce4973ebf7c3c96faa03f18e1770383d Signed-off-by: Roy Franz <roy.franz@linaro.org>
2015-04-10linaro-edk2-prep: add qemu-aarch64 UEFI test definitionFu Wei
Change-Id: I1ad81a416b3b1f37df33ed6a8c44015ebd400b9d Signed-off-by: Fu Wei<fu.wei@linaro.org> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-04-08Deprecate PUBLISH_KEY password parameter in favor of linaro-publish-tokenFathi Boudra
Change-Id: Ic712ec02a094f6a4dcac124cc4344033900fb722 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-04-07use the refs/heads/<branchName> syntaxFathi Boudra
<remoteRepoName>/<branchName> can be ambiguous. Per the documentation: The safest way is to use the refs/heads/<branchName> syntax. This way the expected branch is unambiguous. If ambiguous the first result is taken, which is not necessarily the expected one. Better use refs/heads/<branchName>. Change-Id: I838e2b22e3b256d1c294e8a071a97960f109e652 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-03-16 linaro-edk2-prep: add QEMU iSCSI test (in kvm environment) test definitionFu Wei
Change-Id: Ic4ac4c872a70d301ef273a2fb0936e7c368292ca
2014-12-19linaro-edk2-prep: update initrd URL to latest releaseFathi Boudra
Change-Id: I95f110f418a410c2f244c9da10fe484bd9ec1341 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-12-18linaro-edk2-prep: use startup.nsh from LEG kernelFathi Boudra
Change-Id: I9c73ab360d93b60c20000c549dd44a7695f13408 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-12-18linaro-edk2-prep: add lava jobs submissionFathi Boudra
remove linaro-edk2-prep-fuwei yaml, merged into the official job. Change-Id: I266b0f6f4174ddaea1a6b3d76b833dbf90634b9f Signed-off-by: Fu Wei <fu.wei@linaro.org> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-12-16Add linaro-edk2-prep jobFathi Boudra
Change-Id: Ib4d557e297f5b7006016aaca61dbe6d9f8d474de Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>