Skip to content

Commit ead1df1

Browse files
committed
ci: Regenerate GitHub Actions workflow and TuxSuite files
Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 19233c4 commit ead1df1

File tree

2 files changed

+0
-192
lines changed

2 files changed

+0
-192
lines changed

.github/workflows/next-clang-13.yml

Lines changed: 0 additions & 145 deletions
Original file line numberDiff line numberDiff line change
@@ -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:

tuxsuite/next-clang-13.tux.yml

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ jobs:
2121
make_variables:
2222
LLVM: 1
2323
LLVM_IAS: 1
24-
- target_arch: arm
25-
toolchain: korg-clang-13
26-
kconfig: aspeed_g5_defconfig
27-
targets:
28-
- kernel
29-
- dtbs
30-
make_variables:
31-
LLVM: 1
32-
LLVM_IAS: 1
3324
- target_arch: arm
3425
toolchain: korg-clang-13
3526
kconfig: multi_v7_defconfig
@@ -293,22 +284,6 @@ jobs:
293284
LLVM_IAS: 1
294285
- name: distribution_configs
295286
builds:
296-
- target_arch: arm
297-
toolchain: korg-clang-13
298-
kconfig: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
299-
targets:
300-
- kernel
301-
make_variables:
302-
LLVM: 1
303-
LLVM_IAS: 1
304-
- target_arch: arm
305-
toolchain: korg-clang-13
306-
kconfig: https://github.com/openSUSE/kernel-source/raw/master/config/armv7hl/default
307-
targets:
308-
- kernel
309-
make_variables:
310-
LLVM: 1
311-
LLVM_IAS: 1
312287
- target_arch: arm64
313288
toolchain: korg-clang-13
314289
kconfig: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.aarch64
@@ -413,17 +388,6 @@ jobs:
413388
LLVM_IAS: 1
414389
- name: allconfigs
415390
builds:
416-
- target_arch: arm
417-
toolchain: korg-clang-13
418-
kconfig:
419-
- allmodconfig
420-
- CONFIG_WERROR=n
421-
- CONFIG_DRM_WERROR=n
422-
targets:
423-
- default
424-
make_variables:
425-
LLVM: 1
426-
LLVM_IAS: 1
427391
- target_arch: arm
428392
toolchain: korg-clang-13
429393
kconfig: allnoconfig
@@ -432,17 +396,6 @@ jobs:
432396
make_variables:
433397
LLVM: 1
434398
LLVM_IAS: 1
435-
- target_arch: arm
436-
toolchain: korg-clang-13
437-
kconfig:
438-
- allyesconfig
439-
- CONFIG_WERROR=n
440-
- CONFIG_DRM_WERROR=n
441-
targets:
442-
- default
443-
make_variables:
444-
LLVM: 1
445-
LLVM_IAS: 1
446399
- target_arch: arm64
447400
toolchain: korg-clang-13
448401
kconfig: allmodconfig

0 commit comments

Comments
 (0)