commit | a49dbdeb4d7eef3bf3ed79262cc4846ba96e70f0 | [log] [tgz] |
---|---|---|
author | Shawn McCarney <shawnmm@us.ibm.com> | Thu Mar 05 08:52:05 2020 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Mon Mar 09 18:57:51 2020 +0000 |
tree | 2cc0c0a58a56ef491e852c3bad088fdc9d482699 | |
parent | a756e8a0883635aaadd9790f2dce42b81f2d031e [diff] |
Install current version of jsonschema in CI The build-unit-test-docker.sh script currently installs the jsonschema Python package using apt-get. This installs a fairly old version. Change build-unit-test-docker.sh to use 'pip install' and 'pip3 install' to install the current version of jsonschema instead. Testing: * Ran CI interactively and verified current version of jsonschema installed. * Ran CI on phosphor-logging repository and verified tests passed. * Ran CI on phosphor-power repository and verified tests passed. Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: Id47a7c072763d5066f0ca18668ea942b5139454b
Build script for CI jobs in Jenkins.