Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
  • Loading branch information
nickdesaulniers committed Mar 25, 2021
1 parent 41f2245 commit ab13a6d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions tuxsuite/next.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab13a6d

Please sign in to comment.