[PATCH v2 lkp-tests 2/2] sbin/my-submit: this script is used together with the my-qemu

you can ignore the queue field, it will add default value which is "$tbox_group~$USER" usage: my-submit testbox=vm-2p8g jobs/borrow-1h.yaml 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 Mon, Nov 23, 2020 at 02:40:35PM +0800, Xiao Shenwei wrote:
you can ignore the queue field, it will add default value which is "$tbox_group~$USER"
usage: my-submit testbox=vm-2p8g jobs/borrow-1h.yaml
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 $@
you may need to add a license line the overcommit and igcommit will check it for new script file Thanks, Luan Shengde
-- 2.23.0

On Mon, Nov 23, 2020 at 04:10:49PM +0800, Luan Shengde wrote:
On Mon, Nov 23, 2020 at 02:40:35PM +0800, Xiao Shenwei wrote:
you can ignore the queue field, it will add default value which is "$tbox_group~$USER"
usage: my-submit testbox=vm-2p8g jobs/borrow-1h.yaml
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 $@
you may need to add a license line
under lkp-test need not add license Thanks, Jihui
the overcommit and igcommit will check it for new script file
Thanks, Luan Shengde
-- 2.23.0
participants (3)
-
Luan Shengde
-
Wei Jihui
-
Xiao Shenwei