From 96b9870858d464101fa85c4e4ebe8e1a0765339f Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Thu, 4 Feb 2021 17:18:02 -0700 Subject: [PATCH] ci2: Regenerate android-4.14 TuxSuite and workflow file This was missed by commit b907f6f ("regen"). Signed-off-by: Nathan Chancellor --- .github/workflows/android-4.14.yml | 19 +++++++++++++++++++ tuxsuite/android-4.14.tux.yml | 11 +++++++++++ 2 files changed, 30 insertions(+) diff --git a/.github/workflows/android-4.14.yml b/.github/workflows/android-4.14.yml index 5ca8597b..74784160 100644 --- a/.github/workflows/android-4.14.yml +++ b/.github/workflows/android-4.14.yml @@ -50,4 +50,23 @@ jobs: name: output_artifact - name: Boot Test run: ./check_logs.py + _6498b71b001db9fb3cc43fd0bf1c696b: + runs-on: ubuntu-20.04 + needs: kick_tuxsuite_defconfigs + name: ARCH=x86_64 CC=clang LD=ld.lld LLVM_VERSION=12 x86_64_cuttlefish_defconfig + env: + ARCH: x86_64 + LLVM_VERSION: 12 + INSTALL_DEPS: 1 + BOOT: 1 + CONFIG: x86_64_cuttlefish_defconfig + steps: + - uses: actions/checkout@v2 + with: + submodules: true + - uses: actions/download-artifact@v2 + with: + name: output_artifact + - name: Boot Test + run: ./check_logs.py diff --git a/tuxsuite/android-4.14.tux.yml b/tuxsuite/android-4.14.tux.yml index 4904037e..fd1bf91b 100644 --- a/tuxsuite/android-4.14.tux.yml +++ b/tuxsuite/android-4.14.tux.yml @@ -17,4 +17,15 @@ sets: - modules make_variables: LD: ld.lld + - git_repo: https://android.googlesource.com/kernel/common.git + git_ref: android-4.14-stable + target_arch: x86_64 + toolchain: clang-nightly + kconfig: x86_64_cuttlefish_defconfig + targets: + - config + - kernel + - modules + make_variables: + LD: ld.lld