Skip to content

Commit

Permalink
Merge pull request #1440 from atlassian/bb-update-8-19-4
Browse files Browse the repository at this point in the history
Added Bitbucket 8.19.4 support
  • Loading branch information
SergeyMoroz0703 authored Jun 11, 2024
2 parents 2b2cb77 + 5c0a211 commit a1b2ba2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 48 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.5.9` and `7.19.22`

* Supported Bitbucket Server versions:
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.19.0` and `8.9.10`
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.19.4` and `8.9.14`

* Supported Crowd versions:
* Crowd [release notes](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `5.3.1`
Expand Down
2 changes: 1 addition & 1 deletion app/util/k8s/dcapt-small.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ confluence_collaborative_editing_enabled = true
################################################################################

# Supported versions by DCAPT: https://github.com/atlassian/dc-app-performance-toolkit#supported-versions
bitbucket_version_tag = "8.19.3"
bitbucket_version_tag = "8.19.4"

# Dataset size. Used only when snapshots_json_file_path is defined. Defaults to large
bitbucket_dataset_size = "small"
Expand Down
65 changes: 20 additions & 45 deletions app/util/k8s/dcapt-snapshots.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,51 +345,6 @@
},
"bitbucket": {
"versions": [
{
"version": "8.19.3",
"data": [
{
"type": "ebs",
"size": "small",
"snapshots": [
{
"us-east-2": "snap-0d3564ea6d30839ec",
"us-east-1": "snap-08b1e7619a76b91f5"
}
]
},
{
"type": "rds",
"size": "small",
"snapshots": [
{
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-bitbucket-small-8-19-3",
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-bitbucket-small-8-19-3"
}
]
},
{
"type": "ebs",
"size": "large",
"snapshots": [
{
"us-east-2": "snap-06f13d75d87fbb4b9",
"us-east-1": "snap-0835d5b86c8603088"
}
]
},
{
"type": "rds",
"size": "large",
"snapshots": [
{
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-bitbucket-8-19-3",
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-bitbucket-8-19-3"
}
]
}
]
},
{
"version": "8.9.14",
"data": [
Expand Down Expand Up @@ -457,6 +412,26 @@
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-bitbucket-8-19-4"
}
]
},
{
"type": "ebs",
"size": "small",
"snapshots": [
{
"us-east-2": "snap-0e001f5f719312ce0",
"us-east-1": "snap-01b4978d1771ac93a"
}
]
},
{
"type": "rds",
"size": "small",
"snapshots": [
{
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-bitbucket-small-8-19-4",
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-bitbucket-small-8-19-4"
}
]
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion app/util/k8s/dcapt.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ confluence_collaborative_editing_enabled = true
################################################################################

# Supported versions by DCAPT: https://github.com/atlassian/dc-app-performance-toolkit#supported-versions
bitbucket_version_tag = "8.19.3"
bitbucket_version_tag = "8.19.4"

# Dataset size. Used only when snapshots_json_file_path is defined. Defaults to large
bitbucket_dataset_size = "large"
Expand Down

0 comments on commit a1b2ba2

Please sign in to comment.