ci: limit CI to only changed architecture
If files are changed for architecture code, then only run CI on those architectures. Combine all scripts into one and make it simpler. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
28bc79b49f
commit
82daea910b
5 changed files with 137 additions and 170 deletions
|
@ -23,6 +23,22 @@ Makefile
|
|||
tests/*
|
||||
samples/*
|
||||
boards/*/*/*
|
||||
arch/xtensa/*
|
||||
arch/x86/*
|
||||
arch/posix/*
|
||||
arch/arc/*
|
||||
arch/sparc/*
|
||||
arch/arm/*
|
||||
arch/nios2/*
|
||||
arch/riscv/*
|
||||
include/arch/xtensa/*
|
||||
include/arch/x86/*
|
||||
include/arch/posix/*
|
||||
include/arch/arc/*
|
||||
include/arch/sparc/*
|
||||
include/arch/arm/*
|
||||
include/arch/nios2/*
|
||||
include/arch/riscv/*
|
||||
doc/*
|
||||
# GH action have no impact on code
|
||||
.github/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue