Signed-off-by: Zhang Yale ylzhangah@qq.com --- jobs/borrow-1d.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/jobs/borrow-1d.yaml b/jobs/borrow-1d.yaml index f0103680..c6bccb05 100644 --- a/jobs/borrow-1d.yaml +++ b/jobs/borrow-1d.yaml @@ -1,7 +1,14 @@ suite: borrow testcase: borrow
-runtime: 1d -timeout: 1d - -sleep: +sshd: + pub_key: <%= + begin + File.read("#{ENV['HOME']}/.ssh/id_rsa.pub").chomp + rescue + nil + end + %> + my_email: +# sleep at the bottom +sleep: 1d
On Thu, Nov 26, 2020 at 07:41:27PM +0800, Zhang Yale wrote:
Signed-off-by: Zhang Yale ylzhangah@qq.com
Pls ignore this email.
jobs/borrow-1d.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/jobs/borrow-1d.yaml b/jobs/borrow-1d.yaml index f0103680..c6bccb05 100644 --- a/jobs/borrow-1d.yaml +++ b/jobs/borrow-1d.yaml @@ -1,7 +1,14 @@ suite: borrow testcase: borrow
-runtime: 1d -timeout: 1d
-sleep: +sshd:
pub_key: <%=
begin
File.read("#{ENV['HOME']}/.ssh/id_rsa.pub").chomp
rescue
nil
end
%>
my_email:
+# sleep at the bottom
+sleep: 1d
2.23.0