blob: 56c49ed2129fa86db744b5531b5b4c5e84762cae [file] [log] [blame] [edit]
#!/bin/bash
# Copyright 2022 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.
# 'ip link show' command shows the ports available
EXTERNAL_PORT_TO_INTERNET=
INTERNAL_PORT_TO_DUTS=
#
# DO NOT change below settings unless instructed
#
CHANNEL="release-channel" # release-channel/beta-channel/dev-channel
LABEL=release
REPO_ADDR=gcr.io/chromeos-partner-moblab
SSH_PORT=2222
# DEV_REPO_ADDR="" # (when CHANNEL=dev-channel)
# DEV_LABEL="" # change to relevant tag