Skip to content

Commit dce40f8

Browse files
regen all
Signed-off-by: Nick Desaulniers <[email protected]>
1 parent df8c87e commit dce40f8

12 files changed

+354
-0
lines changed

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

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,53 @@ jobs:
281281
name: boot_utils_json_defconfigs
282282
- name: Check Build and Boot Logs
283283
run: ./check_logs.py
284+
kick_tuxsuite_allconfigs:
285+
name: TuxSuite (allconfigs)
286+
runs-on: ubuntu-latest
287+
container: tuxsuite/tuxsuite
288+
env:
289+
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
290+
timeout-minutes: 480
291+
steps:
292+
- uses: actions/checkout@v3
293+
- name: tuxsuite
294+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.4.y --job-name allconfigs --json-out builds.json tuxsuite/5.4-clang-13.tux.yml || true
295+
- name: save builds.json
296+
uses: actions/upload-artifact@v3
297+
with:
298+
path: builds.json
299+
name: output_artifact_allconfigs
300+
if-no-files-found: error
301+
- name: generate boot-utils.json
302+
run: python3 scripts/generate-boot-utils-json.py ${{ secrets.GITHUB_TOKEN }}
303+
- name: save boot-utils.json
304+
uses: actions/upload-artifact@v3
305+
with:
306+
path: boot-utils.json
307+
name: boot_utils_json_allconfigs
308+
if-no-files-found: error
309+
_ff86d54e6acbce65590f71efbb2f826b:
310+
runs-on: ubuntu-latest
311+
needs: kick_tuxsuite_allconfigs
312+
name: ARCH=x86_64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 allmodconfig
313+
env:
314+
ARCH: x86_64
315+
LLVM_VERSION: 13
316+
BOOT: 0
317+
CONFIG: allmodconfig
318+
container:
319+
image: ghcr.io/clangbuiltlinux/qemu
320+
options: --ipc=host
321+
steps:
322+
- uses: actions/checkout@v3
323+
with:
324+
submodules: true
325+
- uses: actions/download-artifact@v3
326+
with:
327+
name: output_artifact_allconfigs
328+
- uses: actions/download-artifact@v3
329+
with:
330+
name: boot_utils_json_allconfigs
331+
- name: Check Build and Boot Logs
332+
run: ./check_logs.py
284333

.github/workflows/5.4-clang-14.yml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,53 @@ jobs:
281281
name: boot_utils_json_defconfigs
282282
- name: Check Build and Boot Logs
283283
run: ./check_logs.py
284+
kick_tuxsuite_allconfigs:
285+
name: TuxSuite (allconfigs)
286+
runs-on: ubuntu-latest
287+
container: tuxsuite/tuxsuite
288+
env:
289+
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
290+
timeout-minutes: 480
291+
steps:
292+
- uses: actions/checkout@v3
293+
- name: tuxsuite
294+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.4.y --job-name allconfigs --json-out builds.json tuxsuite/5.4-clang-14.tux.yml || true
295+
- name: save builds.json
296+
uses: actions/upload-artifact@v3
297+
with:
298+
path: builds.json
299+
name: output_artifact_allconfigs
300+
if-no-files-found: error
301+
- name: generate boot-utils.json
302+
run: python3 scripts/generate-boot-utils-json.py ${{ secrets.GITHUB_TOKEN }}
303+
- name: save boot-utils.json
304+
uses: actions/upload-artifact@v3
305+
with:
306+
path: boot-utils.json
307+
name: boot_utils_json_allconfigs
308+
if-no-files-found: error
309+
_fe2c9057aa7118b7ceddc2c7bbdc8e2d:
310+
runs-on: ubuntu-latest
311+
needs: kick_tuxsuite_allconfigs
312+
name: ARCH=x86_64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 allmodconfig
313+
env:
314+
ARCH: x86_64
315+
LLVM_VERSION: 14
316+
BOOT: 0
317+
CONFIG: allmodconfig
318+
container:
319+
image: ghcr.io/clangbuiltlinux/qemu
320+
options: --ipc=host
321+
steps:
322+
- uses: actions/checkout@v3
323+
with:
324+
submodules: true
325+
- uses: actions/download-artifact@v3
326+
with:
327+
name: output_artifact_allconfigs
328+
- uses: actions/download-artifact@v3
329+
with:
330+
name: boot_utils_json_allconfigs
331+
- name: Check Build and Boot Logs
332+
run: ./check_logs.py
284333

