1. add default vmlinuz in Related files example. 2. change the testbox's value and add queue key-value in submit cmd.
Signed-off-by: Xu Xijian hdxuxijian@163.com --- doc/job/kernel_version.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/job/kernel_version.md b/doc/job/kernel_version.md index f6a5f4d..3cf5e26 100644 --- a/doc/job/kernel_version.md +++ b/doc/job/kernel_version.md @@ -34,6 +34,7 @@ Related files: ├── modules-4.19.90-2003.cgz ├── modules.cgz -> modules-4.19.90-2003.cgz ├── vmlinuz-4.19.90-2003 +└── vmlinuz -> vmlinuz-4.19.90-2003
Usage example: -- submit iperf.yaml testbox=vm-2p8g--$USER os=openeuler os_arch=aarch64 os_version=20.03 runtime=20 kernel_version=4.19.90-2003 +- submit iperf.yaml testbox=vm-2p8g queue=vm-2p8g~$USER os=openeuler os_arch=aarch64 os_version=20.03 runtime=20 kernel_version=4.19.90-2003
On Thu, Nov 12, 2020 at 09:11:34PM +0800, Xu Xijian wrote:
- add default vmlinuz in Related files example.
- change the testbox's value and add queue key-value in submit cmd.
Signed-off-by: Xu Xijian hdxuxijian@163.com
doc/job/kernel_version.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/job/kernel_version.md b/doc/job/kernel_version.md index f6a5f4d..3cf5e26 100644 --- a/doc/job/kernel_version.md +++ b/doc/job/kernel_version.md @@ -34,6 +34,7 @@ Related files: ├── modules-4.19.90-2003.cgz ├── modules.cgz -> modules-4.19.90-2003.cgz
Please fix up code to use the same version as vmlinuz. Then remove the modules.cgz and headers.cgz symlinks.
Thanks, Fengguang
├── vmlinuz-4.19.90-2003 +└── vmlinuz -> vmlinuz-4.19.90-2003
Usage example: -- submit iperf.yaml testbox=vm-2p8g--$USER os=openeuler os_arch=aarch64 os_version=20.03 runtime=20 kernel_version=4.19.90-2003
+- submit iperf.yaml testbox=vm-2p8g queue=vm-2p8g~$USER os=openeuler os_arch=aarch64 os_version=20.03 runtime=20 kernel_version=4.19.90-2003
2.23.0
On Fri, Nov 13, 2020 at 11:31:43AM +0800, Wu Fengguang wrote:
On Thu, Nov 12, 2020 at 09:11:34PM +0800, Xu Xijian wrote:
- add default vmlinuz in Related files example.
- change the testbox's value and add queue key-value in submit cmd.
Signed-off-by: Xu Xijian hdxuxijian@163.com
doc/job/kernel_version.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/job/kernel_version.md b/doc/job/kernel_version.md index f6a5f4d..3cf5e26 100644 --- a/doc/job/kernel_version.md +++ b/doc/job/kernel_version.md @@ -34,6 +34,7 @@ Related files: ├── modules-4.19.90-2003.cgz ├── modules.cgz -> modules-4.19.90-2003.cgz
Please fix up code to use the same version as vmlinuz. Then remove the modules.cgz and headers.cgz symlinks.
Thanks, Fengguang
OK.
Thanks, Xijian