Skip to content

Commit

Permalink
ci: Regenerate -next TuxSuite and workflow files
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Jun 29, 2021
1 parent e7c74b1 commit cdf4b51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1123,27 +1123,6 @@ jobs:
run: echo "::add-matcher::.github/problem-matchers/clang-errors-warnings.json"
- name: Boot Test
run: ./check_logs.py
_4761930fb3185292c157074cdf5031ca:
runs-on: ubuntu-20.04
needs: kick_tuxsuite_defconfigs
name: ARCH=powerpc LLVM=1 LLVM_VERSION=11 powernv_defconfig+CONFIG_PPC_DISABLE_WERROR=y
env:
ARCH: powerpc
LLVM_VERSION: 11
INSTALL_DEPS: 1
BOOT: 1
CONFIG: powernv_defconfig+CONFIG_PPC_DISABLE_WERROR=y
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact_defconfigs
- name: Register clang error/warning problem matcher
run: echo "::add-matcher::.github/problem-matchers/clang-errors-warnings.json"
- name: Boot Test
run: ./check_logs.py
_2e696b01553124e0893a0b89cfd2b934:
runs-on: ubuntu-20.04
needs: kick_tuxsuite_defconfigs
Expand Down
14 changes: 0 additions & 14 deletions tuxsuite/next.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -698,20 +698,6 @@ sets:
kernel_image: vmlinux
make_variables:
LLVM: 1
- git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git_ref: master
target_arch: powerpc
toolchain: clang-11
kconfig:
- powernv_defconfig
- CONFIG_PPC_DISABLE_WERROR=y
targets:
- config
- kernel
- modules
kernel_image: zImage.epapr
make_variables:
LLVM: 1
- git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git_ref: master
target_arch: riscv
Expand Down

0 comments on commit cdf4b51

Please sign in to comment.