Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/linux-daily-linux-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wasn't sure whether to create a new issue about this or reuse the existing issue.

lava_boards_exclude: '["glymur-crd", "qcs615-ride", "qcs8300-ride", "lemans-evk", "qrb2210-rb1"]'
secrets:
LAVATOKEN: ${{ secrets.LAVATOKEN }}
4 changes: 3 additions & 1 deletion .github/workflows/linux-weekly-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Loading