@@ -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 :
@@ -943,64 +914,6 @@ jobs:
943914 path : boot-utils.json
944915 name : boot_utils_json_distribution_configs
945916 if-no-files-found : error
946- _1dad89b577653ddc683e87e9409fc409 :
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://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
953- if : ${{ needs.check_cache.outputs.status != 'pass' }}
954- env :
955- ARCH : arm
956- LLVM_VERSION : 13
957- BOOT : 1
958- CONFIG : https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
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- _1435de1ebd93ba0b4f841682571dd69b :
976- runs-on : ubuntu-latest
977- needs :
978- - kick_tuxsuite_distribution_configs
979- - check_cache
980- - check_patches
981- name : ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://github.com/openSUSE/kernel-source/raw/master/config/armv7hl/default
982- if : ${{ needs.check_cache.outputs.status != 'pass' }}
983- env :
984- ARCH : arm
985- LLVM_VERSION : 13
986- BOOT : 1
987- CONFIG : https://github.com/openSUSE/kernel-source/raw/master/config/armv7hl/default
988- REPO_SCOPED_PAT : ${{ secrets.REPO_SCOPED_PAT }}
989- container :
990- image : ghcr.io/clangbuiltlinux/qemu
991- options : --ipc=host
992- steps :
993- - uses : actions/checkout@v4
994- with :
995- submodules : true
996- - uses : actions/download-artifact@v4
997- with :
998- name : output_artifact_distribution_configs
999- - uses : actions/download-artifact@v4
1000- with :
1001- name : boot_utils_json_distribution_configs
1002- - name : Check Build and Boot Logs
1003- run : scripts/check-logs.py
1004917 _41e97db7d8ed584321ef7865ba127060 :
1005918 runs-on : ubuntu-latest
1006919 needs :
@@ -1392,35 +1305,6 @@ jobs:
13921305 path : boot-utils.json
13931306 name : boot_utils_json_allconfigs
13941307 if-no-files-found : error
1395- _2309c816a58459d87da53f6d2074f5d8 :
1396- runs-on : ubuntu-latest
1397- needs :
1398- - kick_tuxsuite_allconfigs
1399- - check_cache
1400- - check_patches
1401- name : ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1402- if : ${{ needs.check_cache.outputs.status != 'pass' }}
1403- env :
1404- ARCH : arm
1405- LLVM_VERSION : 13
1406- BOOT : 0
1407- CONFIG : allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1408- REPO_SCOPED_PAT : ${{ secrets.REPO_SCOPED_PAT }}
1409- container :
1410- image : ghcr.io/clangbuiltlinux/qemu
1411- options : --ipc=host
1412- steps :
1413- - uses : actions/checkout@v4
1414- with :
1415- submodules : true
1416- - uses : actions/download-artifact@v4
1417- with :
1418- name : output_artifact_allconfigs
1419- - uses : actions/download-artifact@v4
1420- with :
1421- name : boot_utils_json_allconfigs
1422- - name : Check Build and Boot Logs
1423- run : scripts/check-logs.py
14241308 _e3671bdb6f10d3349593b86cc9b324f6 :
14251309 runs-on : ubuntu-latest
14261310 needs :
@@ -1450,35 +1334,6 @@ jobs:
14501334 name : boot_utils_json_allconfigs
14511335 - name : Check Build and Boot Logs
14521336 run : scripts/check-logs.py
1453- _1d1b9fe50f6e08aeeaaaf80cf8333f67 :
1454- runs-on : ubuntu-latest
1455- needs :
1456- - kick_tuxsuite_allconfigs
1457- - check_cache
1458- - check_patches
1459- name : ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1460- if : ${{ needs.check_cache.outputs.status != 'pass' }}
1461- env :
1462- ARCH : arm
1463- LLVM_VERSION : 13
1464- BOOT : 0
1465- CONFIG : allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1466- REPO_SCOPED_PAT : ${{ secrets.REPO_SCOPED_PAT }}
1467- container :
1468- image : ghcr.io/clangbuiltlinux/qemu
1469- options : --ipc=host
1470- steps :
1471- - uses : actions/checkout@v4
1472- with :
1473- submodules : true
1474- - uses : actions/download-artifact@v4
1475- with :
1476- name : output_artifact_allconfigs
1477- - uses : actions/download-artifact@v4
1478- with :
1479- name : boot_utils_json_allconfigs
1480- - name : Check Build and Boot Logs
1481- run : scripts/check-logs.py
14821337 _bc93ab0a758b33cf3167fdbdeb2b0705 :
14831338 runs-on : ubuntu-latest
14841339 needs :
0 commit comments