Signed-off-by: Hu XueJiao 1034502035@qq.com --- sbin/run_job | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/sbin/run_job b/sbin/run_job index c84df0d..690e5d6 100755 --- a/sbin/run_job +++ b/sbin/run_job @@ -1,5 +1,8 @@ #!/bin/bash
+# register user information +ruby build-my-info.rb $my_email $USER $lab + cci_makepkg_file="$LKP_SRC/jobs/cci-makepkg.yaml" grep "atomic" $cci_makepkg_file || sed -i 's|benchmark:|& atomic|g' $cci_makepkg_file
On Tue, Jan 05, 2021 at 11:54:50AM +0800, Hu Xuejiao wrote:
Signed-off-by: Hu XueJiao 1034502035@qq.com
sbin/run_job | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/sbin/run_job b/sbin/run_job index c84df0d..690e5d6 100755 --- a/sbin/run_job +++ b/sbin/run_job @@ -1,5 +1,8 @@ #!/bin/bash
+# register user information +ruby build-my-info.rb $my_email $USER $lab
you can directly invoke the lib/build_my_info_client.rb instead of using sbin/build-my-info, this script is used for user manually to build the my_info, if you want to build the my_info through invoking the code, reference to sbin/build-my-info for how to use lib/build_my_info_client.rb
Thanks, Luan Shengde
cci_makepkg_file="$LKP_SRC/jobs/cci-makepkg.yaml" grep "atomic" $cci_makepkg_file || sed -i 's|benchmark:|& atomic|g' $cci_makepkg_file
-- 2.23.0