@@ -509,36 +509,6 @@ jobs:
509509 - uses : astral-sh/setup-uv@v7
510510 - name : Check Build and Boot Logs
511511 run : scripts/check-logs.py
512- _7dde147b804e95998e110f5dfe487e8f :
513- runs-on : ubuntu-latest
514- needs :
515- - kick_tuxsuite_defconfigs
516- - check_cache
517- - check_patches
518- name : ARCH=i386 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 defconfig
519- if : ${{ needs.check_cache.outputs.status != 'pass' }}
520- env :
521- ARCH : i386
522- LLVM_VERSION : 13
523- BOOT : 1
524- CONFIG : defconfig
525- REPO_SCOPED_PAT : ${{ secrets.REPO_SCOPED_PAT }}
526- container :
527- image : ghcr.io/clangbuiltlinux/qemu
528- options : --ipc=host
529- steps :
530- - uses : actions/checkout@v6
531- with :
532- submodules : true
533- - uses : actions/download-artifact@v7
534- with :
535- name : output_artifact_defconfigs
536- - uses : actions/download-artifact@v7
537- with :
538- name : boot_utils_json_defconfigs
539- - uses : astral-sh/setup-uv@v7
540- - name : Check Build and Boot Logs
541- run : scripts/check-logs.py
542512 _41bfb2f60b3f93f83d0159ac988829d1 :
543513 runs-on : ubuntu-latest
544514 needs :
@@ -1094,36 +1064,6 @@ jobs:
10941064 - uses : astral-sh/setup-uv@v7
10951065 - name : Check Build and Boot Logs
10961066 run : scripts/check-logs.py
1097- _a806c79f399d017938fc07b0c8ab38ac :
1098- runs-on : ubuntu-latest
1099- needs :
1100- - kick_tuxsuite_distribution_configs
1101- - check_cache
1102- - check_patches
1103- name : ARCH=i386 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://github.com/openSUSE/kernel-source/raw/master/config/i386/default
1104- if : ${{ needs.check_cache.outputs.status != 'pass' }}
1105- env :
1106- ARCH : i386
1107- LLVM_VERSION : 13
1108- BOOT : 0
1109- CONFIG : https://github.com/openSUSE/kernel-source/raw/master/config/i386/default
1110- REPO_SCOPED_PAT : ${{ secrets.REPO_SCOPED_PAT }}
1111- container :
1112- image : ghcr.io/clangbuiltlinux/qemu
1113- options : --ipc=host
1114- steps :
1115- - uses : actions/checkout@v6
1116- with :
1117- submodules : true
1118- - uses : actions/download-artifact@v7
1119- with :
1120- name : output_artifact_distribution_configs
1121- - uses : actions/download-artifact@v7
1122- with :
1123- name : boot_utils_json_distribution_configs
1124- - uses : astral-sh/setup-uv@v7
1125- - name : Check Build and Boot Logs
1126- run : scripts/check-logs.py
11271067 _8b6df55ad42c8292cbfb9be4035427ac :
11281068 runs-on : ubuntu-latest
11291069 needs :
0 commit comments