From: Philippe Perrin Date: Wed, 28 Apr 2021 12:47:35 +0000 (+0200) Subject: BUILD-913 Update Bitbucket Server minimal version used in ITs X-Git-Tag: 8.9.0.43852~38 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dde93295bcfba198025ad261062ac3bcc31a6532;p=sonarqube.git BUILD-913 Update Bitbucket Server minimal version used in ITs --- 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