
16 Nov
2020
16 Nov
'20
10:31 a.m.
On Mon, Nov 16, 2020 at 10:01:00AM +0800, Liu Yinsi wrote:
Reviewed-by: Liu Yinsi <liuyinsi@163.com>
It will send a email to Xiao Shenwei to remind him reply the point. Thanks, Xueliang
+++ b/providers/my-docker @@ -0,0 +1,13 @@ +#!/usr/bin/env ruby +# SPDX-License-Identifier: MulanPSL-2.0+ +# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved. +# frozen_string_literal: true + +require_relative './docker/docker' + +tbox_group = 'dc-1g' +hostname = "#{tbox_group}.#{ENV['USER']}-#{Process.pid}" +# specify which queues will be request, use "," to separate more than 2 values +queues = "#{tbox_group}~#{ENV['USER']}" + +main(hostname, queues) -- 2.23.0