@@ -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.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
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.14 .y
33+ GIT_REF : linux-6.15 .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.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
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
@@ -552,13 +552,13 @@ jobs:
552552 name : boot_utils_json_defconfigs
553553 - name : Check Build and Boot Logs
554554 run : scripts/check-logs.py
555- _0a729ec9537be6bf294c840bad55f2ce :
555+ _fbcd0f7c0945b3672fd4bf8fb18cd9f5 :
556556 runs-on : ubuntu-latest
557557 needs :
558558 - kick_tuxsuite_defconfigs
559559 - check_cache
560560 - 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
562562 if : ${{ needs.check_cache.outputs.status != 'pass' }}
563563 env :
564564 ARCH : mips
@@ -581,13 +581,13 @@ jobs:
581581 name : boot_utils_json_defconfigs
582582 - name : Check Build and Boot Logs
583583 run : scripts/check-logs.py
584- _e22d35813d8ce8d6b63a9a4d7b9db0c6 :
584+ _ab37ef32e41b6e740043c4ede25ff780 :
585585 runs-on : ubuntu-latest
586586 needs :
587587 - kick_tuxsuite_defconfigs
588588 - check_cache
589589 - 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
591591 if : ${{ needs.check_cache.outputs.status != 'pass' }}
592592 env :
593593 ARCH : mips
@@ -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.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
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.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
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
@@ -1943,33 +1943,4 @@ jobs:
19431943 name : boot_utils_json_allconfigs
19441944 - name : Check Build and Boot Logs
19451945 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
19751946
0 commit comments