horizon and ironic-ui already migrated to nodejs18 but parent
job of 'horizon-cross-ironic-ui-npm' still uses nodejs16.
So this patch updates nodejs16->nodejs18 version in parent job
of "horizon-cross-ironic-ui-npm".
Note: It also updates the python version to py39->py310
in parent jobs of "horizon-cross-manila-ui-python" and
"horizon-cross-heat-dashboard-python" as per the antelope runtime.
Change-Id: I4b34661e91cb307df49f7282196cca8961d7eac1
horizon and ironic-ui already migrated to nodejs16 but parent
job of 'horizon-cross-ironic-ui-npm' still uses nodejs10.
So this patch updates nodejs10->nodejs16 version in parent job
of "horizon-cross-ironic-ui-npm".
Change-Id: Iff8b60f79de26fb22f014ebc9f15d12dcb89f822
ironic-ui npm job uses phantomjs which requires libfontconfig1.
libfontconfig1 is installed via bindep.txt in ironic-ui [1],
but in case of horizon it is not a direct dependency of horizon.
To handle the situation, this commit adds a playbook to install
libfontconfig1 and use it in horizon-cross-ironic-ui-npm job only
instead of adding libfontconfig1 to horizon bindep.txt.
[1] https://review.opendev.org/#/c/744708/
Change-Id: I525ab42d1d5a16b982f6afdfae0b6544a6c7a057
heat-dashboard is not active development now but it's still used
in a lot of deployments so it's good to check that at least
unit-tests works with the latest horizon.
python cross jobs now inherit openstack-tox-pyNN instead of
openstack-tox as openstack-tox-pyNN job has its own configuration
including node configuration and so on. It ensures the python
cross jobs are run in the same environment as they are run
in corresponding projects.
Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Change-Id: Ibbb36743552295a13f6d9ff51f3ac2244d2e7f6d
This commit adds two types of cross repository jobs: python unit test and
npm test. The initial commit covers the following plugins as non-voting jobs.
They can be used as templates if more projects are tested as cross jobs.
* manila-ui for python unit test
* ironic-ui for npm test
Note that ironic-ui python unit test has only one test which checks
the panel is registered expectedly, so I don't think we need to cover
ironic-ui as a cross python unit test job.
Change-Id: I569097d6088a99542f3694e18c8d00a2b0dcf9a1