Skip to content

Commit e3acf89

Browse files
committed
ci/lava: hardcode poky-altcfg for LAVA testing for the time being
Till we figure out the testplan for qcom-distro/poky-altcfg/debian/etc run the testing like it was before this PR, meaning poky(-altcfg). Signed-off-by: Koen Kooi <[email protected]>
1 parent d042722 commit e3acf89

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

ci/lava/dragonboard-410c/boot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ actions:
77
boot:
88
headers:
99
Authentication: Q_GITHUB_TOKEN
10-
url: "{{BUILD_DOWNLOAD_URL}}/qcom-armv8a/boot-apq8016-sbc-qcom-armv8a.img"
10+
url: "{{BUILD_DOWNLOAD_URL}}/poky-altcfg/qcom-armv8a/boot-apq8016-sbc-qcom-armv8a.img"
1111
rootfs:
1212
headers:
1313
Authentication: Q_GITHUB_TOKEN
14-
url: "{{BUILD_DOWNLOAD_URL}}/qcom-armv8a/core-image-base-qcom-armv8a.rootfs.ext4.gz"
14+
url: "{{BUILD_DOWNLOAD_URL}}/poky-altcfg/qcom-armv8a/core-image-base-qcom-armv8a.rootfs.ext4.gz"
1515
compression: gz
1616
postprocess:
1717
docker:

ci/lava/dragonboard-820c/boot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ actions:
77
boot:
88
headers:
99
Authentication: Q_GITHUB_TOKEN
10-
url: "{{BUILD_DOWNLOAD_URL}}/qcom-armv8a/boot-apq8096-db820c-qcom-armv8a.img"
10+
url: "{{BUILD_DOWNLOAD_URL}}/poky-altcfg/qcom-armv8a/boot-apq8096-db820c-qcom-armv8a.img"
1111
rootfs:
1212
headers:
1313
Authentication: Q_GITHUB_TOKEN
14-
url: "{{BUILD_DOWNLOAD_URL}}/qcom-armv8a/core-image-base-qcom-armv8a.rootfs.ext4.gz"
14+
url: "{{BUILD_DOWNLOAD_URL}}/poky-altcfg/qcom-armv8a/core-image-base-qcom-armv8a.rootfs.ext4.gz"
1515
compression: gz
1616
postprocess:
1717
docker:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ actions:
44
image:
55
headers:
66
Authentication: Q_GITHUB_TOKEN
7-
url: "{{BUILD_DOWNLOAD_URL}}/{{DEVICE_TYPE}}/core-image-base-{{DEVICE_TYPE}}.rootfs.qcomflash.tar.gz"
7+
url: "{{BUILD_DOWNLOAD_URL}}/poky-altcfg/{{DEVICE_TYPE}}/core-image-base-{{DEVICE_TYPE}}.rootfs.qcomflash.tar.gz"
88
postprocess:
99
docker:
1010
image: ghcr.io/foundriesio/lava-lmp-sign:main

ci/lava/qcs9075-iq-9075-evk/boot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ actions:
44
image:
55
headers:
66
Authentication: Q_GITHUB_TOKEN
7-
url: "{{BUILD_DOWNLOAD_URL}}/{{DEVICE_TYPE}}/core-image-base-{{DEVICE_TYPE}}.rootfs.qcomflash.tar.gz"
7+
url: "{{BUILD_DOWNLOAD_URL}}/poky-altcfg/{{DEVICE_TYPE}}/core-image-base-{{DEVICE_TYPE}}.rootfs.qcomflash.tar.gz"
88
postprocess:
99
docker:
1010
image: ghcr.io/foundriesio/lava-lmp-sign:main

ci/lava/qcs9100-ride-sx/boot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ actions:
44
image:
55
headers:
66
Authentication: Q_GITHUB_TOKEN
7-
url: "{{BUILD_DOWNLOAD_URL}}/{{DEVICE_TYPE}}/core-image-base-{{DEVICE_TYPE}}.rootfs.qcomflash.tar.gz"
7+
url: "{{BUILD_DOWNLOAD_URL}}/poky-altcfg/{{DEVICE_TYPE}}/core-image-base-{{DEVICE_TYPE}}.rootfs.qcomflash.tar.gz"
88
postprocess:
99
docker:
1010
image: ghcr.io/foundriesio/lava-lmp-sign:main

ci/lava/qrb2210-rb1-core-kit/boot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ actions:
44
image:
55
headers:
66
Authentication: Q_GITHUB_TOKEN
7-
url: "{{BUILD_DOWNLOAD_URL}}/{{DEVICE_TYPE}}/core-image-base-{{DEVICE_TYPE}}.rootfs.qcomflash.tar.gz"
7+
url: "{{BUILD_DOWNLOAD_URL}}/poky-altcfg/{{DEVICE_TYPE}}/core-image-base-{{DEVICE_TYPE}}.rootfs.qcomflash.tar.gz"
88
postprocess:
99
docker:
1010
image: ghcr.io/foundriesio/lava-lmp-sign:main

0 commit comments

Comments
 (0)