From dde93295bcfba198025ad261062ac3bcc31a6532 Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Wed, 28 Apr 2021 14:47:35 +0200 Subject: [PATCH] BUILD-913 Update Bitbucket Server minimal version used in ITs --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0c708a8ffa5..15d0c045801 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -208,8 +208,8 @@ qa_bitbucket_task: CIRRUS_CLONE_DEPTH: 50 QA_CATEGORY: BITBUCKET matrix: - - name: qa_bitbucket_5.16.11 - bitbucket_background_script: ./private/cirrus/cirrus-start-bitbucket.sh 5.16.11 + - name: qa_bitbucket_5.15.0 + bitbucket_background_script: ./private/cirrus/cirrus-start-bitbucket.sh 5.15.0 - name: qa_bitbucket_latest bitbucket_background_script: ./private/cirrus/cirrus-start-bitbucket.sh LATEST wait_for_bitbucket_to_boot_script: secs=3600; endTime=$(( $(date +%s) + secs )); while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:7990/bitbucket/status)" != "200" ]] || [ $(date +%s) -gt $endTime ]; do sleep 5; done -- 2.39.5