Skip to content

Commit

Permalink
branches: Add 6.7 and 6.8 stable branch
Browse files Browse the repository at this point in the history
Signed-off-by: Naresh Kamboju <[email protected]>
  • Loading branch information
Naresh Kamboju committed Mar 19, 2024
1 parent b9f5e32 commit 32f198c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _data/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ branches:
- "5.15"
- "6.1"
- "6.6"
- "6.7"
- "6.8"
- mainline
- linux-next

Expand All @@ -31,6 +33,12 @@ gitlab-builds:
- branch: "6.6"
gitlab-pipeline-url: "https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc/pipelines/linux-6.6.y/latest"
gitlab-badge-url: "https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc/badges/linux-6.6.y/pipeline.svg"
- branch: "6.7"
gitlab-pipeline-url: "https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc/pipelines/linux-6.7.y/latest"
gitlab-badge-url: "https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc/badges/linux-6.7.y/pipeline.svg"
- branch: "6.8"
gitlab-pipeline-url: "https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc/pipelines/linux-6.8.y/latest"
gitlab-badge-url: "https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc/badges/linux-6.8.y/pipeline.svg"
- branch: "mainline"
gitlab-pipeline-url: "https://gitlab.com/Linaro/lkft/mirrors/torvalds/linux-mainline/pipelines/master/latest"
gitlab-badge-url: "https://gitlab.com/Linaro/lkft/mirrors/torvalds/linux-mainline/badges/master/pipeline.svg"
Expand Down
6 changes: 6 additions & 0 deletions _data/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ tests:
- name: "6.6"
project_url: "https://qa-reports.linaro.org/api/projects/1971/"
squad_url: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/
- name: "6.7"
project_url: "https://qa-reports.linaro.org/api/projects/2028/"
squad_url: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.7.y/
- name: "6.8"
project_url: "https://qa-reports.linaro.org/api/projects/2087/"
squad_url: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.8.y/
- name: "mainline"
project_url: "https://qa-reports.linaro.org/api/projects/22/"
squad_url: https://qa-reports.linaro.org/lkft/linux-mainline-master/
Expand Down

0 comments on commit 32f198c

Please sign in to comment.