diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-07-06 09:27:07 -0500 |
---|---|---|
committer | Ed Warnicke <eaw@cisco.com> | 2016-07-06 09:27:07 -0500 |
commit | 17e0045042493bb4fe4adcc1513ee825e3eafec1 (patch) | |
tree | b3ad4400b46fbe281849649eb73b60c7a2970862 | |
parent | 5e613589c64695a0f28ef9862b026b19ca74a2ab (diff) |
Turn on timestampe for CSIT jobs
Change-Id: I43c381f68c29405d8c3b34bdee6f69c2b115ebf4
Signed-off-by: Ed Warnicke <eaw@cisco.com>
-rw-r--r-- | jjb/vpp/vpp.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index fafd91667..34ea563db 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -228,6 +228,7 @@ choosing-strategy: 'gerrit' wrappers: + - timestamps - ssh-agent-credentials: users: - '{ssh-credentials}' @@ -281,6 +282,7 @@ choosing-strategy: 'gerrit' wrappers: + - timestamps - ssh-agent-credentials: users: - '{ssh-credentials}' |