Commit Graph

5 Commits

Author SHA1 Message Date
manchandavishal 04f6266817 Remove hard-coded Python path in karma.conf.js
This patch removes hard-coded Python path in karma.conf.js
to fix the npm jobs because now these npm jobs run on
debian-bullseye and py38 are not available there.

It also update tox.ini for tox4 to fix the CI for the following:

- Drop "skipsdist = True".
  When skipsdist=True is specified, a target application is not
  installed into a tox env, but there seems no reason to do so.
  In various other OpenStack projects, a target applicatin needs
  to be installed into a tox vnev, for example, in docs and/or
  linter jobs and it causes failures with tox4. So dropping it
  would avoid potential future failures.
- Use comma to have multiple values in a single line for passenv
  variable in ``tox.ini`` file.
Change-Id: Ifc828c7142ca3c3f7105532b80fa5e0e91d80d69

Change-Id: I88f0be008537f34dd321f3afe8531ee0c237f681
2023-02-14 14:07:55 +05:30
manchandavishal ab7d97fe45 Run npm nodejs job with Firefox browser
This patch update browser from Chrome to Firefox
in karma.conf.js because nodejs fails with Chrome
browser as not able to access some URL.
So let's switch to Firefox browser now then we can
use Chrome browser in future once this issue is resolved.

It also bump few pacakges version in 'lower-constraints.txt'
to fix lower-constraint job.

Change-Id: Id8454b0b0f7dc4b257699734f779935fb05b512f
2020-12-23 13:41:31 +00:00
manchandavishal 5915355c5b [goal] Migrate testing to ubuntu focal
If we move horizon jobs to focal then murano-dashboard nodejs jobs
fail. This patch the updates python version to py38 in karma.conf.js
and tools/post_install.sh files as py36 is not avaialbale on focal
which fixes failed nodejs job.

Depends-On: https://review.opendev.org/#/c/744647/

Change-Id: Ic72729514d4759466e8afeac6d03cb1ed7a1765d
2020-09-02 05:26:47 +00:00
zhurong 46d49074bf Fix nodejs-npm-run-test job failed
Change-Id: I87ca02dc60c479d523e2d944083c793dac365e78
2019-11-19 16:47:03 -08:00
Timur Sufiev 4728d454e4 Add JS unit tests runner and commands to dashboard
Targets-blueprint: metadata-assignment-and-propagation
Change-Id: Id71f106e02329c555cd105204723637536e4c313
2016-10-07 16:09:01 +03:00