diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-03-05 06:10:54 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-03-05 06:11:07 +0100 |
commit | 7c7a70561bf1b47e449b0e482b398a50ffb9e12a (patch) | |
tree | 656f136e9f6363e58a767ca53f74172f4fd81efb /jjb | |
parent | 6100dc7c40d46b337b70639c03a2752b651c75e8 (diff) |
Fix timeout
The indentation was wrong for the timeout to be applied.
Change-Id: Ie556d3e61400585770f476057921b9decb6185d8
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ci-management/ci-management.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/ci-management/ci-management.yaml b/jjb/ci-management/ci-management.yaml index 32bae21c..203effb4 100644 --- a/jjb/ci-management/ci-management.yaml +++ b/jjb/ci-management/ci-management.yaml @@ -39,7 +39,7 @@ wrappers: - ssh-agent-credentials: users: - - '{ssh-credentials}' + - 'd28b1f3b-3603-49bc-b837-bb0a2e85d4b8' triggers: - gerrit-trigger-patch-submitted: @@ -76,8 +76,8 @@ choosing-strategy: 'default' wrappers: - - agl-infra-wrappers: - build-timeout: '180' + - agl-infra-wrappers: + build-timeout: '{build-timeout}' triggers: - gerrit-trigger-patch-merged: |