commit | f23543b60c244d7ecdbe38da5d3a1e7a306e424b | [log] [tgz] |
---|---|---|
author | You Wang <you@opennetworking.org> | Wed Jul 15 22:14:03 2020 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Wed Jul 15 22:14:03 2020 +0000 |
tree | ad4b8701a7ee0ad1bfb6b41a5a397d7658d4c97b | |
parent | a0d92058fbc0667d66a28bd969b28309c75157a5 [diff] | |
parent | 5647a3a8bb6ad86790342abd8b58b713f1f925f5 [diff] |
Merge "Add timeout parameter for ng40-test job"
diff --git a/jjb/omec-ci.yaml b/jjb/omec-ci.yaml index 721323c..a9c203b 100644 --- a/jjb/omec-ci.yaml +++ b/jjb/omec-ci.yaml
@@ -839,6 +839,11 @@ description: 'Name of the Jenkins executor node to run the job on.' - string: + name: timeout + default: '30' + description: 'Timeout period for this pipeline in minutes.' + + - string: name: ng40VM default: '{ng40-vm}' description: 'user@IP for accessing NG40 VM from the build node.'