.github/workflows/5.4-clang-15.yml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,53 @@ jobs:
281281
name: boot_utils_json_defconfigs
282282
- name: Check Build and Boot Logs
283283
run: ./check_logs.py
284+
kick_tuxsuite_allconfigs:
285+
name: TuxSuite (allconfigs)
286+
runs-on: ubuntu-latest
287+
container: tuxsuite/tuxsuite
288+
env:
289+
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
290+
timeout-minutes: 480
291+
steps:
292+
- uses: actions/checkout@v3
293+
- name: tuxsuite
294+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.4.y --job-name allconfigs --json-out builds.json tuxsuite/5.4-clang-15.tux.yml || true
295+
- name: save builds.json
296+
uses: actions/upload-artifact@v3
297+
with:
298+
path: builds.json
299+
name: output_artifact_allconfigs
300+
if-no-files-found: error
301+
- name: generate boot-utils.json
302+
run: python3 scripts/generate-boot-utils-json.py ${{ secrets.GITHUB_TOKEN }}
303+
- name: save boot-utils.json
304+
uses: actions/upload-artifact@v3
305+
with:
306+
path: boot-utils.json
307+
name: boot_utils_json_allconfigs
308+
if-no-files-found: error
309+
_fa860e93e45cbc4100d2fba75f35b51d:
310+
runs-on: ubuntu-latest
311+
needs: kick_tuxsuite_allconfigs
312+
name: ARCH=x86_64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 allmodconfig
313+
env:
314+
ARCH: x86_64
315+
LLVM_VERSION: 15
316+
BOOT: 0
317+
CONFIG: allmodconfig
318+
container:
319+
image: ghcr.io/clangbuiltlinux/qemu
320+
options: --ipc=host
321+
steps:
322+
- uses: actions/checkout@v3
323+
with:
324+
submodules: true
325+
- uses: actions/download-artifact@v3
326+
with:
327+
name: output_artifact_allconfigs
328+
- uses: actions/download-artifact@v3
329+
with:
330+
name: boot_utils_json_allconfigs
331+
- name: Check Build and Boot Logs
332+
run: ./check_logs.py
284333

.github/workflows/5.4-clang-16.yml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,53 @@ jobs:
281281
name: boot_utils_json_defconfigs
282282
- name: Check Build and Boot Logs
283283
run: ./check_logs.py
284+
kick_tuxsuite_allconfigs:
285+
name: TuxSuite (allconfigs)
286+
runs-on: ubuntu-latest
287+
container: tuxsuite/tuxsuite
288+
env:
289+
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
290+
timeout-minutes: 480
291+
steps:
292+
- uses: actions/checkout@v3
293+
- name: tuxsuite
294+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.4.y --job-name allconfigs --json-out builds.json tuxsuite/5.4-clang-16.tux.yml || true
295+
- name: save builds.json
296+
uses: actions/upload-artifact@v3
297+
with:
298+
path: builds.json
299+
name: output_artifact_allconfigs
300+
if-no-files-found: error
301+
- name: generate boot-utils.json
302+
run: python3 scripts/generate-boot-utils-json.py ${{ secrets.GITHUB_TOKEN }}
303+
- name: save boot-utils.json
304+
uses: actions/upload-artifact@v3
305+
with:
306+
path: boot-utils.json
307+
name: boot_utils_json_allconfigs
308+
if-no-files-found: error
309+
_ee538d485d34c5926ac9301999319e1e:
310+
runs-on: ubuntu-latest
311+
needs: kick_tuxsuite_allconfigs
312+
name: ARCH=x86_64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 allmodconfig
313+
env:
314+
ARCH: x86_64
315+
LLVM_VERSION: 16
316+
BOOT: 0
317+
CONFIG: allmodconfig
318+
container:
319+
image: ghcr.io/clangbuiltlinux/qemu
320+
options: --ipc=host
321+
steps:
322+
- uses: actions/checkout@v3
323+
with:
324+
submodules: true
325+
- uses: actions/download-artifact@v3
326+
with:
327+
name: output_artifact_allconfigs
328+
- uses: actions/download-artifact@v3
329+
with:
330+
name: boot_utils_json_allconfigs
331+
- name: Check Build and Boot Logs
332+
run: ./check_logs.py
284333

.github/workflows/5.4-clang-17.yml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,53 @@ jobs:
281281
name: boot_utils_json_defconfigs
282282
- name: Check Build and Boot Logs
283283
run: ./check_logs.py
284+
kick_tuxsuite_allconfigs:
285+
name: TuxSuite (allconfigs)
286+
runs-on: ubuntu-latest
287+
container: tuxsuite/tuxsuite
288+
env:
289+
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
290+
timeout-minutes: 480
291+
steps:
292+
- uses: actions/checkout@v3
293+
- name: tuxsuite
294+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.4.y --job-name allconfigs --json-out builds.json tuxsuite/5.4-clang-17.tux.yml || true
295+
- name: save builds.json
296+
uses: actions/upload-artifact@v3
297+
with:
298+
path: builds.json
299+
name: output_artifact_allconfigs
300+
if-no-files-found: error
301+
- name: generate boot-utils.json
302+
run: python3 scripts/generate-boot-utils-json.py ${{ secrets.GITHUB_TOKEN }}
303+
- name: save boot-utils.json
304+
uses: actions/upload-artifact@v3
305+
with:
306+
path: boot-utils.json
307+
name: boot_utils_json_allconfigs
308+
if-no-files-found: error
309+
_aefe45f6a7af5b92e2bee6cade8c823c:
310+
runs-on: ubuntu-latest
311+
needs: kick_tuxsuite_allconfigs
312+
name: ARCH=x86_64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 allmodconfig
313+
env:
314+
ARCH: x86_64
315+
LLVM_VERSION: 17
316+
BOOT: 0
317+
CONFIG: allmodconfig
318+
container:
319+
image: ghcr.io/clangbuiltlinux/qemu
320+
options: --ipc=host
321+
steps:
322+
- uses: actions/checkout@v3
323+
with:
324+
submodules: true
325+
- uses: actions/download-artifact@v3
326+
with:
327+
name: output_artifact_allconfigs
328+
- uses: actions/download-artifact@v3
329+
with:
330+
name: boot_utils_json_allconfigs
331+
- name: Check Build and Boot Logs
332+
run: ./check_logs.py
284333

