blob: 87de246c0e8df5ec05d62767f26587e67d2e1b83 [file]
// Copyright 2021 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package osutil
import (
"infra/libs/skylab/inventory"
)
var boardToOsTypeMapping = map[string]inventory.SchedulableLabels_OSType{
"fizz-moblab": inventory.SchedulableLabels_OS_TYPE_MOBLAB,
"gale": inventory.SchedulableLabels_OS_TYPE_JETSTREAM,
"mistral": inventory.SchedulableLabels_OS_TYPE_JETSTREAM,
"whirlwind": inventory.SchedulableLabels_OS_TYPE_JETSTREAM,
}