[why] before deploy compass-ci, fill configuration setup.yaml firstly, will make the whole process cleaner. fill my_name and my_email, it's necessary to verify account when submit job.
Signed-off-by: Liu Yinsi liuyinsi@163.com --- sparrow/setup.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sparrow/setup.yaml
diff --git a/sparrow/setup.yaml b/sparrow/setup.yaml new file mode 100644 index 0000000..b1cac8c --- /dev/null +++ b/sparrow/setup.yaml @@ -0,0 +1,11 @@ +# please copy this template with the below commands, +# then fill the configuration according to comments. +# mkdir -p /etc/compass-ci/ +# cp setup.yaml /etc/compass-ci/setup.yaml +# vim /etc/compass-ci/setup.yaml + +# account name +my_name: xxxxxx + +# email address +my_email: xxx@xxx
+++ b/sparrow/setup.yaml @@ -0,0 +1,11 @@ +# please copy this template with the below commands, +# then fill the configuration according to comments. +# mkdir -p /etc/compass-ci/ +# cp setup.yaml /etc/compass-ci/setup.yaml +# vim /etc/compass-ci/setup.yaml
do you need to tell user where to run these command?
Thanks, Luan Shengde
+# account name +my_name: xxxxxx
+# email address
+my_email: xxx@xxx
2.23.0
On Tue, Jan 05, 2021 at 04:20:25PM +0800, Luan Shengde wrote:
+++ b/sparrow/setup.yaml @@ -0,0 +1,11 @@ +# please copy this template with the below commands, +# then fill the configuration according to comments. +# mkdir -p /etc/compass-ci/ +# cp setup.yaml /etc/compass-ci/setup.yaml +# vim /etc/compass-ci/setup.yaml
do you need to tell user where to run these command?
These commands should be executed where is deployed.
Thanks, Chenglong
Thanks, Luan Shengde
+# account name +my_name: xxxxxx
+# email address
+my_email: xxx@xxx
2.23.0
On Tue, Jan 05, 2021 at 07:29:08PM +0800, Wang Chenglong wrote:
On Tue, Jan 05, 2021 at 04:20:25PM +0800, Luan Shengde wrote:
+++ b/sparrow/setup.yaml @@ -0,0 +1,11 @@ +# please copy this template with the below commands, +# then fill the configuration according to comments. +# mkdir -p /etc/compass-ci/ +# cp setup.yaml /etc/compass-ci/setup.yaml +# vim /etc/compass-ci/setup.yaml
do you need to tell user where to run these command?
These commands should be executed where is deployed.
yes
Thanks, Yinsi
Thanks, Chenglong
Thanks, Luan Shengde
+# account name +my_name: xxxxxx
+# email address
+my_email: xxx@xxx
2.23.0
On Tue, Jan 05, 2021 at 04:20:25PM +0800, Luan Shengde wrote:
+++ b/sparrow/setup.yaml @@ -0,0 +1,11 @@ +# please copy this template with the below commands, +# then fill the configuration according to comments. +# mkdir -p /etc/compass-ci/ +# cp setup.yaml /etc/compass-ci/setup.yaml +# vim /etc/compass-ci/setup.yaml
do you need to tell user where to run these command?
will write in README.md and tell user how to do
Thanks, Yinsi
Thanks, Luan Shengde
+# account name +my_name: xxxxxx
+# email address
+my_email: xxx@xxx
2.23.0