From d5ff7aa4d42720a6831a739d5c9afd89d602c11c Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 5 Jul 2022 17:40:48 +0100 Subject: Update detmVers script for snapshots The current script assumes that snapshot versions are always available. However the Linux Foundation has now implemented a policy of deleting snapshots on no-master branches that are older than a certain age. THis breaks our CSITs. THis updated script copes with this by checking if a snapshot is avaialable and, if the snapshot is not available, the script falls back to the released version. This script will be needed on other branches besides master as well. Issue-ID: POLICY-4233 Change-Id: Ie80756eb1d3abceb31ed3f697f1ebc9643cea51e Signed-off-by: liamfallon --- csit/wait_for_port.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csit/wait_for_port.sh') diff --git a/csit/wait_for_port.sh b/csit/wait_for_port.sh index aec5f222..0eeb1c9b 100755 --- a/csit/wait_for_port.sh +++ b/csit/wait_for_port.sh @@ -17,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END====================================================== -tmout=120 +tmout=300 cmd= while getopts c:t: opt; do case "$opt" in -- cgit 1.2.3-korg