[goal] Migrate testing to ubuntu focal

If we move horizon jobs to focal then zun-ui 'nodejs-test' job
fails. This patch adds libfontconfig1 in bindep.txt as phantomjs
requires libfontconfig[1] to fix failed nodejs job.

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

[1] https://www.npmjs.com/package/phantomjs-prebuilt#linux-note

Change-Id: Idf9a1be6fe81215de91f012f534c765e360e2330
This commit is contained in:
manchandavishal 2020-08-20 18:42:32 +00:00 committed by Vishal Manchanda
parent 0abe2e2133
commit f398c08476
1 changed files with 4 additions and 0 deletions

4
bindep.txt Normal file
View File

@ -0,0 +1,4 @@
# This is a cross-platform list tracking distribution packages needed for install and tests;
# see https://docs.openstack.org/infra/bindep/ for additional information.
libfontconfig1 [nodejs platform:dpkg]