From ab13a6dd01a622229948a76947e97851cdd2b1fd Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Thu, 25 Mar 2021 10:01:00 -0700 Subject: [PATCH] regen Signed-off-by: Nick Desaulniers --- .github/workflows/next.yml | 19 +++++++++++++++++++ tuxsuite/next.tux.yml | 15 +++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index efeb034a..94794fde 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -373,6 +373,25 @@ jobs: name: output_artifact - name: Boot Test run: ./check_logs.py + _044b68165327772b2a5ec251950105f5: + runs-on: ubuntu-20.04 + needs: kick_tuxsuite_defconfigs + name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 defconfig+CONFIG_GCOV_KERNEL=y+CONFIG_GCOV_PROFILE_ALL=y + env: + ARCH: x86_64 + LLVM_VERSION: 13 + INSTALL_DEPS: 1 + BOOT: 1 + CONFIG: defconfig+CONFIG_GCOV_KERNEL=y+CONFIG_GCOV_PROFILE_ALL=y + steps: + - uses: actions/checkout@v2 + with: + submodules: true + - uses: actions/download-artifact@v2 + with: + name: output_artifact + - name: Boot Test + run: ./check_logs.py _a11abf02e18322177d92417220207cb8: runs-on: ubuntu-20.04 needs: kick_tuxsuite_defconfigs diff --git a/tuxsuite/next.tux.yml b/tuxsuite/next.tux.yml index 529a454b..025132e1 100644 --- a/tuxsuite/next.tux.yml +++ b/tuxsuite/next.tux.yml @@ -241,6 +241,21 @@ sets: make_variables: LLVM: 1 LLVM_IAS: 1 + - git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git + git_ref: master + target_arch: x86_64 + toolchain: clang-nightly + kconfig: + - defconfig + - CONFIG_GCOV_KERNEL=y + - CONFIG_GCOV_PROFILE_ALL=y + targets: + - config + - kernel + - modules + make_variables: + LLVM: 1 + LLVM_IAS: 1 - git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git_ref: master target_arch: arm