Comment 5 for bug 1954535

Revision history for this message
James (james-o-benson) wrote :

Hi Lukas, Yes, it fails every time. However, since we originally posted this, we have begun to test Yoga and it does NOT fail there.

Below are the versions we are testing on everything including relevant micro-versions. Please note, that the deployment method is exactly the same on all of these with only minor, non-relevant changes.

REFSTACK_TEST_VERSION = {
    "ussuri": "2020.11",
    "victoria": "2021.11",
    "wallaby": "2021.11",
    "xena": "2021.11",
    "yoga": "2021.11",
}
TEMPEST_VERSION = {
    "ussuri": "29.2.0",
    "victoria": "29.2.0",
    "wallaby": "29.1.0",
    "xena": "31.1.0",
    "yoga": "31.1.0",
}
NOVA_MIN_MICROVERSION = {
    "ussuri": "2.1",
    "victoria": "2.1",
    "wallaby": "2.1",
    "xena": "2.1",
    "yoga": "2.1",
}
NOVA_MAX_MICROVERSION = {
    "ussuri": "2.87",
    "victoria": "2.87",
    "wallaby": "2.88",
    "xena": "2.90",
    "yoga": "2.92",
}