It's kind related to lab selection, better set in lab include files. Let's use the default for now.
Signed-off-by: Wu Fengguang wfg@mail.ustc.edu.cn --- container/mail-robot/lib/assign-account-email.rb | 2 -- 1 file changed, 2 deletions(-)
diff --git a/container/mail-robot/lib/assign-account-email.rb b/container/mail-robot/lib/assign-account-email.rb index c77a463..0c5f8d4 100755 --- a/container/mail-robot/lib/assign-account-email.rb +++ b/container/mail-robot/lib/assign-account-email.rb @@ -25,8 +25,6 @@ def build_apply_account_email(my_info) my_email: #{my_info['my_email']} my_name: #{my_info['my_name']} my_uuid: #{my_info['my_uuid']} - SCHED_HTTPS_HOST: #{ENV['SCHED_HTTPS_HOST']} - SCHED_HTTPS_PORT: #{ENV['SCHED_HTTPS_PORT']} EOF
2) download lkp-tests and dependencies
Zhende,
Would you make sure "submit" command will use the default 'api.compass-ci.openeuler.org' for external users?
Thanks, Fengguang
On Sun, Nov 29, 2020 at 05:58:00PM +0800, Wu Fengguang wrote:
It's kind related to lab selection, better set in lab include files. Let's use the default for now.
Signed-off-by: Wu Fengguang wfg@mail.ustc.edu.cn
container/mail-robot/lib/assign-account-email.rb | 2 -- 1 file changed, 2 deletions(-)
diff --git a/container/mail-robot/lib/assign-account-email.rb b/container/mail-robot/lib/assign-account-email.rb index c77a463..0c5f8d4 100755 --- a/container/mail-robot/lib/assign-account-email.rb +++ b/container/mail-robot/lib/assign-account-email.rb @@ -25,8 +25,6 @@ def build_apply_account_email(my_info) my_email: #{my_info['my_email']} my_name: #{my_info['my_name']} my_uuid: #{my_info['my_uuid']}
SCHED_HTTPS_HOST: #{ENV['SCHED_HTTPS_HOST']}
SCHED_HTTPS_PORT: #{ENV['SCHED_HTTPS_PORT']} EOF
- download lkp-tests and dependencies
-- 2.23.0
On Sun, Nov 29, 2020 at 05:59:31PM +0800, Wu Fengguang wrote:
Zhende,
Would you make sure "submit" command will use the default 'api.compass-ci.openeuler.org' for external users?
Looks submit is fine and uses SCHED_HOST instead:
include/lab/z9:1:SCHED_HOST: api.compass-ci.openeuler.org lib/monitor.rb:81: ssh_connect(job['SCHED_HOST'], data['ssh_port'], web_socket) sbin/submit:118: raise 'Please configure SCHED_HOST' unless job['SCHED_HOST'] sbin/submit:158: scheduler_client = SchedulerClient.new(job['SCHED_HOST'], job['SCHED_PORT'])
Shengde: 你原来的邮件有问题。 SCHED_HTTPS_HOST实际没用的。
Thanks, Fengguang
On Sun, Nov 29, 2020 at 05:58:00PM +0800, Wu Fengguang wrote:
It's kind related to lab selection, better set in lab include files. Let's use the default for now.
Signed-off-by: Wu Fengguang wfg@mail.ustc.edu.cn
container/mail-robot/lib/assign-account-email.rb | 2 -- 1 file changed, 2 deletions(-)
diff --git a/container/mail-robot/lib/assign-account-email.rb b/container/mail-robot/lib/assign-account-email.rb index c77a463..0c5f8d4 100755 --- a/container/mail-robot/lib/assign-account-email.rb +++ b/container/mail-robot/lib/assign-account-email.rb @@ -25,8 +25,6 @@ def build_apply_account_email(my_info) my_email: #{my_info['my_email']} my_name: #{my_info['my_name']} my_uuid: #{my_info['my_uuid']}
SCHED_HTTPS_HOST: #{ENV['SCHED_HTTPS_HOST']}
SCHED_HTTPS_PORT: #{ENV['SCHED_HTTPS_PORT']} EOF
- download lkp-tests and dependencies
-- 2.23.0