Skip to content

Commit e426c11

Browse files
Merge pull request #1837 from atlassian/added-jira-11-0-0-support
Added jira 11 0 0 support
2 parents 6d3b674 + 539685a commit e426c11

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
55

66
## Supported versions
77
* Supported Jira versions:
8-
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `9.12.26` and `10.3.9`
8+
* 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
99

1010
* Supported Jira Service Management versions:
1111
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `5.12.26` and `10.3.9`

app/util/k8s/dcapt-snapshots.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,61 @@
11
{
22
"jira": {
33
"versions": [
4+
{
5+
"version": "11.0.0",
6+
"data": [
7+
{
8+
"type": "ebs",
9+
"size": "large",
10+
"snapshots": [
11+
{
12+
"us-east-2": "snap-08e3207a378903af9",
13+
"us-east-1": "snap-011dc45746e1b031f"
14+
}
15+
]
16+
},
17+
{
18+
"type": "rds",
19+
"size": "large",
20+
"snapshots": [
21+
{
22+
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-jira-11-0-0",
23+
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-jira-11-0-0"
24+
}
25+
]
26+
},
27+
{
28+
"type": "local-home",
29+
"size": "large",
30+
"snapshots": [
31+
{
32+
"us-east-2": "snap-02b3467b4ef62d1de",
33+
"us-east-1": "snap-0f8f606dfa0e1d64c"
34+
}
35+
]
36+
},
37+
{
38+
"type": "ebs",
39+
"size": "small",
40+
"snapshots": [
41+
{
42+
"us-east-2": "snap-0c89728f1f06f468b",
43+
"us-east-1": "snap-0e4557f9eb8eaa028"
44+
}
45+
]
46+
},
47+
{
48+
"type": "rds",
49+
"size": "small",
50+
"snapshots": [
51+
{
52+
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-jira-small-11-0-0",
53+
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-jira-small-11-0-0"
54+
}
55+
]
56+
}
57+
]
58+
},
459
{
560
"version": "10.3.9",
661
"data": [

0 commit comments

Comments
 (0)