@@ -22,15 +22,15 @@ jobs:
2222 steps :
2323 - uses : actions/checkout@v6
2424 - name : check-patches-apply.py
25- run : python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.19 .y
25+ run : python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-7.0 .y
2626 check_cache :
2727 name : Check Cache
2828 runs-on : ubuntu-latest
2929 container : tuxmake/x86_64_korg-clang-15
3030 needs : check_patches
3131 env :
3232 GIT_REPO : https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
33- GIT_REF : linux-6.19 .y
33+ GIT_REF : linux-7.0 .y
3434 outputs :
3535 output : ${{ steps.step2.outputs.output }}
3636 status : ${{ steps.step2.outputs.status }}
6868 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6969 - name : tuxsuite
7070 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
71- run : tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.19 .y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
71+ run : tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-7.0 .y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
7272 - name : Update Cache Build Status
7373 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7474 run : caching/update.py
@@ -1013,7 +1013,7 @@ jobs:
10131013 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
10141014 - name : tuxsuite
10151015 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1016- run : tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.19 .y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
1016+ run : tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-7.0 .y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
10171017 - name : Update Cache Build Status
10181018 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
10191019 run : caching/update.py
@@ -1508,7 +1508,7 @@ jobs:
15081508 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
15091509 - name : tuxsuite
15101510 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1511- run : tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.19 .y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
1511+ run : tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-7.0 .y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
15121512 - name : Update Cache Build Status
15131513 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
15141514 run : caching/update.py
@@ -1739,36 +1739,6 @@ jobs:
17391739 - uses : astral-sh/setup-uv@v7
17401740 - name : Check Build and Boot Logs
17411741 run : scripts/check-logs.py
1742- _9a6f119835bcd828a7607f3d4f71fce2 :
1743- runs-on : ubuntu-latest
1744- needs :
1745- - kick_tuxsuite_allconfigs
1746- - check_cache
1747- - check_patches
1748- name : ARCH=hexagon BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1749- if : ${{ needs.check_cache.outputs.status != 'pass' }}
1750- env :
1751- ARCH : hexagon
1752- LLVM_VERSION : 15
1753- BOOT : 0
1754- CONFIG : allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1755- REPO_SCOPED_PAT : ${{ secrets.REPO_SCOPED_PAT }}
1756- container :
1757- image : ghcr.io/clangbuiltlinux/qemu
1758- options : --ipc=host
1759- steps :
1760- - uses : actions/checkout@v6
1761- with :
1762- submodules : true
1763- - uses : actions/download-artifact@v7
1764- with :
1765- name : output_artifact_allconfigs
1766- - uses : actions/download-artifact@v7
1767- with :
1768- name : boot_utils_json_allconfigs
1769- - uses : astral-sh/setup-uv@v7
1770- - name : Check Build and Boot Logs
1771- run : scripts/check-logs.py
17721742 _3902ac9f61b2097c1dbe17ddb78f7813 :
17731743 runs-on : ubuntu-latest
17741744 needs :
0 commit comments