android15-6.1 (clang-16) #7
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 android15-6.1 | |
name: android15-6.1 (clang-16) | |
'on': | |
push: | |
branches: | |
- presubmit/* | |
paths: | |
- check_logs.py | |
- utils.py | |
- tuxsuite/android15-6.1-clang-16.tux.yml | |
- .github/workflows/android15-6.1-clang-16.yml | |
schedule: | |
- cron: 0 0 * * 0 | |
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@v4 | |
- name: tuxsuite | |
run: tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android15-6.1 --job-name defconfigs --json-out builds.json tuxsuite/android15-6.1-clang-16.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 | |
_3dbd3d0b63e5cbed5564dc8b075461bb: | |
runs-on: ubuntu-latest | |
needs: kick_tuxsuite_defconfigs | |
name: ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 multi_v7_defconfig+CONFIG_THUMB2_KERNEL=y | |
env: | |
ARCH: arm | |
LLVM_VERSION: 16 | |
BOOT: 1 | |
CONFIG: multi_v7_defconfig+CONFIG_THUMB2_KERNEL=y | |
container: | |
image: ghcr.io/clangbuiltlinux/qemu | |
options: --ipc=host | |
steps: | |
- uses: actions/checkout@v4 | |
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 | |
_8947f485cd634fe1980410d5fd49c0cd: | |
runs-on: ubuntu-latest | |
needs: kick_tuxsuite_defconfigs | |
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 gki_defconfig | |
env: | |
ARCH: arm64 | |
LLVM_VERSION: 16 | |
BOOT: 1 | |
CONFIG: gki_defconfig | |
container: | |
image: ghcr.io/clangbuiltlinux/qemu | |
options: --ipc=host | |
steps: | |
- uses: actions/checkout@v4 | |
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 | |
_b9c33721b8a30cf8511e236bfd80c819: | |
runs-on: ubuntu-latest | |
needs: kick_tuxsuite_defconfigs | |
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 gki_defconfig | |
env: | |
ARCH: x86_64 | |
LLVM_VERSION: 16 | |
BOOT: 1 | |
CONFIG: gki_defconfig | |
container: | |
image: ghcr.io/clangbuiltlinux/qemu | |
options: --ipc=host | |
steps: | |
- uses: actions/checkout@v4 | |
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@v4 | |
- name: tuxsuite | |
run: tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android15-6.1 --job-name allconfigs --json-out builds.json tuxsuite/android15-6.1-clang-16.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 | |
_9cd9c06a8d911847e832e4a3c3487a23: | |
runs-on: ubuntu-latest | |
needs: kick_tuxsuite_allconfigs | |
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 allmodconfig+CONFIG_WERROR=n | |
env: | |
ARCH: arm | |
LLVM_VERSION: 16 | |
BOOT: 0 | |
CONFIG: allmodconfig+CONFIG_WERROR=n | |
container: | |
image: ghcr.io/clangbuiltlinux/qemu | |
options: --ipc=host | |
steps: | |
- uses: actions/checkout@v4 | |
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 | |