Update min support for Hibiscus
Now that master is on Hibiscus, which is a non-SLURP release, we need to bump our minimum supported version to the previous SLURP release, which is now Gazpacho (and no longer Epoxy). Signed-off-by: René Ribaud <rene.ribaud@gmail.com> Change-Id: I18666679dcf8c32a1237b39cf026033636c278f9
This commit is contained in:
@@ -281,7 +281,7 @@ NODE_IDENTITY_VERSION = 65
|
||||
# service startup can be skipped by setting the
|
||||
# [workarounds]/[workarounds]/disable_compute_service_check_for_ffu
|
||||
# configuration option to True, like grenade-skip-level jobs do.
|
||||
OLDEST_SUPPORTED_SERVICE_VERSION = 'Epoxy'
|
||||
OLDEST_SUPPORTED_SERVICE_VERSION = 'Gazpacho'
|
||||
SERVICE_VERSION_ALIASES = {
|
||||
'Victoria': 52,
|
||||
'Wallaby': 54,
|
||||
|
||||
Reference in New Issue
Block a user