summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-05-18Apex: fix daily scm gerrit refspec to nullTim Rozet2-6/+6
Change-Id: I0a8d51c7e0a586469cfe25d0610f078fd937c9ba Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-18Apex: fix daily scm passing and yardstick deploy blockingTim Rozet2-9/+11
Change-Id: I5b8fd2784cbf78aec17bab89c9cd1cbf82324739 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-18Apex: fix daily scm and functest job blocking with deployTim Rozet2-3/+5
Change-Id: I355745e42c510029ffc314fa03eb1a5ca1e3e74a Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-18Build Timeout Wrapper for YardstickTrevor Bramwell1-0/+13
Yardstick builds are hanging and not being caught for 19+ hours. Using the build timeout plugin we should be able to quickly stop these builds and let the project know much sooner there is an issue with their builds. The default timeout is set to fail if the job takes longer than 30 minutes. This can be adjusted later if the time is too long or too short. ssh-agent-wrapper is included as it is the default from globals, and defaults are superceded by fields added to jobs. Change-Id: I9529ab7b6ab8819ceb91694fefbb4ecb3f5cf81c Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-05-18support showing user's specified contents after signinSerenaFeng6-13/+68
Change-Id: Ia8897860757a2395873ff6972a508c38d7139854 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-18add signin web to TestAPISerenaFeng12-8/+136
Change-Id: I4d39a8561c8ebd3238a495e5799fd43fb1a508b9 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-18Merge "add missing dist files ignored by .gitignore"Serena Feng18-0/+10231
2017-05-18Merge "refactor static_path to accomodate web portal"Serena Feng38-72/+72
2017-05-18Merge "dovetail: conditional steps to run against specific scenarios"Jun Li1-13/+19
2017-05-17Apex: remove blocking verify jobs per nodeTim Rozet2-4/+0
Change-Id: I66e5af8dd11c2797e08c6b370fa1fd717ff57d41 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-17Apex: fixes missing blocking from j2Tim Rozet1-6/+3
Change-Id: I7b79ed22f7dada6edf4ff6853499ceb434fab6bb Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-17Apex: allow 3 simultaneous builds per nodeTim Rozet1-6/+3
Change-Id: Ia0839e1c97ddf8cf9be770d9c791748b9bbefbe0 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-17Set again run_tests.py's report flagCédric Ollivier1-1/+1
It was deleted by the previous change [1] [1] https://gerrit.opnfv.org/gerrit/#/c/34137/ Change-Id: Icfc9b43c30febe21501a9413196cc84f9553ce39 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-17add missing dist files ignored by .gitignoreSerenaFeng18-0/+10231
Change-Id: Ib29cb5887abb317012d83fb77dcf30e07099a479 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-17refactor static_path to accomodate web portalSerenaFeng38-72/+72
move tornado_swagger/static to opnfv_testapi/static move swagger related 3rd libs to 3rd_party/swagger Change-Id: I32bba10584c99d13687b93f32577e37581db0c63 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-17Merge "bugfix: /resources.json and /APIs cannot be accessed"Morgan Richomme2-5/+3
2017-05-16Merge "jjb: xci: bifrost: Clone git repositories to $WORKSPACE"Markos Chandras2-10/+10
2017-05-16Merge "jjb: xci: xci-deploy.sh: Run the deployment script as normal user"Markos Chandras1-1/+1
2017-05-16Merge "prototypes: xci: Look for SSH keys in $HOME directory"Markos Chandras1-1/+1
2017-05-16Merge "prototypes: xci: Move host keys away from / directory"Markos Chandras4-2/+11
2017-05-16Merge "prototypes: xci: Add ability to use local repositories for testing"Markos Chandras4-0/+88
2017-05-16Merge "prototypes: bifrost: Remove OPNFV specific group_vars file"Fatih Degirmenci1-53/+0
2017-05-16Merge "prototypes: xci: configure-localhost: Use 'connection: local'"Markos Chandras1-1/+1
2017-05-16Merge "prototypes: xci: provision-vm-nodes: Do not provision VMs as root."Markos Chandras1-1/+16
2017-05-16Merge "prototypes: xci: user-vars: Move root directory away from /opt"Markos Chandras1-4/+5
2017-05-16Merge "prototypes: xci: xci-deploy: Do not use sudo when connecting to ↵Markos Chandras1-4/+4
remote hosts"
2017-05-16Merge "prototypes: xci: Do not require root privileges in xci-deploy"Markos Chandras2-11/+7
2017-05-16Apex: add ramdisk and kernel to uploadTim Rozet1-1/+1
Change-Id: I81e89f9fe313977d6a06c6283cc5301f672a77c3 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-16Merge "refactor config parser to facilitate adding new configs"Serena Feng3-100/+40
2017-05-16bugfix: /resources.json and /APIs cannot be accessedSerenaFeng2-5/+3
1. change the join way of discover_url 2. limit tornado version not to use latest 4.5 Change-Id: I39dfd3b32bf232a7c144087bc9d5f88fb6798ee7 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-16dovetail: conditional steps to run against specific scenariosMatthewLi1-13/+19
JIRA: DOVETAIL-432 1, the community CI resource is limited, for dovetail CI job, there's no need to run against all scenarios, by now, nosdn-nofeature-ha odl_l2-bgpvpn-ha odl_l2-nofeature-ha is enough. 2, jenkins conditional plugin will be used. plugin should be installed https://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin 3, take compass as an example to see if it works Change-Id: Ib23835cbf8801c36e35e088cd0d8bf2d6380e81a Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-05-16Apex: fix clean cmds in deployTim Rozet1-5/+3
Change-Id: I7da324903df1cc0c26cfba4433748dab459bbeb1 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Apex: add gerrit to deployTim Rozet2-2/+2
Change-Id: I9260d053c74584e1c80e880d73d8671e3515b4c2 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Apex: fixes node parameters and git revision on verifyTim Rozet2-12/+12
Change-Id: I02243d359b4204ab38dee143332c8d1bac86ac8e Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Apex: adds missing deploy env varsTim Rozet1-0/+4
Change-Id: I515afe7a8f230ebbece8ee4d99ca7744a6a35fb8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Apex: fixes upload artifactTim Rozet3-1/+21
Change-Id: Ib12722ec85fe46d1b6dccb7bfc2da748386dac97 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Apex: fixes build directory in upload artifactTim Rozet1-2/+0
Change-Id: I5d3c5c76159a1bc4b83ef5855ad412962d00fcb6 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Merge "KVMFORNFV: Common build packages for daily test cases"Aric Gardner1-6/+15
2017-05-15Apex: fix apex upload for imagesTim Rozet1-2/+5
Change-Id: Ibff76b1ce7cb4e071e576fd111bfff8af2cc2021 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15KVMFORNFV: Common build packages for daily test casesGundarapu Kalyan Reddy1-6/+15
This patch is used to upload the metadata file only for the artifacts built by daily build job. Also used to add seperate checks for the artifacts uploaded by build and test phases. Change-Id: I4c760e2269f3251fd0de91a803123167fb2ad225 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2017-05-15Apex: updates cache to unique nameTim Rozet2-2/+2
Change-Id: I4131efd042f5d1aa4e8a5dc78b24be8ba6fbf87c Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Apex: fixes dev label names for artifactsTim Rozet2-2/+4
Change-Id: I2dae20c688ccd2cb690c01a843cb75d5743e129b Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Apex: fixes checking dev for verify buildTim Rozet1-2/+2
Change-Id: I8f283f6db366fc55a7eb52789affed7426521d17 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15Apex: fixes building rpms for patchesTim Rozet3-2/+4
Change-Id: I2de72d983035cbf79f9f09850cd98dfd349783ca Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-15KVMFORNFV: Common build packages for daily test caseskalyanreddy1-1/+1
This patch is used to upload the metadata file only for the artifacts built by daily build job so that both the kvmfornfv cyclictest and packet forwarding test cases will download the same artifacts uploaded by the daily build job for testing on the test pod. Change-Id: Ic2d58eca4fc86a257877159bb6910a2d8e8f3887 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2017-05-15Merge "KVMFORNFV: Common build packages for daily test cases"Jun Li1-5/+5
2017-05-13Apex: adds timeouts to deploy and build jobsTim Rozet2-0/+20
Change-Id: I760952825e9f3d36d66ecb51e26a66b8ad69aaac Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-12Apex: fixes build directory assumption in upload artifactTim Rozet1-3/+2
Change-Id: Iae230e37137b0408a74ba74bd551a88dd6ffa076 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-12Apex: changes build job to use git-scm-gerritTim Rozet2-2/+2
Change-Id: I2701ecea73ae58dc6115a93cbfc8b35ef7949b3b Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-12refactor config parser to facilitate adding new configsSerenaFeng3-100/+40
refactor hardcoded config.py to facilitate adding new configurations come along with web portal and Authentication features Change-Id: Ibc16166ade0d6e730bb4c9d81e9b9bc9b297faa1 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>