diff --git a/.github/workflows/linux-daily-linux-next.yml b/.github/workflows/linux-daily-linux-next.yml index 2e3203d5..769b9a27 100644 --- a/.github/workflows/linux-daily-linux-next.yml +++ b/.github/workflows/linux-daily-linux-next.yml @@ -27,6 +27,8 @@ jobs: # reference build: we want the debs and the LAVA results to compare # against, but its failures must not gate qcom-deb-images work lava_report_test_results_externally: false - lava_boards_exclude: '["glymur-crd", "qcs615-ride", "qcs8300-ride", "lemans-evk"]' + # qrb2210-rb1 doesn't boot with mainline, only qcom-next; see + # https://github.com/qualcomm-linux/qcom-deb-images/issues/424 + lava_boards_exclude: '["glymur-crd", "qcs615-ride", "qcs8300-ride", "lemans-evk", "qrb2210-rb1"]' secrets: LAVATOKEN: ${{ secrets.LAVATOKEN }} diff --git a/.github/workflows/linux-weekly-mainline.yml b/.github/workflows/linux-weekly-mainline.yml index f8734c3f..df62e254 100644 --- a/.github/workflows/linux-weekly-mainline.yml +++ b/.github/workflows/linux-weekly-mainline.yml @@ -30,6 +30,8 @@ jobs: # monaco-evk only validated against the linux-next/qcom-next/arduino # kernels so far; see # https://github.com/qualcomm-linux/qcom-deb-images/issues/440 - lava_boards_exclude: '["glymur-crd", "monaco-evk", "qcs615-ride", "qcs8300-ride", "lemans-evk"]' + # qrb2210-rb1 doesn't boot with mainline, only qcom-next; see + # https://github.com/qualcomm-linux/qcom-deb-images/issues/424 + lava_boards_exclude: '["glymur-crd", "monaco-evk", "qcs615-ride", "qcs8300-ride", "lemans-evk", "qrb2210-rb1"]' secrets: LAVATOKEN: ${{ secrets.LAVATOKEN }}