- Adapt the OSD ID column change in this PR:
https://github.com/ceph/ceph/pull/37506
- Turn off Cypress retries because it makes the failure log misleading.
Fixes: https://tracker.ceph.com/issues/48209
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
cypress_run () {
local specs="$1"
local timeout="$2"
- local override_config="ignoreTestFiles=*.po.ts,testFiles=${specs}"
+ local override_config="ignoreTestFiles=*.po.ts,retries=0,testFiles=${specs}"
if [ x"$timeout" != "x" ]; then
override_config="${override_config},defaultCommandTimeout=${timeout}"
pages = pages;
columnIndex = {
- id: 4,
+ id: 3,
status: 5
};