Browse Source

[NO JIRA] Rename bitbucket QA tasks for reporting

tags/9.5.0.56709
David Rautureau 2 years ago
parent
commit
e5afe43146
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .cirrus.yml

+ 2
- 2
.cirrus.yml View File

@@ -300,9 +300,9 @@ task: #bitbucket
env:
QA_CATEGORY: BITBUCKET
matrix:
- name: qa_bitbucket_5.15.0
- name: qa_bb_5.15.0
bitbucket_background_script: ./private/cirrus/cirrus-start-bitbucket.sh 5.15.0
- name: qa_bitbucket_latest
- name: qa_bb_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
script:

Loading…
Cancel
Save