Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/mainline-clang-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,25 @@ jobs:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_4a3742e4906edde3d649253fb7933b23:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
name: ARCH=um LLVM=1 LLVM_IAS=1 LLVM_VERSION=11 defconfig
env:
ARCH: um
LLVM_VERSION: 11
BOOT: 1
CONFIG: defconfig
container: ghcr.io/clangbuiltlinux/qemu
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_73f8d728902a8cc9c807d77d1aaaedaf:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/mainline-clang-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,25 @@ jobs:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_9e93b73ca7d90baea53da3d1e9613b4b:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
name: ARCH=um LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 defconfig
env:
ARCH: um
LLVM_VERSION: 12
BOOT: 1
CONFIG: defconfig
container: ghcr.io/clangbuiltlinux/qemu
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_d49633cca166398690b1f3ecad135a14:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/mainline-clang-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,25 @@ jobs:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_171147249819cb6e8281ffa046070e68:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
name: ARCH=um LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 defconfig
env:
ARCH: um
LLVM_VERSION: 13
BOOT: 1
CONFIG: defconfig
container: ghcr.io/clangbuiltlinux/qemu
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_5725232ce5f790d6db053c3d226eead6:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/mainline-clang-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,25 @@ jobs:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_159d60218d64add121c8e24ad1c4d12c:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
name: ARCH=um LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 defconfig
env:
ARCH: um
LLVM_VERSION: 14
BOOT: 1
CONFIG: defconfig
container: ghcr.io/clangbuiltlinux/qemu
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_f83a8a60320f3abf313f8a5759c5391c:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/mainline-clang-15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,25 @@ jobs:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_2044a9c1a33925cd52ae6576ea495d7d:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
name: ARCH=um LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 defconfig
env:
ARCH: um
LLVM_VERSION: 15
BOOT: 1
CONFIG: defconfig
container: ghcr.io/clangbuiltlinux/qemu
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_6a10973686962e1686b87d8f19b7ec54:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
Expand Down
25 changes: 22 additions & 3 deletions .github/workflows/next-clang-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/next-clang-11.tux.yml || true
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/next-clang-11.tux.yml --patch-series patches/next || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -393,6 +393,25 @@ jobs:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_4a3742e4906edde3d649253fb7933b23:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
name: ARCH=um LLVM=1 LLVM_IAS=1 LLVM_VERSION=11 defconfig
env:
ARCH: um
LLVM_VERSION: 11
BOOT: 1
CONFIG: defconfig
container: ghcr.io/clangbuiltlinux/qemu
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_73f8d728902a8cc9c807d77d1aaaedaf:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
Expand Down Expand Up @@ -516,7 +535,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite build-set --set-name distribution_configs --json-out builds.json --tux-config tuxsuite/next-clang-11.tux.yml || true
run: tuxsuite build-set --set-name distribution_configs --json-out builds.json --tux-config tuxsuite/next-clang-11.tux.yml --patch-series patches/next || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -741,7 +760,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/next-clang-11.tux.yml || true
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/next-clang-11.tux.yml --patch-series patches/next || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down
25 changes: 22 additions & 3 deletions .github/workflows/next-clang-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/next-clang-12.tux.yml || true
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/next-clang-12.tux.yml --patch-series patches/next || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -450,6 +450,25 @@ jobs:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_9e93b73ca7d90baea53da3d1e9613b4b:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
name: ARCH=um LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 defconfig
env:
ARCH: um
LLVM_VERSION: 12
BOOT: 1
CONFIG: defconfig
container: ghcr.io/clangbuiltlinux/qemu
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_d49633cca166398690b1f3ecad135a14:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
Expand Down Expand Up @@ -573,7 +592,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite build-set --set-name distribution_configs --json-out builds.json --tux-config tuxsuite/next-clang-12.tux.yml || true
run: tuxsuite build-set --set-name distribution_configs --json-out builds.json --tux-config tuxsuite/next-clang-12.tux.yml --patch-series patches/next || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -779,7 +798,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/next-clang-12.tux.yml || true
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/next-clang-12.tux.yml --patch-series patches/next || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down
25 changes: 22 additions & 3 deletions .github/workflows/next-clang-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/next-clang-13.tux.yml || true
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/next-clang-13.tux.yml --patch-series patches/next || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -507,6 +507,25 @@ jobs:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_171147249819cb6e8281ffa046070e68:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
name: ARCH=um LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 defconfig
env:
ARCH: um
LLVM_VERSION: 13
BOOT: 1
CONFIG: defconfig
container: ghcr.io/clangbuiltlinux/qemu
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_5725232ce5f790d6db053c3d226eead6:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
Expand Down Expand Up @@ -649,7 +668,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite build-set --set-name distribution_configs --json-out builds.json --tux-config tuxsuite/next-clang-13.tux.yml || true
run: tuxsuite build-set --set-name distribution_configs --json-out builds.json --tux-config tuxsuite/next-clang-13.tux.yml --patch-series patches/next || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -893,7 +912,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/next-clang-13.tux.yml || true
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/next-clang-13.tux.yml --patch-series patches/next || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down
25 changes: 22 additions & 3 deletions .github/workflows/next-clang-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/next-clang-14.tux.yml || true
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/next-clang-14.tux.yml --patch-series patches/next || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -507,6 +507,25 @@ jobs:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_159d60218d64add121c8e24ad1c4d12c:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
name: ARCH=um LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 defconfig
env:
ARCH: um
LLVM_VERSION: 14
BOOT: 1
CONFIG: defconfig
container: ghcr.io/clangbuiltlinux/qemu
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_f83a8a60320f3abf313f8a5759c5391c:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
Expand Down Expand Up @@ -649,7 +668,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite build-set --set-name distribution_configs --json-out builds.json --tux-config tuxsuite/next-clang-14.tux.yml || true
run: tuxsuite build-set --set-name distribution_configs --json-out builds.json --tux-config tuxsuite/next-clang-14.tux.yml --patch-series patches/next || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -893,7 +912,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/next-clang-14.tux.yml || true
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/next-clang-14.tux.yml --patch-series patches/next || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down
25 changes: 22 additions & 3 deletions .github/workflows/next-clang-15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/next-clang-15.tux.yml || true
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/next-clang-15.tux.yml --patch-series patches/next || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -507,6 +507,25 @@ jobs:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_2044a9c1a33925cd52ae6576ea495d7d:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
name: ARCH=um LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 defconfig
env:
ARCH: um
LLVM_VERSION: 15
BOOT: 1
CONFIG: defconfig
container: ghcr.io/clangbuiltlinux/qemu
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_6a10973686962e1686b87d8f19b7ec54:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
Expand Down Expand Up @@ -649,7 +668,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite build-set --set-name distribution_configs --json-out builds.json --tux-config tuxsuite/next-clang-15.tux.yml || true
run: tuxsuite build-set --set-name distribution_configs --json-out builds.json --tux-config tuxsuite/next-clang-15.tux.yml --patch-series patches/next || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -893,7 +912,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/next-clang-15.tux.yml || true
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/next-clang-15.tux.yml --patch-series patches/next || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down
Loading