Istio version upped from 1.4.10 to 1.6.14 and new deployment scheme applied (instead of helm chart deploying):
1) Download istioctl binary while automation image building
2) Call istioctl by terraform local-exec provision
New version unfortunately breaks tests:
------------------------------------------------------------------------------
Scaledown to zero pods :: Wait until model scales down to zero pods | FAIL |
1 != 0
------------------------------------------------------------------------------
and
==============================================================================
Suites.Feedback :: Feedback loop (fluentd) check
==============================================================================
Check model API logging with request ID and one chunk :: Checking ... | FAIL |
1 log line(s) with 'uVAcfMayLLSucNjC' has not been found
------------------------------------------------------------------------------
Check model API logging with request ID and many chunks :: Checkin... | FAIL |
1 log line(s) with 'CFXUYdvjLHDcUkaV' has not been found
------------------------------------------------------------------------------
Check model API feedback with request ID :: Checking that model AP... | PASS |
------------------------------------------------------------------------------
Check model API logging without request ID and one chunk :: Checki... | FAIL |
1 log line(s) with '450375d9-b45c-9762-a3b5-c2832638f12d' has not been found
------------------------------------------------------------------------------
Suites.Feedback :: Feedback loop (fluentd) check | FAIL |
4 critical tests, 1 passed, 3 failed
4 tests total, 1 passed, 3 failed
==============================================================================
Suites | FAIL |
4 critical tests, 1 passed, 3 failed
4 tests total, 1 passed, 3 failed
==============================================================================
Istio version upped from 1.4.10 to 1.6.14 and new deployment scheme applied (instead of helm chart deploying): 1) Download istioctl binary while automation image building 2) Call istioctl by terraform local-exec provision
New version unfortunately breaks tests:
and