diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2021-04-28 14:47:35 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-04-28 20:03:53 +0000 |
commit | dde93295bcfba198025ad261062ac3bcc31a6532 (patch) | |
tree | 3c80a346547dff5b021432ca42738fe6c3af6e8d /.cirrus.yml | |
parent | 1f93bc64b586576a11e7809677ba98b0c6ddee22 (diff) | |
download | sonarqube-dde93295bcfba198025ad261062ac3bcc31a6532.tar.gz sonarqube-dde93295bcfba198025ad261062ac3bcc31a6532.zip |
BUILD-913 Update Bitbucket Server minimal version used in ITs
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files 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 |