Skip to content

TEMPORARY: Use test branch #59

TEMPORARY: Use test branch

TEMPORARY: Use test branch #59

name: Automated kernel build and test x86_64 & aarch64
on:
push:
branches:
- '*_ciqcbr7_9'
pull_request:
types: [synchronize, reopened]
branches:
- '**'
- '!mainline'
concurrency:
group: kernel-ci-${{ github.event.pull_request.head.ref || github.ref_name }}
cancel-in-progress: true
jobs:
kernelCI:
uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-multiarch-trigger.yml@rnicolescu_test
with:
architectures: 'x86_64'
skip_kselftests: true
secrets: inherit