@@ -22,15 +22,15 @@ jobs:
2222 steps :
2323 - uses : actions/checkout@v4
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.16 .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-6.17 .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.16 .y
33+ GIT_REF : linux-6.17 .y
3434 outputs :
3535 output : ${{ steps.step2.outputs.output }}
3636 status : ${{ steps.step2.outputs.status }}
6767 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6868 - name : tuxsuite
6969 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
70- run : tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.16 .y --job-name defconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-15.tux.yml || true
70+ run : tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.17 .y --job-name defconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-15.tux.yml || true
7171 - name : Update Cache Build Status
7272 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7373 run : python caching/update.py
@@ -1038,7 +1038,7 @@ jobs:
10381038 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
10391039 - name : tuxsuite
10401040 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1041- run : tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.16 .y --job-name distribution_configs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-15.tux.yml || true
1041+ run : tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.17 .y --job-name distribution_configs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-15.tux.yml || true
10421042 - name : Update Cache Build Status
10431043 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
10441044 run : python caching/update.py
@@ -1545,7 +1545,7 @@ jobs:
15451545 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
15461546 - name : tuxsuite
15471547 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1548- run : tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.16 .y --job-name allconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-15.tux.yml || true
1548+ run : tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.17 .y --job-name allconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-15.tux.yml || true
15491549 - name : Update Cache Build Status
15501550 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
15511551 run : python caching/update.py
0 commit comments