summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-17jjb: xci: Do not check for the WORKSPACE variableMarkos Chandras1-2/+2
The WORKSPACE variable is always set so we do not need to check it in the script. Change-Id: I33d2e17b9a4a7b262c781c7442cc69c2433f8729 Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-05-14Merge "Releng PTL change to Trevor Bramwell"Fatih Degirmenci1-10/+10
2018-05-11jjb: xci: Connect new releng-xci-scenarios repositoryMarkos Chandras2-2/+2
The scenarios have been moved from the releng-xci to releng-xci-scenarios repository so we should connect Jenkins to that repo as well. Change-Id: Ifcb4f02b8532dd94c8a622185328f7316e726c6b Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-05-10Yardstick needs export EXTERNAL_NETWORK to envxudan1-0/+1
Change-Id: I380008fe2cadbce8f6b7b1f84c9f3bf720df485e Signed-off-by: xudan <xudan16@huawei.com>
2018-05-10jjb: xci: xci-start-new-vm: Fix passing YAML var files to AnsibleMarkos Chandras1-1/+1
When passing a YAML variables file to Ansible, we need to prefix it with '@'. Change-Id: I884f4698a1033cca9ad55bf3592e1dd817273f81 Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-05-09jjb: xci: xci-start-new-vm: Fix gerrit variable for git SHAMarkos Chandras1-2/+2
The gerrit variable for the git SHA is GERRIT_PATCHSET_REVISION instead of GERRIT_CHANGE_ID. We also need to export the XCI_ANSIBLE_PARAMS variable. Change-Id: I206820f1155a4876fb7d87cc0b5ae1b8afb06bd6 Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-05-09Merge "jjb: xci: xci-start-new-vm: Create scenario overrides file"Markos Chandras1-3/+12
2018-05-08Bugfix: Dovetail failed to upload results to artifactsxudan1-2/+4
That's mainly because of that 1. The owner of all results files are root:root 2. Sometimes there are some files that can only be read by root 3. User jenkins failed to upload these files Solutions: 1. Change the owner to be jenkins:jenkins 2. Remove these files which are useless for users Change-Id: I0b5e72e8d5045c7e0d64e32a13ba559612460a84 Signed-off-by: xudan <xudan16@huawei.com>
2018-05-08jjb: xci: xci-start-new-vm: Create scenario overrides fileMarkos Chandras1-3/+12
Pass scenario information using the new override mechanism. This patch depends on the matching releng-xci change https://gerrit.opnfv.org/gerrit/#/c/56643/ Change-Id: Ib8473249e424f259f5757ebdaed7d73fa4b0adce Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-05-08Merge "JJB 2.0.X does not allow scenario to be passed here"mei mei1-6/+2
2018-05-07Releng PTL change to Trevor BramwellTrevor Bramwell1-10/+10
I am nominating myself as PTL of Releng following Fatih's announcement to step down. See this email thread for context: https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2018-May/021142.html Change-Id: I6426a612378143d7829420cc9cf254021ce1eeae Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-05-07Merge "Enable Local Docs builds by using LF Docs Conf"Trevor Bramwell5-1/+20
2018-05-07Merge "Disable vnf runs for aarch64"Aric Gardner1-2/+2
2018-05-04Merge "Disable Snaps Fraser Verify Job"Trevor Bramwell1-1/+1
2018-05-04Merge "[yardstick] debug dump image ID"Trevor Bramwell1-0/+1
2018-05-04Disable vnf runs for aarch64Delia Popescu1-2/+2
Functest VNF tests are not adapted for aarch64. The tests can be reactivated when they are adapted to execute on aarch64. JIRA: FUNCTEST-964 Change-Id: I2413a6eff831c8dd2751b7bc73ad583f55a00dcf Signed-off-by: Delia Popescu <delia.popescu@enea.com>
2018-05-04Merge "fuel, armband: basic healthcheck in verify jobs"Trevor Bramwell2-68/+42
2018-05-04JJB 2.0.X does not allow scenario to be passed hereagardner1-6/+2
With this change releng/jjb/* now passes on: Jenkins Job Builder version: 2.0.1 and 1.6.2 Error: TypeError: write() argument must be str, not list Explanation: in jjb 1.6.2 it would allow the list in and then the job would convert the list into a literal string of "['var1', 'var2']" - 'compass-{scenario}-{pod}-daily-{stream}' Can have scenario passed, {scenario} is part of the job name so it knows which scenario to add. - 'compass-deploy-{pod}-daily-{stream}' cannot have scenario passed, there is not one job generated per scenario so its tryting to add "['senario1', 'scenario2', 'etc']" into the {scenario} value, which is not allowed. This worked on jjb 1.6.2 becasue we overwrite the scenario information later: - trigger-builds: - project: 'compass-deploy-{pod}-daily-{stream}' predefined-parameters: | DEPLOY_SCENARIO={scenario} jjb/armband/armband-ci-jobs.yml is very simillar to this job and passes a default, which works, so that is what I have done here: - string: name: DEPLOY_SCENARIO default: 'os-odl-nofeature-ha' addendum: removed scenario: '{scenario}' from 'compass-{scenario}-{pod}-daily-{stream}' even though it is valid, Trevor rightly pointed out that there is nothing to consume this value. Change-Id: I134b2bd5888dcdfa5b768a7db2bdc98ad32ec28e Signed-off-by: agardner <agardner@linuxfoundation.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-05-02Apex: Fix resources/images directory usage with deployTim Rozet1-3/+2
Change-Id: If50ad310049edca687da8e0acf412a7e1eacd2b6 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-05-02Apex: disable iso verify for master branchTim Rozet1-0/+5
Change-Id: I46753983e1fb37300df70700c474c3dda3532ffa Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-05-02Apex: Update for master upstream deploymentsTim Rozet5-57/+99
Change-Id: I92635178ddc354dd7773cd372a34d46f5ee0bf2a Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-05-02Add Bottlenecks Fraser Docker Push JobYang Yu1-0/+4
Change-Id: I4d6c4015ca36f743dadbb6524a1ca8d5619ce3d6 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-04-30Add release notes in releases/fraser/functest.yamlCédric Ollivier1-0/+2
Change-Id: I0384563e5e663ea485626562df5ee49815b95817 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-28Merge "Tag SDNVPN for Fraser 6.0"Aric Gardner1-0/+5
2018-04-28Merge "Tag Stor4NFV for Fraser 6.0"Aric Gardner1-0/+7
2018-04-28Merge "Update Clover tags Clover for Fraser 6.0.1"Aric Gardner1-0/+3
2018-04-28Tag OPNFVDocs for Fraser 6.0Trevor Bramwell1-0/+5
This is tagged at the last merged docs patch to stable/fraser Change-Id: I0d976cd947621ceab3a15df8ea98bdc245fe93fc Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-28Merge "Fraser 6.0.0 tag"Trevor Bramwell1-0/+5
2018-04-28Merge "Fraser 6.0.0 tag"Trevor Bramwell1-0/+5
2018-04-28Merge "Fraser 6.0.0 tag"Trevor Bramwell1-0/+5
2018-04-28Tag Apex for Fraser 6.0agardner1-0/+14
The last commit I had to revert, as the refs were put under branches branch should never change and indicates where the branching happens. I have taken those refs and put them in the releases section Change-Id: I8026b331b18cde18c08ed1bef79d291c3a7ffce8 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-28Merge "Revert "Apex: update sha commit hashes for Fraser""Aric Gardner1-4/+4
2018-04-28Revert "Apex: update sha commit hashes for Fraser"Aric Gardner1-4/+4
This reverts commit 583c715b4c5320bdd6e0b09b68af852d8660dc14. Change-Id: I63c99606804c4c02b1e8aff91937c62916137bc9
2018-04-28Update Clover tags Clover for Fraser 6.0.1Trevor Bramwell1-0/+3
Add the opnfv-6.0.1 to the current commit, and lists opnfv-6.0.0 as being tagged on the previous one. Change-Id: I01b3efb6fe04b3dcf32ef2c01315ecb34fb30133 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-28Dovetail CI jobs failed sometimes when Archive artifactsxudan1-3/+3
According to this https://issues.jenkins-ci.org/browse/JENKINS-47566, the failure seems to be caused by the permission problem. Change the owner of all files in 'results' directory to be jenkins. Change-Id: I0ed30018354259601c39016fc1950ea7db867e78 Signed-off-by: xudan <xudan16@huawei.com>
2018-04-27Apex: update sha commit hashes for FraserTim Rozet1-4/+4
Change-Id: Ic3cb135911eddc4490a50e57f5165688cec623a0 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-04-27Update Clover 6.0.0 release SHA1Stephen Wong1-1/+1
Change-Id: I28c584535617afb32801f912adafe5282aa64ed1 Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
2018-04-27Tag SDNVPN for Fraser 6.0Trevor Bramwell1-0/+5
This is tagged at the current tip of stable/fraser branch Change-Id: Ie169aa7e2ef7096155253aeb5c8adeeefc2cf278 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-27Tag Stor4NFV for Fraser 6.0Trevor Bramwell1-0/+7
Include link to release notes Change-Id: Ic9b8ed9d08fd54f00bf4afe9539f32fae9339e23 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-27Fraser 6.0.0 tagagardner1-0/+5
I have tagged your repo for you at the head of the fraser branch Please let us know if this is correct. If I dont hear back from you I will merge this and tag your repo at this location Change-Id: Ie9ee3b17d5f909b0160cbacd7db99a43385c3d7d Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-27Fraser 6.0.0 tagagardner1-0/+5
I have tagged your repo for you at the head of the fraser branch Please let us know if this is correct. If I dont hear back from you I will merge this and tag your repo at this location Change-Id: I66541b703924018ca7d81a736a1af8767c100846 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-27Fraser 6.0.0 tagagardner1-0/+5
I have tagged your repo for you at the head of the fraser branch Please let us know if this is correct. If I dont hear back from you I will merge this and tag your repo at this location Change-Id: I9223da8139ce997e6b7dde9db30a875324c0b94f Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-27Merge "Update Parser Fraser 6.0.1 Release Tag"Trevor Bramwell1-0/+3
2018-04-27Functest 6.0.0 release SHA1agardner1-0/+8
Change-Id: Ieaa5b8050da3f502074d7f968c4cf65a108f84c2 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-27Update Parser Fraser 6.0.1 Release TagTrevor Bramwell1-0/+3
opnfv-6.0.0 was previously tagged on the master branch, but the ref to be release is on stable/fraser. So bumping the tag to 6.0.1 and adding the previous tag at the correct ref to the file. Change-Id: Ic57fd2116e8662391748455cfe25c23e9853b65d Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-27Merge "[VSPERF] Added releases tag and release-notes URL"Aric Gardner1-0/+8
2018-04-27Merge "Add Samplevnf project release tag and notes"Aric Gardner1-0/+7
2018-04-27Merge "[Fraser] ovn4nfv git tagging."Trevor Bramwell1-0/+8
2018-04-27Merge "Update Release Notes and SHA"Aric Gardner1-0/+7
2018-04-27Merge "[QTIP] Add release tag and release-notes"Trevor Bramwell1-0/+8