On Wed, Nov 25, 2020 at 11:08:48AM +0800, Ren Wen wrote:
On Wed, Nov 25, 2020 at 10:52:51AM +0800, Zhang Yu wrote:
Add a document for introducing the os, os_version, os_arch fields
Signed-off-by: Zhang Yu 2134782174@qq.com
doc/job/os_fields.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/job/os_fields.md
diff --git a/doc/job/os_fields.md b/doc/job/os_fields.md new file mode 100644 index 0000000..1e6baae --- /dev/null +++ b/doc/job/os_fields.md @@ -0,0 +1,15 @@ +# os, os_version, os_arch
+Meaning: +- Each test tells which os it needs, and the os_version, os_arch is also need to be specified, then the machine will run an os according to those three fields.
---- these? --are?
ok,
This line is too long.
+- Os, os_version, os_arch is the key for users to specify the os-related parameters.
-- This should be lower case.
ok
Thanks, RenWen
+- If os, os_version, os_arch is not given by users, it will use the default openeuler os-related parameters. +- Here are the os, os_version, os_arch that we support:
- os os_version os_arch
- openeuler 20.03, 1.0 aarch64, x86_64
- debian sid, 10 aarch64, x86_64
- centos 7.6, 7.8 aarch64, x86_64
- ...
+Usage example:
+- submit iperf.yaml testbox=vm-2p8g queue=vm-2p8g~$USER os=openeuler os_arch=aarch64 os_version=20.03
2.23.0