@@ -22,15 +22,15 @@ jobs:
22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
- 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
26
26
check_cache :
27
27
name : Check Cache
28
28
runs-on : ubuntu-latest
29
29
container : tuxmake/x86_64_korg-clang-15
30
30
needs : check_patches
31
31
env :
32
32
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
34
34
outputs :
35
35
output : ${{ steps.step2.outputs.output }}
36
36
status : ${{ steps.step2.outputs.status }}
67
67
if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
68
68
- name : tuxsuite
69
69
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
71
71
- name : Update Cache Build Status
72
72
if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
73
73
run : python caching/update.py
@@ -1038,7 +1038,7 @@ jobs:
1038
1038
if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1039
1039
- name : tuxsuite
1040
1040
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
1042
1042
- name : Update Cache Build Status
1043
1043
if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1044
1044
run : python caching/update.py
@@ -1545,7 +1545,7 @@ jobs:
1545
1545
if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1546
1546
- name : tuxsuite
1547
1547
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
1549
1549
- name : Update Cache Build Status
1550
1550
if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1551
1551
run : python caching/update.py
0 commit comments