diff options
author | 2018-06-25 21:32:00 +0200 | |
---|---|---|
committer | 2018-06-26 09:01:08 +0200 | |
commit | f6b2b8c16982b47570cadca36bce9c8906630776 (patch) | |
tree | 41d65e701d845a586c1eae21255be42164d5080a /xci/config | |
parent | dd57783ddb07c53defe740a83d1ad03bb8070442 (diff) |
Pin functest-healthcheck docker image to known sha
Functest changes have significant impact which blocks everything in XCI so this
change pins the image to a known sha to get the original set of healthcheck
testcases until the impacts are analysed and concerns are raised to Functest
and the wider OPNFV Community and addressed based on community consensus.
Pinned version of functest-healthcheck contains the test cases below.
- connection_check
- api_check
- snaps_health_check
deploy-scenario:os-nosdn-nofeature
installer-type:osa
Change-Id: Ic9222af8c27e58491b7b60a7504df9d792b5e753
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci/config')
-rwxr-xr-x | xci/config/pinned-versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions index 874ee6ba..da82c9cd 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -25,6 +25,8 @@ #------------------------------------------------------------------------------- # use releng-xci from master until the development work with the sandbox is complete export OPNFV_RELENG_VERSION="master" +# use functest-healthcheck image that is known to work and contains the original list of testcases +export OPNFV_FUNCTEST_HEALTHCHECK_DOCKER_IMAGE_DIGEST="sha256:faa1ec5778ac1580cc46f0e4f5abec24026868b95fc6fc3ae6023275dc980c2d" # HEAD of bifrost "master" as of 13.02.2018 export OPENSTACK_BIFROST_VERSION=${OPENSTACK_BIFROST_VERSION:-"28b6b8c96f89532bbddeca513285e6c00db89205"} # HEAD of ironic "master" as of 13.02.2018 |