This website requires JavaScript.
Explore
Get Started
openstack
/
neutron
Code
Issues
Proposed changes
dc21fdb8e5
Branches
Tags
View all branches
neutron
/
playbooks
/
post_functional_job.yaml
6 lines
108 B
YAML
Raw
Normal View
History
Unescape
Escape
Migrate neutron-functional job to zuul v3 syntax This patch migrates also neutron-functional-python27 job to zuul v3 syntax. Neutron's functional tests have to be run on host with deployed minimal devstack but without running any e.g. neutron services. Because of that new job's template inherits from devstack-minimal job instead of devstack-tox-functional and we need to have own run_functional_job and post_functional_job playbooks. It also adds ansible roles: - configure_functional_tests - setup_logdir - fetch_journal_log which are used in new neutron-functional job definition. Those roles can be also used later e.g. for fullstack job. Change-Id: I80bc17c8c9f43050ac0c21176fbc4be46c11ce35 Related-bug: #1804844
2018-11-23 15:53:10 +01:00
-
hosts
:
all
roles
:
Add new role "prepare_functional_tests_logs" This new role will prepare archive with the logs from all functional/fullstack tests. It will be more efficient to upload one archive to swift after tests are done instead of uploading to Swift many small files with logs from each test. Change-Id: I4bb614778893caa7fb3519412a87196086420a21
2022-09-05 13:00:25 +02:00
-
prepare_functional_tests_logs
Migrate neutron-functional job to zuul v3 syntax This patch migrates also neutron-functional-python27 job to zuul v3 syntax. Neutron's functional tests have to be run on host with deployed minimal devstack but without running any e.g. neutron services. Because of that new job's template inherits from devstack-minimal job instead of devstack-tox-functional and we need to have own run_functional_job and post_functional_job playbooks. It also adds ansible roles: - configure_functional_tests - setup_logdir - fetch_journal_log which are used in new neutron-functional job definition. Those roles can be also used later e.g. for fullstack job. Change-Id: I80bc17c8c9f43050ac0c21176fbc4be46c11ce35 Related-bug: #1804844
2018-11-23 15:53:10 +01:00
-
fetch-tox-output
-
fetch-subunit-output
Copy Permalink