summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2019-09-22Deactivate a few Functest tests in Airship gatesCédric Ollivier1-33/+0
This tests should be part of gating but Airship is not good enough to allow running them. It avoids voting -1 in all Airship tests. They are only temporarily removed in gates and they will be executed as soon as possible (git revert). Change-Id: I524cb9ab8aa09bfd3413caab9c65e103372a359c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-22Set HOME to /home/ubuntu (airship)Cédric Ollivier1-1/+1
https://github.com/airshipit/treasuremap/blob/master/tools/openstack#L10 https://build.opnfv.org/ci/job/airship-deploy-daily-latest/2/console Change-Id: If783af88fed8aba140a4f8f41e19b4f82838837f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-21Force without tty in openstack wrapperCédric Ollivier1-1/+2
Else it fails when executed via Jenkins https://github.com/airshipit/treasuremap/blob/master/tools/openstack#L12 https://build.opnfv.org/ci/job/airship-deploy-gate-latest/1/console Change-Id: Idade849b386cc4035700ba74f58450303935a08f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-21Publish airship gate jobCédric Ollivier1-41/+155
It allows verifying Airship changes via Functest. It also removes all Functest features testcases which are useless here. Change-Id: I5e466e3d1e4f3bd637cf3ec6951f031e0cc3b0ac Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-21Switch to ubuntu when deploying AirshipCédric Ollivier1-1/+1
Change-Id: I1bb9da34dd860995cf1308014880eda4a6c3a01c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-21Refactor tag and functest_tag in Airship jjbsCédric Ollivier1-22/+19
Functest hunter (functest_tag) is selected to verify Airship master (tag) because Airship currently deploys Ocata. Change-Id: I26f0971d710638688a96014d574739f482fa004c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-21Call docker via sudoCédric Ollivier1-4/+4
Switching slaves from Alpine containers to Ubuntu hosts requires sudo Change-Id: I4fa45ab4af43d2bcebd8501977cb971f443efcab Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-20Add shell extension to deployCédric Ollivier1-1/+1
It fixes the previous commit [1] [1] https://gerrit.opnfv.org/gerrit/c/releng/+/68503/ Change-Id: If2f936640dec9ff7bb8e167bfc961b02b9587bbf Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-20Add JJB for Airship installerKaspars Skels1-7/+51
This adds builder and job for simple Airship installer Change-Id: I0b911d6aa62df14fd18dc9f45ed6d80cbf3dc2ac Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
2019-09-20Merge "Select golang 1.12-alpine3.10"Cedric Ollivier1-8/+8
2019-09-20Merge "Add dovetail jobs back to fuel daily ci"Alexandru Avadanii1-0/+61
2019-09-20Select golang 1.12-alpine3.10Cédric Ollivier1-8/+8
It conforms with "Select go 1.12 instead of 1.13 (rolling)" [1]. [1] https://gerrit.opnfv.org/gerrit/c/functest-kubernetes/+/68514 Change-Id: I49bc4b5ac3cac9bb0d89198e9214ef42a076d744 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-20Add conditions to all multijobs stepsCédric Ollivier1-0/+5
It allows running all the testcases even if tempest-smoke fails [1]. It should stop after healthcheck if it conforms with Functest and OPNFV rules (Release management). [1] http://artifacts.opnfv.org/airship/airship-opnfv-functest-healthcheck-hunter-tempest_smoke-run-2/results/tempest_smoke/tempest-report.html Change-Id: Iede70b249a7039274723fbe88adee9cfa342db1f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-19Add dovetail jobs back to fuel daily cixudan1-0/+61
Signed-off-by: xudan <xudan16@huawei.com> Change-Id: Iaff9fe0634e7bd99e0ef60ad271e876ad29055f9
2019-09-19Finish Airship test jobsCédric Ollivier1-4/+2
It removes all debug data as all logs are now well published [1] and results pushed to DB [2]. It should be noted that the two agents are configured with /home/jenkins/opnfv/slave_root/workspace instead of /home/jenkins-ci/workspace (see Functest Kubernetes slaves). [1] http://testresults.opnfv.org/test/api/v1/results?installer=airship&last=1 [2] http://artifacts.opnfv.org/airship/airship-opnfv-functest-healthcheck-hunter-connection_check-run-7/results/functest.log Change-Id: I103bd68eb62bb5bf9c13a1f706ddf0528f874542 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-19Publish the right Airship test PODCédric Ollivier1-3/+6
It adds debug to highlight the slave misconfiguration. Change-Id: I3a392df8b562959f5b0757783a4331e54e340d79 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-19Publish Airship tests in DBCédric Ollivier1-1/+3
Change-Id: I569d2a68d4ba4b4b2bd5c9fa2abd128973a74798 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-19Publish first Airship testing jobCédric Ollivier1-0/+420
It creates the multijob for testing Airship. It will be completed by the deployment part in a second step. Change-Id: I82389962dd51d737ced1012bb4cc805bd98f95b6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-19Fix intel-pod[17,18] assignment (Airship)Cédric Ollivier2-6/+2
It sets Compass baremetal-centos to compass-baremetal-master arbitrarily. It should have been cleant prior to new assigment and seems safe (CompassNFV doesn't participate to the last releases) Change-Id: I08c6a9e0b5996d7f94f7eb0cdc427471878eaf90 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-14Select 3.6 if iruyaCédric Ollivier1-0/+2
It conforms with "Select python 3.6 as default" [1]. [1] https://gerrit.opnfv.org/gerrit/c/functest/+/68471 Change-Id: Ibc4ae81597ce9ed3d12ab27c6eae796870f6a2d4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-09-03Removing NetReady from Jenkins configGeorg Kunz2-10/+1
NetReady has been archived a while ago, but still some Jenkins config is left and the Anteater job is run. This removes all remaining config. Change-Id: I72b4eb091175db678feb4b4db314321f1543a814 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2019-09-02xci: Ensure the flavor is captured in all casesFatih Degirmenci1-1/+4
Change-Id: I48ee615325002a2d3687d336b9a83a0e5637cee7 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2019-08-31xci: Fix scenario determination logicFatih Degirmenci1-6/+12
Function override_xci_flavor exits with 0 early, preventing the rest of the script and especially override_scenario function to run. This makes it impossible to verify patches that contains installer-type or deploy-scenario in commit message since the generated scenario.properties file contains only XCI_FLAVOR in it, causing verify jobs to fail determining the installer type and the scenario. See the example. https://build.opnfv.org/ci/job/xci-verify-ubuntu-virtual-master/2937/console This change removes exit 0 from override_xci_flavor and moves the call to it to after override_scenario function. JIRA: XCI-21 Change-Id: Ic7f943ba5e1562177b59a8215cd8a6f2a58db093 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2019-08-31Remove Functest (OS and K8s) features containersCédric Ollivier7-181/+3
Change-Id: I0391b15adc9f5a8f36d340f6970fe731ff10bcc1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-08-29Run tempest_slow in Functest Iruya gatesCédric Ollivier1-2/+0
tempest_slow was backported to Iruya [1] [1] https://gerrit.opnfv.org/gerrit/c/functest/+/68409 Change-Id: I3305d8db5a3dcd19769aef726557866cb03396b4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-08-29Add tempest_slow in Functest gatesCédric Ollivier1-0/+14
It disables few ipv6 testcases due to possible SUT misconfigurations. It seems better than fully skipping ipv6 via tempest config [1] because it's already well covered in tempest_full. [1] https://docs.openstack.org/tempest/latest/sampleconf.html Change-Id: If1160dc68f5e53dffdfdd6722bdc557683243bde Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-08-28Add Octavia in Functest gatesCédric Ollivier1-0/+11
It's now avaible in functest-smoke:latest Change-Id: Ib6d5313d63c92a5e760714001a1b8ca670fa261f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-08-22Update alpine to 3.10 in Functest K8S gatesCédric Ollivier1-9/+9
Change-Id: I24a92a5252ce47bcb636df2d05624422c6cbe1eb Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-08-22Update Xtesting GatesCédric Ollivier1-11/+11
It now selects lf-virtual1 as slave and Alpine 3.10. It has been generated via latest Xtesting Ansible role. Change-Id: I97c2179cc0f42e435e19b738f7d86114de592425 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-08-21Protect tag in functest.yamlCédric Ollivier1-2/+2
Else 3.10 becomes falsy 3.1. Change-Id: I84045769d062f184f2f7020b9613cf06abc4af3e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-08-10Update Pharos PTL emailJulien1-1/+1
Change-Id: I99ef81ea9e1de2113f28bcb4d401c786b66a1e9e Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2019-08-05Temporarily disable apex dailyTim Rozet2-4/+4
Temporarily disabling daily jobs while running some manual testing on LFPOD1. Change-Id: I5553e4921e95c67954f93416cab651b9f81e911b Signed-off-by: Tim Rozet <trozet@redhat.com>
2019-07-31Merge "Configure voting for verify jobs"Fatih Degirmenci1-4/+4
2019-07-29Disable post-merge jobsFatih Degirmenci1-3/+3
Jobs will be kept disabled until we bump OSA and Kubesoray versions and stabilize the deployment and testing. Change-Id: Iad208bec23a311787acf97efd560f285ecf1ea1f Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2019-07-29Configure voting for verify jobsFatih Degirmenci1-4/+4
OSH integration to XCI is ongoing but OpenSUSE jobs vote -1, slowing down the integration work. Also, bumping OSA and Kubespray would be easier while we focus on single distro to make jobs green. Voting will gradually be enabled once the basics working. Change-Id: Ic34177741efca683b4c0c1c474fc4b9d826712ec Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2019-07-27Merge "Update to python 3.7 and alpine 3.10"Cedric Ollivier1-9/+9
2019-07-27Update to python 3.7 and alpine 3.10Cédric Ollivier1-9/+9
Change-Id: Id800208e148190ee10e4cfcb2a48a2dff00c35a7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-07-25Select lf-virtual1 as defaut slave (ut)Cédric Ollivier4-3/+21
It allows verifying unit tests vs python3 and building docs (see latest OpenStack upper-constraints) Change-Id: Ie9566d4b1e0a288d5944c3111ec2dc0749be1975 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-07-22Merge "add views for remaining jenkins subprojects"Trevor Bramwell26-0/+160
2019-07-22Exclude behave tests from hunter and iruyaCédric Ollivier1-0/+5
For the time being, it's only part of master [1] [1] https://gerrit.opnfv.org/gerrit/#/c/68206/ Change-Id: I7c8baf4bd178668c99f15029eb425e63c3a3b5a2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-07-21Stop blacklisting tempest tests in gatesCédric Ollivier1-2/+0
It reverts "Allow blacklisting tempest tests" [1] as all volume leaks were solved [2]. [1] https://gerrit.opnfv.org/gerrit/#/c/68020/ [2] https://bugs.launchpad.net/tempest/+bug/1829613 This reverts commit f90b8b66834b81b1022a05e14392857e77fccfca. Change-Id: Ic87de200482eb6c7aef878a1f23dcd43b79d1b10 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-07-20Revert "Exclude latest rally_full and rally_jobs"Cédric Ollivier1-5/+0
This reverts commit f0b74187ee9e26a6b0be9976b1c5d35d9c96523b. Change-Id: I97466016e6cf296996558a45d4e4a5354d349e6f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-07-15Adds ARM Hunter JobsMark Beierl1-5/+5
Adds the missing docker build jobs for StorPerf on ARM. Change-Id: I5ed4a055b4f5f50309159c860ecdae93b1aa4b60 Signed-off-by: Mark Beierl <mbeierl@vmware.com>
2019-07-11Run the sixth sample in Xtesting gatesCédric Ollivier1-14/+34
Change-Id: I18033f737f93bd9c4680490f0a2ffbd7e2e5bffc Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-07-10Run Functest K8s smoke test sequentiallyCédric Ollivier1-6/+9
It also reorders xally_kubernetes and conformance. Change-Id: I5a9aab3f9f7cecd443b1246c8b8de7d148632a08 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-07-10add views for remaining jenkins subprojectsDaniel Pono Takamori26-0/+160
forgot beginning a yaml and a duplication definition add apex and sfc back in sectioned-views plugin not supported by jjb so removed custom views created in prod jenkins responded to cedric's request to remove moon and netready remove views for deprecated jobs Issue: RELENG-1831 Change-Id: I39ef0aabcf8ef4f3b3a378bb242ce0a7119acc85 Signed-off-by: Daniel Takamori <dtakamori@contractor.linuxfoundation.org>
2019-07-10Remove functest-components containersCédric Ollivier1-7/+0
They can be safely removed as gambia is no longer supported. Change-Id: I71b4201203b601e40b308e6a414b874f450f96dc Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-07-10[fuel] Bind functest's iruya container to masterMichael Polenchuk2-2/+2
Change-Id: I9d1745718eec8f42c7a2792406bccf70f600f66b Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2019-07-10Add xrally_kubernetes in Functest Kubernetes gatesCédric Ollivier1-0/+12
Change-Id: Ie34e8698a262be18f66f934955baa0ca9194d6a9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-07-09Exclude functest-tempest from master gatesCédric Ollivier1-0/+2
Change-Id: I09bde2d35769c0045f72e3da56a085db6426e4b4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>