openstack-ansible-os_tempest/zuul.d
Arx Cruz 278ef6f829 Fix tempest init logic
The tempest init was checking if the workspace/etc directory exists, and
were creating a new workspace without pass a name, the default is
workspace, but passing a --name ensure it won't break if tempest decides
to change it.
Also, the rename command only change the name in the
$HOME/.tempest/workspace.yml, it doesn't change the path for the
particular workspace. The same happens with the move command, it just
update the path on the workspace.yml file.
With this patch, the tempest workspace is being moved properly to a
workspace_$CURDATE, all the files are copied to the new workspace,
delete the old workspace directory, and call tempest init properly.

Also adding tripleo upgrade job as nv for now, since this issue only
happen in upgrade jobs.

Change-Id: I8a3b79352819f5e980eaea7482cd6b1f1bfc47be
Closes-Bug: #1896126
2020-10-17 18:55:26 +01:00
..
playbooks Adapt tempestconf job to use integrated repo 2019-05-27 17:42:33 +00:00
jobs.yaml Switch tempestconf job from centos-7 to centos-8 2020-09-24 14:39:56 +00:00
project.yaml Fix tempest init logic 2020-10-17 18:55:26 +01:00