summaryrefslogtreecommitdiffstats
path: root/jjb/apex
AgeCommit message (Collapse)AuthorFilesLines
2017-07-31APEX: Add fdio scenarios to master dailyFeng Pan2-0/+48
The following scenarios are added: - os-nosdn-fdio-ha - os-nosdn-fdio-noha - os-odl-fdio-ha - os-odl-fdio-noha Change-Id: I7aa68cf3c673cd7f0026873cd3d6939887944117 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-07-31Merge "Apex: changes build result using groovy-postbuild"Aric Gardner3-0/+32
2017-07-27Apex: changes build result using groovy-postbuildTim Rozet3-0/+32
Conditional plugin does not work for detecting current status in mulitjob, but groovy publisher does. Shown to be working in sandbox job: https://sandbox.opnfv.org/view/All/job/test_groovy_publisher/17/ Change-Id: Ic0ed09885bb29254c4bfda24164c5358eda0d20a Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-07-27adding OVN to the daily scenariosDan Radez2-0/+12
Change-Id: I0399c414c5ae042fdc3d3ace1354414897f7d92b Signed-off-by: Dan Radez <dradez@redhat.com>
2017-07-24Bugfix: Add Apex jobs failed because of wrong regexxudan2-2/+2
JIRA: DOVETAIL-470 Bug log: https://build.opnfv.org/ci/job/apex-testsuite-os-nosdn-nofeature-ha-baremetal-master/5/console Can't evaluate expression, false is assumed: groovy.lang.MissingPropertyException: No such property: DEPLOY_SCENARIO for class: Script1 Skipping dovetail-apex-baremetal-proposed_tests-master. Condition was evaluated to false. Change-Id: I8295313a3096b603bd390fdb70d451274a5146bb Signed-off-by: xudan <xudan16@huawei.com>
2017-07-19dovetail: proposed_test run against apexMatthewLi2-0/+28
JIRA: DOVETAIL-359 1)run againt scenarios: os-nosdn-nofeature-ha os-nosdn-kvm-ha os-odl_l3-fdio-ha 2)stream: master 3)details see https://wiki.opnfv.org/display/dovetail/Running+history+for+the+dovetail+tool Change-Id: Ief6f85faa955b59c2229a5fdffd73f83480fc214 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-07-19Apex: fix missing job for testsuiteTim Rozet2-0/+2
Change-Id: Ica77eb12fccfbb45479bbd75bbd8d3154f16a17b Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-07-19Apex: Fixes daily result reportingTim Rozet2-2/+120
Breaks testing up into its own mulitjob, which allows us to condtionally set status for the job due to failures, which will be set to unstable if only test suites fail. Change-Id: I5d886b98e437bf100b1d5546aebfcd046b0238cb Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-07-19Apex: throttles scenario jobs to only 1 per nodeTim Rozet2-0/+10
Change-Id: Ia155e3c60be35c0cdd31d6ddb0705dc5c3f6ad42 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-07-19Apex: adds slave params to deploy jobTim Rozet2-0/+2
Change-Id: I56002eea4b626fa9616d3a6dac7b230058121d96 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-07-19Apex: updates for post-danubeTim Rozet3-108/+143
Changes Include: - Functest in daily only executes on successful deployment - os-odl-bgpvpn-ha added to daily master - daily sub-job renamed to match CI evolution Change-Id: If34d013416b6d6c7fdfb4d0cdff652222e02462e Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-06-12Merge "Apex: adds smoketest back"Tim Rozet2-68/+68
2017-06-08Apex: adds onos rpm back to upload/downloadTim Rozet3-4/+4
Change-Id: Ib71936bec70951dea7478c1dcf657c5f2581fdf6 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-06-07Apex: adds smoketest backTim Rozet2-68/+68
Adding smoketest back, but it will not fail verify job. Change-Id: I18743ceb529565b2afc26ad0983c18d911920bec Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-06-06Apex: fix gerrit comment passing for gate jobsTim Rozet2-0/+2
Change-Id: I7ed790c9cd33029776b0c2551386d3f94eacc07e Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-06-01Apex: fixes snapshot promotion be variablesTim Rozet4-10/+33
Since job names changed during the migration to multijob, we need to update the scripts which assume the the snapshot type is part of the job name. Moving them to be jjb variables instead and not rely on job name. Change-Id: I18f3bd5488c36b2f82a7bc7cb80045ab6807fa57 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-06-01Apex: fixes scenario name for netvirt+vppTim Rozet3-4/+4
Change-Id: Ie3ca73a09cbea1aaf5c195fe319e5ec46e71f1bf Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-27Apex: fixes blocking per node with daily, verifyTim Rozet2-38/+10
apex-verify-*: we dont need blocking on this, since it can run on any node, and blocking is handled at lower layer jobs apex-build-{stream}: needs to block if apex-verify-iso-{stream} is running since apex-verify-iso will use the build directory of apex-build-stream to get the ISO from in daily apex-verify-iso does not need to block other deploys Change-Id: Icf69d23b7aeaf73f5ebc7103db24e309ab0e949f Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-26Apex: fixes downloading artifacts for rpms/isoTim Rozet1-3/+2
We always update the latest properties file on daily builds. We should be pulling that to find artifacts rather than the current date properties versions. Change-Id: I52d3b53fdd17ecb6cbb43759309568d0c22013f8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-26Apex: variablize concurrent builds per nodeTim Rozet2-2/+6
only master branch supports more than 1 build per node at a time Change-Id: I4e4b105cda5ff4f870917abd62660c64a4b535ee Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-25Merge "Apex: increase build timeout"Tim Rozet2-2/+2
2017-05-25Merge "Trigger cperf not functest from apex-cperf-runner"Tim Rozet2-6/+10
2017-05-25Apex: increase build timeoutTim Rozet2-2/+2
Builds can take a lot longer when running simultaneously and daily builds upload many rpm and srpm artifacts which takes longer. Change-Id: Ib8dd23e5bea1a552c10a6f5a5aa1ea158647f7d1 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-25Trigger cperf not functest from apex-cperf-runnerJamo Luhrsen2-6/+10
Change-Id: I0f4325b8489edb18fb2e69ed987dd6ec7caeb3ea Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2017-05-25Deploy 2 Computes if triggered by promote jobsJamo Luhrsen3-1/+13
Change-Id: I5431e1c86d9f56b5192880dc9e7eb6f2f0ab61ee Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2017-05-25Apex: temporarily disable functest smoke on verifyTim Rozet2-68/+68
Functest is having problems running and logging failures, so we need to temporarily disable it on verify jobs until that infra is fixed. Change-Id: Ib2c41bb0f3c99517c98cfe1167fdc94e2313fb4f Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-23Apex: remove downloading ISO for deployTim Rozet1-10/+1
We dont need ISO to deploy, just RPMs. Change-Id: Id3515630ad70f2da6aa0b99b7c1c8cb8857e2311 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-23Apex: fix deploy and test run job to pass empty refspecTim Rozet2-34/+7
Change-Id: I563b961286fe215c4e5381ccde30d787188f1e8e Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-22Merge "Remove old GS-Cleanup Job from Apex"Trevor Bramwell2-53/+0
2017-05-22Apex: fixes blocking with dailyTim Rozet2-37/+37
Change-Id: I03cf0207075116de44ebde03429ab5b499db540b Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-22Apex: fix iso verify build dir to absolute pathTim Rozet3-5/+3
Change-Id: I0c85806e5fa04a890a130d8106d96c7fb812e691 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-22Revert "Apex: fixes build directory passing for iso upload"Tim Rozet2-3/+3
This reverts commit ec2e44c72271cb78a00bebd32ceb43487ad176b5. Change-Id: I2f8db687df9cceaa50bf6a26de659ea70f70df45
2017-05-22Apex: fixes build directory passing for iso uploadTim Rozet2-3/+3
Change-Id: Ifb1173a49066fd493c58f41ae22d4decc69e03f9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-22APEX: fix permission for rm in iso verifyFeng Pan1-1/+1
Change-Id: Icbecbb39465a3cf4ef4ea3e8f5901561a4874c51 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-05-21APEX: iso verify fixesFeng Pan1-59/+20
The current implementation of iso verify can potentially block indefinitely and/or return incorrect string matching results. This patch changes iso verify to use log file instead of tcp serial console. Change-Id: I89accc9c2165836a23a21a223fa33e920c529772 Signed-off-by: Feng Pan <fpan@redhat.com>
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-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-17Remove old GS-Cleanup Job from ApexTrevor Bramwell2-53/+0
This job template isn't attached to a job, so it doesn't even get executed; Further, artifact cleanup is take care of by 'releng-artifact-cleanup-daily-{stream}' Change-Id: I3e4d0339650f0507b8a3cd1512c2ca643f4fe75a Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
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-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-15Apex: fix apex upload for imagesTim Rozet1-2/+5
Change-Id: Ibff76b1ce7cb4e071e576fd111bfff8af2cc2021 Signed-off-by: Tim Rozet <trozet@redhat.com>