Skip to content

Commit 9fc0d2e

Browse files
committed
ci: lava: fix flashing path for tarballs
After change in platform names caused by introduction of ptool, LAVA jobs fail because of wrong path in the tarball. This patch adjusts the name of the directory so the flashing can now succeed. Signed-off-by: Milosz Wasilewski <[email protected]>
1 parent 8128ea5 commit 9fc0d2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/lava/qcs6490-rb3gen2-core-kit/boot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ actions:
1414
- echo "OVERLAY=overlay.tar.gz" >> $IMAGE_PATH/flash.settings
1515
- echo "OVERLAY_PATH=/home/" >> $IMAGE_PATH/flash.settings
1616
- echo "ROOTFS_IMAGE=disk-ufs.img2" >> $IMAGE_PATH/flash.settings
17-
- echo "DEVICE_TYPE=debian-rb3gen2-vision-kit" >> $IMAGE_PATH/flash.settings
17+
- echo "DEVICE_TYPE=debian-qcs6490-rb3gen2-vision-kit" >> $IMAGE_PATH/flash.settings
1818
- cat $IMAGE_PATH/flash.settings
1919
timeout:
2020
minutes: 5

ci/lava/qrb2210-rb1/boot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ actions:
1515
- echo "OVERLAY_PATH=/home/" >> $IMAGE_PATH/flash.settings
1616
- echo "STORAGE=emmc" >> $IMAGE_PATH/flash.settings
1717
- echo "ROOTFS_IMAGE=disk-sdcard.img2" >> $IMAGE_PATH/flash.settings
18-
- echo "DEVICE_TYPE=debian-rb1" >> $IMAGE_PATH/flash.settings
18+
- echo "DEVICE_TYPE=debian-qrb2210-rb1" >> $IMAGE_PATH/flash.settings
1919
- cat $IMAGE_PATH/flash.settings
2020
timeout:
2121
minutes: 5

0 commit comments

Comments
 (0)