@@ -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.14 .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.15 .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.14 .y
33
+ GIT_REF : linux-6.15 .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.14 .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.15 .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
@@ -552,13 +552,13 @@ jobs:
552
552
name : boot_utils_json_defconfigs
553
553
- name : Check Build and Boot Logs
554
554
run : scripts/check-logs.py
555
- _0a729ec9537be6bf294c840bad55f2ce :
555
+ _fbcd0f7c0945b3672fd4bf8fb18cd9f5 :
556
556
runs-on : ubuntu-latest
557
557
needs :
558
558
- kick_tuxsuite_defconfigs
559
559
- check_cache
560
560
- check_patches
561
- name : ARCH=mips LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 malta_defconfig+CONFIG_BLK_DEV_INITRD=y+CONFIG_CPU_BIG_ENDIAN=y
561
+ name : ARCH=mips LLVM=1 LLVM_IAS=0 LLVM_VERSION=15 malta_defconfig+CONFIG_BLK_DEV_INITRD=y+CONFIG_CPU_BIG_ENDIAN=y
562
562
if : ${{ needs.check_cache.outputs.status != 'pass' }}
563
563
env :
564
564
ARCH : mips
@@ -581,13 +581,13 @@ jobs:
581
581
name : boot_utils_json_defconfigs
582
582
- name : Check Build and Boot Logs
583
583
run : scripts/check-logs.py
584
- _e22d35813d8ce8d6b63a9a4d7b9db0c6 :
584
+ _ab37ef32e41b6e740043c4ede25ff780 :
585
585
runs-on : ubuntu-latest
586
586
needs :
587
587
- kick_tuxsuite_defconfigs
588
588
- check_cache
589
589
- check_patches
590
- name : ARCH=mips LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 malta_defconfig+CONFIG_BLK_DEV_INITRD=y
590
+ name : ARCH=mips LLVM=1 LLVM_IAS=0 LLVM_VERSION=15 malta_defconfig+CONFIG_BLK_DEV_INITRD=y
591
591
if : ${{ needs.check_cache.outputs.status != 'pass' }}
592
592
env :
593
593
ARCH : mips
@@ -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.14 .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.15 .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.14 .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.15 .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
@@ -1943,33 +1943,4 @@ jobs:
1943
1943
name : boot_utils_json_allconfigs
1944
1944
- name : Check Build and Boot Logs
1945
1945
run : scripts/check-logs.py
1946
- _2761279f511773a7e0d3689117cf5c33 :
1947
- runs-on : ubuntu-latest
1948
- needs :
1949
- - kick_tuxsuite_allconfigs
1950
- - check_cache
1951
- - check_patches
1952
- name : ARCH=x86_64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 allyesconfig
1953
- if : ${{ needs.check_cache.outputs.status != 'pass' }}
1954
- env :
1955
- ARCH : x86_64
1956
- LLVM_VERSION : 15
1957
- BOOT : 0
1958
- CONFIG : allyesconfig
1959
- REPO_SCOPED_PAT : ${{ secrets.REPO_SCOPED_PAT }}
1960
- container :
1961
- image : ghcr.io/clangbuiltlinux/qemu
1962
- options : --ipc=host
1963
- steps :
1964
- - uses : actions/checkout@v4
1965
- with :
1966
- submodules : true
1967
- - uses : actions/download-artifact@v4
1968
- with :
1969
- name : output_artifact_allconfigs
1970
- - uses : actions/download-artifact@v4
1971
- with :
1972
- name : boot_utils_json_allconfigs
1973
- - name : Check Build and Boot Logs
1974
- run : scripts/check-logs.py
1975
1946
0 commit comments