[PATCH lkp-tests 2/2] sbin/my-submit: submit a task to personal queue

usage: my-submit testbox=vm-2p8g jobs/borrow-1h.yaml use this script to submit job, your job will be add to persoanl queue which is $tbox_group~$USER Signed-off-by: Xiao Shenwei <xiaoshenwei96@163.com> --- sbin/my-submit | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 sbin/my-submit diff --git a/sbin/my-submit b/sbin/my-submit new file mode 100755 index 00000000..57489948 --- /dev/null +++ b/sbin/my-submit @@ -0,0 +1,3 @@ +#!/bin/bash + +submit --my-queue $@ -- 2.23.0

On Fri, Nov 20, 2020 at 03:38:07PM +0800, Xiao Shenwei wrote:
usage: my-submit testbox=vm-2p8g jobs/borrow-1h.yaml
use this script to submit job, your job will be add to persoanl queue which is $tbox_group~$USER
Signed-off-by: Xiao Shenwei <xiaoshenwei96@163.com> --- sbin/my-submit | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 sbin/my-submit
diff --git a/sbin/my-submit b/sbin/my-submit new file mode 100755 index 00000000..57489948 --- /dev/null +++ b/sbin/my-submit @@ -0,0 +1,3 @@ +#!/bin/bash
whether to need to add license for the script? Thanks, Liushaofei
+submit --my-queue $@ -- 2.23.0

On Fri, Nov 20, 2020 at 04:01:33PM +0800, Liu Shaofei wrote:
On Fri, Nov 20, 2020 at 03:38:07PM +0800, Xiao Shenwei wrote:
usage: my-submit testbox=vm-2p8g jobs/borrow-1h.yaml
use this script to submit job, your job will be add to persoanl queue which is $tbox_group~$USER
Signed-off-by: Xiao Shenwei <xiaoshenwei96@163.com> --- sbin/my-submit | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 sbin/my-submit
diff --git a/sbin/my-submit b/sbin/my-submit new file mode 100755 index 00000000..57489948 --- /dev/null +++ b/sbin/my-submit @@ -0,0 +1,3 @@ +#!/bin/bash
whether to need to add license for the script?
ok Thanks, Shenwei
Thanks, Liushaofei
+submit --my-queue $@ -- 2.23.0
participants (2)
-
Liu Shaofei
-
Xiao Shenwei