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