
- 'HEALTHY' means the db service is responsive, 'ACTIVE' means the db service is alive. - Remove the CI job fakemodetests, but will add similar testing task in the future. - Fix the periodic CI job - Remove MongoDB and related jobs Change-Id: I5abe9091ba203297dc87db5fba139179166321f7
9 lines
306 B
YAML
9 lines
306 B
YAML
---
|
|
features:
|
|
- A new database service status ``HEALTHY`` is introduced to indicate that
|
|
the service is responsive. ``HEALTHY`` is the final status after
|
|
``ACTIVE``.
|
|
upgrade:
|
|
- Any existing scripts that rely on the database instance ``ACTIVE`` status
|
|
should now rely on ``HEALTHY`` status.
|