Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.18` and `9.2.2`

* Supported Bitbucket Server versions:
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.19.14` and `9.4.1`
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.19.16` and `9.4.1`

* Supported Crowd versions:
* Crowd [release notes](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `6.0.0`
Expand Down
18 changes: 9 additions & 9 deletions app/util/k8s/dcapt-snapshots.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,15 +346,15 @@
"bitbucket": {
"versions": [
{
"version": "8.19.14",
"version": "8.19.16",
"data": [
{
"type": "ebs",
"size": "large",
"snapshots": [
{
"us-east-2": "snap-0798bf7120fded49c",
"us-east-1": "snap-0f5201b2552f9d977"
"us-east-2": "snap-0c998f2ea96338661",
"us-east-1": "snap-047820fee3a1294ff"
}
]
},
Expand All @@ -363,8 +363,8 @@
"size": "large",
"snapshots": [
{
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-bitbucket-8-19-14",
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-bitbucket-8-19-14"
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-bitbucket-8-19-16",
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-bitbucket-8-19-16"
}
]
},
Expand All @@ -373,8 +373,8 @@
"size": "small",
"snapshots": [
{
"us-east-2": "snap-07833b387b8dd6736",
"us-east-1": "snap-0682852926407d536"
"us-east-2": "snap-0cc8510ddf52843bc",
"us-east-1": "snap-005a89805387fa383"
}
]
},
Expand All @@ -383,8 +383,8 @@
"size": "small",
"snapshots": [
{
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-bitbucket-small-8-19-14",
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-bitbucket-small-8-19-14"
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-bitbucket-small-8-19-16",
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-bitbucket-small-8-19-16"
}
]
}
Expand Down