From 86f9dcfda0bcbb5f0b845543b1e30d002e1c240e Mon Sep 17 00:00:00 2001 From: Zheng Wu Date: Thu, 29 Aug 2024 06:13:53 +0000 Subject: [PATCH] repo/linux: add bytedance Signed-off-by: Zheng Wu Signed-off-by: Philip Li --- repo/linux/bytedance | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 repo/linux/bytedance diff --git a/repo/linux/bytedance b/repo/linux/bytedance new file mode 100644 index 000000000..71b96428e --- /dev/null +++ b/repo/linux/bytedance @@ -0,0 +1,28 @@ +url: https://github.com/bytedance/kernel.git +test_old_branches: .* +arch_denylist: .* +arch_allowlist: x86_64|arm64|loongarch +branch_allowlist: 5.15-velinux|6.6-velinux +branch_denylist: .* +compiler: gcc +mail_to: +- jason.zeng@intel.com +- wu.zheng@intel.com +- pei.p.jia@intel.com +private_report_branch: .* +notify_build_success_branch: .* +tests: + - branch: 6.6-velinux + parameters: + kconfig: x86_64-bytedance-6.6-velinux + base_commit: v6.6.40 + mail_to: + - wu.zheng@intel.com + - oliver.sang@intel.com + - branch: 5.15-velinux + parameters: + kconfig: x86_64-bytedance-5.15-velinux + base_commit: v5.15.152 + mail_to: + - wu.zheng@intel.com + - oliver.sang@intel.com