@@ -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.13 .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.14 .y
2626 check_cache :
2727 name : Check Cache
2828 runs-on : ubuntu-latest
2929 container : tuxmake/x86_64_korg-clang-13
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.13 .y
33+ GIT_REF : linux-6.14 .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.13 .y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-13.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.14 .y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-13.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
@@ -117,35 +117,6 @@ jobs:
117117 name : boot_utils_json_defconfigs
118118 - name : Check Build and Boot Logs
119119 run : scripts/check-logs.py
120- _3dcc2dad9e1ef4e6a3f358ffef73f7fe :
121- runs-on : ubuntu-latest
122- needs :
123- - kick_tuxsuite_defconfigs
124- - check_cache
125- - check_patches
126- name : ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 aspeed_g5_defconfig
127- if : ${{ needs.check_cache.outputs.status != 'pass' }}
128- env :
129- ARCH : arm
130- LLVM_VERSION : 13
131- BOOT : 1
132- CONFIG : aspeed_g5_defconfig
133- REPO_SCOPED_PAT : ${{ secrets.REPO_SCOPED_PAT }}
134- container :
135- image : ghcr.io/clangbuiltlinux/qemu
136- options : --ipc=host
137- steps :
138- - uses : actions/checkout@v4
139- with :
140- submodules : true
141- - uses : actions/download-artifact@v4
142- with :
143- name : output_artifact_defconfigs
144- - uses : actions/download-artifact@v4
145- with :
146- name : boot_utils_json_defconfigs
147- - name : Check Build and Boot Logs
148- run : scripts/check-logs.py
149120 _9532604fe2c353a710edd757453b4457 :
150121 runs-on : ubuntu-latest
151122 needs :
@@ -893,7 +864,7 @@ jobs:
893864 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
894865 - name : tuxsuite
895866 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
896- run : tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13 .y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true
867+ 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 tuxsuite/stable-clang-13.tux.yml || true
897868 - name : Update Cache Build Status
898869 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
899870 run : python caching/update.py
@@ -914,64 +885,6 @@ jobs:
914885 path : boot-utils.json
915886 name : boot_utils_json_distribution_configs
916887 if-no-files-found : error
917- _2ab45d26e9b2423e7aa5b58f9feb9e01 :
918- runs-on : ubuntu-latest
919- needs :
920- - kick_tuxsuite_distribution_configs
921- - check_cache
922- - check_patches
923- name : ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.armv7
924- if : ${{ needs.check_cache.outputs.status != 'pass' }}
925- env :
926- ARCH : arm
927- LLVM_VERSION : 13
928- BOOT : 1
929- CONFIG : https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.armv7
930- REPO_SCOPED_PAT : ${{ secrets.REPO_SCOPED_PAT }}
931- container :
932- image : ghcr.io/clangbuiltlinux/qemu
933- options : --ipc=host
934- steps :
935- - uses : actions/checkout@v4
936- with :
937- submodules : true
938- - uses : actions/download-artifact@v4
939- with :
940- name : output_artifact_distribution_configs
941- - uses : actions/download-artifact@v4
942- with :
943- name : boot_utils_json_distribution_configs
944- - name : Check Build and Boot Logs
945- run : scripts/check-logs.py
946- _1435de1ebd93ba0b4f841682571dd69b :
947- runs-on : ubuntu-latest
948- needs :
949- - kick_tuxsuite_distribution_configs
950- - check_cache
951- - check_patches
952- name : ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://github.com/openSUSE/kernel-source/raw/master/config/armv7hl/default
953- if : ${{ needs.check_cache.outputs.status != 'pass' }}
954- env :
955- ARCH : arm
956- LLVM_VERSION : 13
957- BOOT : 1
958- CONFIG : https://github.com/openSUSE/kernel-source/raw/master/config/armv7hl/default
959- REPO_SCOPED_PAT : ${{ secrets.REPO_SCOPED_PAT }}
960- container :
961- image : ghcr.io/clangbuiltlinux/qemu
962- options : --ipc=host
963- steps :
964- - uses : actions/checkout@v4
965- with :
966- submodules : true
967- - uses : actions/download-artifact@v4
968- with :
969- name : output_artifact_distribution_configs
970- - uses : actions/download-artifact@v4
971- with :
972- name : boot_utils_json_distribution_configs
973- - name : Check Build and Boot Logs
974- run : scripts/check-logs.py
975888 _4ea8d243e3e51ec6660087aeb805e67a :
976889 runs-on : ubuntu-latest
977890 needs :
@@ -1342,7 +1255,7 @@ jobs:
13421255 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
13431256 - name : tuxsuite
13441257 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1345- run : tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13 .y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true
1258+ 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 tuxsuite/stable-clang-13.tux.yml || true
13461259 - name : Update Cache Build Status
13471260 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
13481261 run : python caching/update.py
@@ -1363,35 +1276,6 @@ jobs:
13631276 path : boot-utils.json
13641277 name : boot_utils_json_allconfigs
13651278 if-no-files-found : error
1366- _2309c816a58459d87da53f6d2074f5d8 :
1367- runs-on : ubuntu-latest
1368- needs :
1369- - kick_tuxsuite_allconfigs
1370- - check_cache
1371- - check_patches
1372- name : ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1373- if : ${{ needs.check_cache.outputs.status != 'pass' }}
1374- env :
1375- ARCH : arm
1376- LLVM_VERSION : 13
1377- BOOT : 0
1378- CONFIG : allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1379- REPO_SCOPED_PAT : ${{ secrets.REPO_SCOPED_PAT }}
1380- container :
1381- image : ghcr.io/clangbuiltlinux/qemu
1382- options : --ipc=host
1383- steps :
1384- - uses : actions/checkout@v4
1385- with :
1386- submodules : true
1387- - uses : actions/download-artifact@v4
1388- with :
1389- name : output_artifact_allconfigs
1390- - uses : actions/download-artifact@v4
1391- with :
1392- name : boot_utils_json_allconfigs
1393- - name : Check Build and Boot Logs
1394- run : scripts/check-logs.py
13951279 _e3671bdb6f10d3349593b86cc9b324f6 :
13961280 runs-on : ubuntu-latest
13971281 needs :
@@ -1421,35 +1305,6 @@ jobs:
14211305 name : boot_utils_json_allconfigs
14221306 - name : Check Build and Boot Logs
14231307 run : scripts/check-logs.py
1424- _1d1b9fe50f6e08aeeaaaf80cf8333f67 :
1425- runs-on : ubuntu-latest
1426- needs :
1427- - kick_tuxsuite_allconfigs
1428- - check_cache
1429- - check_patches
1430- name : ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1431- if : ${{ needs.check_cache.outputs.status != 'pass' }}
1432- env :
1433- ARCH : arm
1434- LLVM_VERSION : 13
1435- BOOT : 0
1436- CONFIG : allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1437- REPO_SCOPED_PAT : ${{ secrets.REPO_SCOPED_PAT }}
1438- container :
1439- image : ghcr.io/clangbuiltlinux/qemu
1440- options : --ipc=host
1441- steps :
1442- - uses : actions/checkout@v4
1443- with :
1444- submodules : true
1445- - uses : actions/download-artifact@v4
1446- with :
1447- name : output_artifact_allconfigs
1448- - uses : actions/download-artifact@v4
1449- with :
1450- name : boot_utils_json_allconfigs
1451- - name : Check Build and Boot Logs
1452- run : scripts/check-logs.py
14531308 _bc93ab0a758b33cf3167fdbdeb2b0705 :
14541309 runs-on : ubuntu-latest
14551310 needs :
0 commit comments