aboutsummaryrefslogtreecommitdiff
path: root/linaro-edk2.yaml
diff options
context:
space:
mode:
authorFu Wei <fu.wei@linaro.org>2015-05-17 17:46:29 +0800
committerFathi Boudra <fathi.boudra@linaro.org>2015-05-18 10:08:34 +0300
commit97d4d902880dffaa5e232b326a01cb2e75f48c36 (patch)
treee01f7896499c017afd2c00f76b8e84ade4766d95 /linaro-edk2.yaml
parent839133aa3b66e21c4d714cea64640a112048f308 (diff)
linaro-edk2: update lava test definition for rtsm_fvp_base-aemv8a
* 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: Id3a6b2032f0b49f83fad091bbda30ccaf8c43299
Diffstat (limited to 'linaro-edk2.yaml')
-rw-r--r--linaro-edk2.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/linaro-edk2.yaml b/linaro-edk2.yaml
index 1c4f48e7fa..5da442ea37 100644
--- a/linaro-edk2.yaml
+++ b/linaro-edk2.yaml
@@ -90,8 +90,8 @@
- inject:
properties-file: lava_job_definition_parameters
- shell: |
- BL1_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp_minimal/bl1.bin
- FIP_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp_minimal/fip.bin
+ BL1_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp-base-armbds/bl1.bin
+ FIP_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp-base-armbds/fip.bin
rm -rf configs
git clone --depth 1 http://git.linaro.org/ci/job/configs.git
@@ -123,8 +123,8 @@
property-file: post_build_lava_parameters_grub_install
block: true
- shell: |
- BL1_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp_minimal/bl1.bin
- FIP_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp_minimal/fip.bin
+ BL1_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp-base-armbds/bl1.bin
+ FIP_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp-base-armbds/fip.bin
sed -e "s|\${BUILD_NUMBER}|${BUILD_NUMBER}|" \
-e "s|\${BUILD_URL}|${BUILD_URL}|" \
@@ -153,8 +153,8 @@
property-file: post_build_lava_parameters_startup_boot
block: true
- shell: |
- BL1_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp_minimal/bl1.bin
- FIP_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp_minimal/fip.bin
+ BL1_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp-base-armbds/bl1.bin
+ FIP_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp-base-armbds/fip.bin
sed -e "s|\${BUILD_NUMBER}|${BUILD_NUMBER}|" \
-e "s|\${BUILD_URL}|${BUILD_URL}|" \
@@ -183,8 +183,8 @@
property-file: post_build_lava_parameters_menu_boot
block: true
- shell: |
- BL1_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp_minimal/bl1.bin
- FIP_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp_minimal/fip.bin
+ BL1_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp-base-armbds/bl1.bin
+ FIP_URL=https://snapshots.linaro.org/components/kernel/${JOB_NAME}/${BUILD_NUMBER}/release/fvp-base-armbds/fip.bin
sed -e "s|\${BUILD_NUMBER}|${BUILD_NUMBER}|" \
-e "s|\${BUILD_URL}|${BUILD_URL}|" \