@@ -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.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
26
26
check_cache :
27
27
name : Check Cache
28
28
runs-on : ubuntu-latest
29
29
container : tuxmake/x86_64_korg-clang-13
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.13 .y
33
+ GIT_REF : linux-6.14 .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.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
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
@@ -117,35 +117,6 @@ jobs:
117
117
name : boot_utils_json_defconfigs
118
118
- name : Check Build and Boot Logs
119
119
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
149
120
_9532604fe2c353a710edd757453b4457 :
150
121
runs-on : ubuntu-latest
151
122
needs :
@@ -893,7 +864,7 @@ jobs:
893
864
if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
894
865
- name : tuxsuite
895
866
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
897
868
- name : Update Cache Build Status
898
869
if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
899
870
run : python caching/update.py
@@ -914,64 +885,6 @@ jobs:
914
885
path : boot-utils.json
915
886
name : boot_utils_json_distribution_configs
916
887
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
975
888
_4ea8d243e3e51ec6660087aeb805e67a :
976
889
runs-on : ubuntu-latest
977
890
needs :
@@ -1342,7 +1255,7 @@ jobs:
1342
1255
if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1343
1256
- name : tuxsuite
1344
1257
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
1346
1259
- name : Update Cache Build Status
1347
1260
if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1348
1261
run : python caching/update.py
@@ -1363,35 +1276,6 @@ jobs:
1363
1276
path : boot-utils.json
1364
1277
name : boot_utils_json_allconfigs
1365
1278
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
1395
1279
_e3671bdb6f10d3349593b86cc9b324f6 :
1396
1280
runs-on : ubuntu-latest
1397
1281
needs :
@@ -1421,35 +1305,6 @@ jobs:
1421
1305
name : boot_utils_json_allconfigs
1422
1306
- name : Check Build and Boot Logs
1423
1307
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
1453
1308
_bc93ab0a758b33cf3167fdbdeb2b0705 :
1454
1309
runs-on : ubuntu-latest
1455
1310
needs :
0 commit comments