.github/workflows/5.4-clang-18.yml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,53 @@ jobs:
281281
name: boot_utils_json_defconfigs
282282
- name: Check Build and Boot Logs
283283
run: ./check_logs.py
284+
kick_tuxsuite_allconfigs:
285+
name: TuxSuite (allconfigs)
286+
runs-on: ubuntu-latest
287+
container: tuxsuite/tuxsuite
288+
env:
289+
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
290+
timeout-minutes: 480
291+
steps:
292+
- uses: actions/checkout@v3
293+
- name: tuxsuite
294+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.4.y --job-name allconfigs --json-out builds.json tuxsuite/5.4-clang-18.tux.yml || true
295+
- name: save builds.json
296+
uses: actions/upload-artifact@v3
297+
with:
298+
path: builds.json
299+
name: output_artifact_allconfigs
300+
if-no-files-found: error
301+
- name: generate boot-utils.json
302+
run: python3 scripts/generate-boot-utils-json.py ${{ secrets.GITHUB_TOKEN }}
303+
- name: save boot-utils.json
304+
uses: actions/upload-artifact@v3
305+
with:
306+
path: boot-utils.json
307+
name: boot_utils_json_allconfigs
308+
if-no-files-found: error
309+
_023bdb66eac2efb5decd45b88317a7bd:
310+
runs-on: ubuntu-latest
311+
needs: kick_tuxsuite_allconfigs
312+
name: ARCH=x86_64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=18 allmodconfig
313+
env:
314+
ARCH: x86_64
315+
LLVM_VERSION: 18
316+
BOOT: 0
317+
CONFIG: allmodconfig
318+
container:
319+
image: ghcr.io/clangbuiltlinux/qemu
320+
options: --ipc=host
321+
steps:
322+
- uses: actions/checkout@v3
323+
with:
324+
submodules: true
325+
- uses: actions/download-artifact@v3
326+
with:
327+
name: output_artifact_allconfigs
328+
- uses: actions/download-artifact@v3
329+
with:
330+
name: boot_utils_json_allconfigs
331+
- name: Check Build and Boot Logs
332+
run: ./check_logs.py
284333

tuxsuite/5.4-clang-13.tux.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,14 @@ jobs:
111111
make_variables:
112112
LLVM: 1
113113
LLVM_IAS: 1
114+
- name: allconfigs
115+
builds:
116+
- target_arch: x86_64
117+
toolchain: clang-13
118+
kconfig: allmodconfig
119+
targets:
120+
- default
121+
make_variables:
122+
LLVM: 1
123+
LLVM_IAS: 1
114124

tuxsuite/5.4-clang-14.tux.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,14 @@ jobs:
111111
make_variables:
112112
LLVM: 1
113113
LLVM_IAS: 1
114+
- name: allconfigs
115+
builds:
116+
- target_arch: x86_64
117+
toolchain: clang-14
118+
kconfig: allmodconfig
119+
targets:
120+
- default
121+
make_variables:
122+
LLVM: 1
123+
LLVM_IAS: 1
114124

tuxsuite/5.4-clang-15.tux.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,14 @@ jobs:
111111
make_variables:
112112
LLVM: 1
113113
LLVM_IAS: 1
114+
- name: allconfigs
115+
builds:
116+
- target_arch: x86_64
117+
toolchain: clang-15
118+
kconfig: allmodconfig
119+
targets:
120+
- default
121+
make_variables:
122+
LLVM: 1
123+
LLVM_IAS: 1
114124

tuxsuite/5.4-clang-16.tux.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,14 @@ jobs:
111111
make_variables:
112112
LLVM: 1
113113
LLVM_IAS: 1
114+
- name: allconfigs
115+
builds:
116+
- target_arch: x86_64
117+
toolchain: clang-16
118+
kconfig: allmodconfig
119+
targets:
120+
- default
121+
make_variables:
122+
LLVM: 1
123+
LLVM_IAS: 1
114124

tuxsuite/5.4-clang-17.tux.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,14 @@ jobs:
111111
make_variables:
112112
LLVM: 1
113113
LLVM_IAS: 1
114+
- name: allconfigs
115+
builds:
116+
- target_arch: x86_64
117+
toolchain: clang-17
118+
kconfig: allmodconfig
119+
targets:
120+
- default
121+
make_variables:
122+
LLVM: 1
123+
LLVM_IAS: 1
114124

0 commit comments

Comments
 (0)