diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-06 21:22:56 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-06 21:23:16 +0200 |
commit | f8fc83f67ff76327d863d9f578cfaeeb506661be (patch) | |
tree | 7de20881b66cb730ac5d03f565722e9aa946b495 /jjb | |
parent | 3f8335e92d062acb3c4aac8400939ca79bff0470 (diff) |
functest: verify: build-timeout, ssh-agent-wrapper
Change-Id: I2754c7d5502a05ef0fa1dec9dbd14b4c97b70f11
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest-project-jobs.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/functest/functest-project-jobs.yml b/jjb/functest/functest-project-jobs.yml index 54acb66d2..3fff54ee2 100644 --- a/jjb/functest/functest-project-jobs.yml +++ b/jjb/functest/functest-project-jobs.yml @@ -100,6 +100,11 @@ disabled: '{obj:disabled}' + wrappers: + - ssh-agent-wrapper + - build-timeout: + timeout: 30 + parameters: - project-parameter: project: '{project}' |