Signed-off-by: Hu XueJiao 1034502035@qq.com --- doc/job/SCHED_HOST-SCHED_PORT.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/job/SCHED_HOST-SCHED_PORT.md
diff --git a/doc/job/SCHED_HOST-SCHED_PORT.md b/doc/job/SCHED_HOST-SCHED_PORT.md new file mode 100644 index 0000000..74c628a --- /dev/null +++ b/doc/job/SCHED_HOST-SCHED_PORT.md @@ -0,0 +1,15 @@ +# SCHED_HOST, SCHED_PORT +Meaning: +- The job task depends on scheduler service, which will distribute tasks to test + machine. All tasks will run in test machine. +- `Scheduler` is one of our service, `SCHED` is the abbreviation of `Scheduler` + these variables mean: + SCHED_HOST: the scheduler service ip. + SCHED_PORT: the scheduler service port. + +Usage example: + +```$LKP_SRC/include/lab/z9 +SCHED_HOST: api.compass-ci.openeuler.org +SCHED_PORT: 11306 +```
On Fri, Dec 11, 2020 at 02:52:26PM +0800, Hu Xuejiao wrote:
Signed-off-by: Hu XueJiao 1034502035@qq.com
doc/job/SCHED_HOST-SCHED_PORT.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/job/SCHED_HOST-SCHED_PORT.md
diff --git a/doc/job/SCHED_HOST-SCHED_PORT.md b/doc/job/SCHED_HOST-SCHED_PORT.md new file mode 100644 index 0000000..74c628a --- /dev/null +++ b/doc/job/SCHED_HOST-SCHED_PORT.md @@ -0,0 +1,15 @@ +# SCHED_HOST, SCHED_PORT
Here needs a newline.
+Meaning: +- The job task depends on scheduler service, which will distribute tasks to test
- machine. All tasks will run in test machine.
+- `Scheduler` is one of our service, `SCHED` is the abbreviation of `Scheduler`
- these variables mean:
- SCHED_HOST: the scheduler service ip.
- SCHED_PORT: the scheduler service port.
+Usage example:
+```$LKP_SRC/include/lab/z9
A language after ``` not file path.
Thanks, RenWen
+SCHED_HOST: api.compass-ci.openeuler.org +SCHED_PORT: 11306
+```
2.23.0
On Fri, Dec 11, 2020 at 03:16:13PM +0800, Ren Wen wrote:
On Fri, Dec 11, 2020 at 02:52:26PM +0800, Hu Xuejiao wrote:
Signed-off-by: Hu XueJiao 1034502035@qq.com
doc/job/SCHED_HOST-SCHED_PORT.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/job/SCHED_HOST-SCHED_PORT.md
diff --git a/doc/job/SCHED_HOST-SCHED_PORT.md b/doc/job/SCHED_HOST-SCHED_PORT.md new file mode 100644 index 0000000..74c628a --- /dev/null +++ b/doc/job/SCHED_HOST-SCHED_PORT.md @@ -0,0 +1,15 @@ +# SCHED_HOST, SCHED_PORT
Here needs a newline.
+Meaning: +- The job task depends on scheduler service, which will distribute tasks to test
- machine. All tasks will run in test machine.
+- `Scheduler` is one of our service, `SCHED` is the abbreviation of `Scheduler`
- these variables mean:
- SCHED_HOST: the scheduler service ip.
- SCHED_PORT: the scheduler service port.
+Usage example:
+```$LKP_SRC/include/lab/z9
A language after ``` not file path.
Thanks, RenWen
+SCHED_HOST: api.compass-ci.openeuler.org +SCHED_PORT: 11306
+```
2.23.0
meeting notes
-Meaning: +user story +who do what for purpose + +submit job +write test case and job +cci developer do what + +## Meaning
--- a/doc/job/suite.md +++ b/doc/job/suite.md @@ -1,4 +1,13 @@ -# suite +# Field +- suite + +# who to fill it +# how to fill it //principle example, typical values + +# who to use it +# who's behavior it will influence +# related ... +# code is ...