# scheduler **Repository Path**: anolis/scheduler ## Basic Information - **Project Name**: scheduler - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-02 - **Last Updated**: 2023-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # scheduler #### 介绍 scheduler 是经过 anolis plugsched-sdk 经过边界划分之后调度器的开发环境,分支名对应的是 anolis cloud kernel 的内核版本。开发人员可以 clone 该仓库直接对调度器模块进行开发,调度器模块的代码在 kernel/sched/mod 目录下,然后使用 anolis plugsched-sdk 的 build 命令生成调度器的 rpm 包。 #### 使用方法 1. cd /root 2. git clone https://gitee.com/anolis/scheduler.git 3. cd scheduler 4. git checkout -b kernel-version origin/kernel-version 5. 修改调度器代码 6. cd /root 7. 获取 plugsched-sdk:git clone https://gitee.com/anolis/plugsched.git 8. 构建调度器包:./plugsched/cli.py build /root/scheduler 9. 调度器包的目录:plugsched/rpmbuild/RPMS #### 参与贡献 1. Fork 本仓库 2. 切换到对应的内核版本分支 3. 新建 Feat\_xxx 分支 4. 提交代码 5. 新建 Pull Request