summaryrefslogtreecommitdiffstats
path: root/jjb/airship
AgeCommit message (Collapse)AuthorFilesLines
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-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-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>