arm64 (clang-13) #495
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DO NOT MODIFY MANUALLY! | |
# This file has been autogenerated by invoking: | |
# $ ./generate_workflow.py arm64 | |
name: arm64 (clang-13) | |
'on': | |
push: | |
branches: | |
- presubmit/* | |
paths: | |
- check_logs.py | |
- utils.py | |
- tuxsuite/arm64-clang-13.tux.yml | |
- .github/workflows/arm64-clang-13.yml | |
schedule: | |
- cron: 0 18 * * 1,2,3,4,5 | |
workflow_dispatch: null | |
permissions: read-all | |
jobs: | |
kick_tuxsuite_defconfigs: | |
name: TuxSuite (defconfigs) | |
runs-on: ubuntu-latest | |
container: tuxsuite/tuxsuite | |
env: | |
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }} | |
timeout-minutes: 480 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: tuxsuite | |
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/core --job-name defconfigs --json-out builds.json --patch-series patches/arm64 tuxsuite/arm64-clang-13.tux.yml || true | |
- name: save builds.json | |
uses: actions/upload-artifact@v3 | |
with: | |
path: builds.json | |
name: output_artifact_defconfigs | |
if-no-files-found: error | |
- name: generate boot-utils.json | |
run: python3 scripts/generate-boot-utils-json.py ${{ secrets.GITHUB_TOKEN }} | |
- name: save boot-utils.json | |
uses: actions/upload-artifact@v3 | |
with: | |
path: boot-utils.json | |
name: boot_utils_json_defconfigs | |
if-no-files-found: error | |
_210faf86b075b31ec48b4fa5276daa01: | |
runs-on: ubuntu-latest | |
needs: kick_tuxsuite_defconfigs | |
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 defconfig | |
env: | |
ARCH: arm64 | |
LLVM_VERSION: 13 | |
BOOT: 1 | |
CONFIG: defconfig | |
container: | |
image: ghcr.io/clangbuiltlinux/qemu | |
options: --ipc=host | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: true | |
- uses: actions/download-artifact@v3 | |
with: | |
name: output_artifact_defconfigs | |
- uses: actions/download-artifact@v3 | |
with: | |
name: boot_utils_json_defconfigs | |
- name: Check Build and Boot Logs | |
run: ./check_logs.py | |
_63a33d081dc4000b2eaf65e367d99441: | |
runs-on: ubuntu-latest | |
needs: kick_tuxsuite_defconfigs | |
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 defconfig+CONFIG_CPU_BIG_ENDIAN=y | |
env: | |
ARCH: arm64 | |
LLVM_VERSION: 13 | |
BOOT: 1 | |
CONFIG: defconfig+CONFIG_CPU_BIG_ENDIAN=y | |
container: | |
image: ghcr.io/clangbuiltlinux/qemu | |
options: --ipc=host | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: true | |
- uses: actions/download-artifact@v3 | |
with: | |
name: output_artifact_defconfigs | |
- uses: actions/download-artifact@v3 | |
with: | |
name: boot_utils_json_defconfigs | |
- name: Check Build and Boot Logs | |
run: ./check_logs.py | |
kick_tuxsuite_allconfigs: | |
name: TuxSuite (allconfigs) | |
runs-on: ubuntu-latest | |
container: tuxsuite/tuxsuite | |
env: | |
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }} | |
timeout-minutes: 480 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: tuxsuite | |
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/core --job-name allconfigs --json-out builds.json --patch-series patches/arm64 tuxsuite/arm64-clang-13.tux.yml || true | |
- name: save builds.json | |
uses: actions/upload-artifact@v3 | |
with: | |
path: builds.json | |
name: output_artifact_allconfigs | |
if-no-files-found: error | |
- name: generate boot-utils.json | |
run: python3 scripts/generate-boot-utils-json.py ${{ secrets.GITHUB_TOKEN }} | |
- name: save boot-utils.json | |
uses: actions/upload-artifact@v3 | |
with: | |
path: boot-utils.json | |
name: boot_utils_json_allconfigs | |
if-no-files-found: error | |
_bc93ab0a758b33cf3167fdbdeb2b0705: | |
runs-on: ubuntu-latest | |
needs: kick_tuxsuite_allconfigs | |
name: ARCH=arm64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 allmodconfig | |
env: | |
ARCH: arm64 | |
LLVM_VERSION: 13 | |
BOOT: 0 | |
CONFIG: allmodconfig | |
container: | |
image: ghcr.io/clangbuiltlinux/qemu | |
options: --ipc=host | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: true | |
- uses: actions/download-artifact@v3 | |
with: | |
name: output_artifact_allconfigs | |
- uses: actions/download-artifact@v3 | |
with: | |
name: boot_utils_json_allconfigs | |
- name: Check Build and Boot Logs | |
run: ./check_logs.py | |
_c8ae7dd017d7273dcec747aadd9288fe: | |
runs-on: ubuntu-latest | |
needs: kick_tuxsuite_allconfigs | |
name: ARCH=arm64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 allnoconfig | |
env: | |
ARCH: arm64 | |
LLVM_VERSION: 13 | |
BOOT: 0 | |
CONFIG: allnoconfig | |
container: | |
image: ghcr.io/clangbuiltlinux/qemu | |
options: --ipc=host | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: true | |
- uses: actions/download-artifact@v3 | |
with: | |
name: output_artifact_allconfigs | |
- uses: actions/download-artifact@v3 | |
with: | |
name: boot_utils_json_allconfigs | |
- name: Check Build and Boot Logs | |
run: ./check_logs.py | |
_a575b3a0efaafab3765963157dfe45f2: | |
runs-on: ubuntu-latest | |
needs: kick_tuxsuite_allconfigs | |
name: ARCH=arm64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 allyesconfig | |
env: | |
ARCH: arm64 | |
LLVM_VERSION: 13 | |
BOOT: 0 | |
CONFIG: allyesconfig | |
container: | |
image: ghcr.io/clangbuiltlinux/qemu | |
options: --ipc=host | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: true | |
- uses: actions/download-artifact@v3 | |
with: | |
name: output_artifact_allconfigs | |
- uses: actions/download-artifact@v3 | |
with: | |
name: boot_utils_json_allconfigs | |
- name: Check Build and Boot Logs | |
run: ./check_logs.py | |