Skip to content
Merged
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 @@ -5,7 +5,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat

## Supported versions
* Supported Jira versions:
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `9.12.26` and `10.3.9`
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `9.12.26`, `10.3.9` and `11.0.0` Platform release

* Supported Jira Service Management versions:
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `5.12.26` and `10.3.9`
Expand Down
55 changes: 55 additions & 0 deletions app/util/k8s/dcapt-snapshots.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,61 @@
{
"jira": {
"versions": [
{
"version": "11.0.0",
"data": [
{
"type": "ebs",
"size": "large",
"snapshots": [
{
"us-east-2": "snap-08e3207a378903af9",
"us-east-1": "snap-011dc45746e1b031f"
}
]
},
{
"type": "rds",
"size": "large",
"snapshots": [
{
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-jira-11-0-0",
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-jira-11-0-0"
}
]
},
{
"type": "local-home",
"size": "large",
"snapshots": [
{
"us-east-2": "snap-02b3467b4ef62d1de",
"us-east-1": "snap-0f8f606dfa0e1d64c"
}
]
},
{
"type": "ebs",
"size": "small",
"snapshots": [
{
"us-east-2": "snap-0c89728f1f06f468b",
"us-east-1": "snap-0e4557f9eb8eaa028"
}
]
},
{
"type": "rds",
"size": "small",
"snapshots": [
{
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-jira-small-11-0-0",
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-jira-small-11-0-0"
}
]
}
]
},
{
"version": "10.3.9",
"data": [
Expand Down
Loading