Skip to content

Commit 9e3409d

Browse files
authored
Merge pull request #1345 from atlassian/release/8.1.0
Release 8.1.0
2 parents 9c4c301 + fab4621 commit 9e3409d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2313
-605
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ 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.1` and `9.4.14`
8+
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `9.12.4` and `9.4.17`
99

1010
* Supported Jira Service Management versions:
11-
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `5.12.1` and `5.4.14`
11+
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `5.12.4` and `5.4.17`
1212

1313
* Supported Confluence versions:
14-
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.5.4` and `7.19.17`
14+
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.5.6` and `7.19.19`
1515

1616
* Supported Bitbucket Server versions:
17-
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.9.8` and `7.21.20`
17+
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.9.10` and `7.21.22`
1818

1919
* Supported Crowd versions:
20-
* Crowd [release notes](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `5.2.2`
20+
* Crowd [release notes](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `5.2.3`
2121

2222
* Supported Bamboo versions:
23-
* Bamboo [Long Term Support release](https://confluence.atlassian.com/bamboo/bamboo-release-notes-671089224.html): `9.2.9`
23+
* Bamboo [Long Term Support release](https://confluence.atlassian.com/bamboo/bamboo-release-notes-671089224.html): `9.2.11`
2424

2525
## Support
2626
In case of technical questions, issues or problems with DC Apps Performance Toolkit, contact us for support in the [community Slack](http://bit.ly/dcapt_slack) **#data-center-app-performance-toolkit** channel.

app/bamboo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
- python util/post_run/cleanup_results_dir.py
5252
- module: pip-install
5353
packages:
54-
- selenium==4.16.0
54+
- selenium==4.18.1
5555
execution:
5656
- scenario: jmeter
5757
executor: jmeter
@@ -125,7 +125,7 @@ modules:
125125
httpsampler.ignore_failed_embedded_resources: "true"
126126
selenium:
127127
chromedriver:
128-
version: "120.0.6099.109" # Supports Chrome version 120. You can refer to https://googlechromelabs.github.io/chrome-for-testing
128+
version: "122.0.6261.128" # Supports Chrome version 122. You can refer to https://googlechromelabs.github.io/chrome-for-testing
129129
reporting:
130130
- data-source: sample-labels
131131
module: junit-xml

app/bitbucket.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- python util/post_run/cleanup_results_dir.py
3838
- module: pip-install
3939
packages:
40-
- selenium==4.16.0
40+
- selenium==4.18.1
4141
execution:
4242
- scenario: ${load_executor}
4343
concurrency: ${concurrency}
@@ -91,7 +91,7 @@ modules:
9191
httpsampler.ignore_failed_embedded_resources: "true"
9292
selenium:
9393
chromedriver:
94-
version: "120.0.6099.109" # Supports Chrome version 120. You can refer to https://googlechromelabs.github.io/chrome-for-testing
94+
version: "122.0.6261.128" # Supports Chrome version 122. You can refer to https://googlechromelabs.github.io/chrome-for-testing
9595
reporting:
9696
- data-source: sample-labels
9797
module: junit-xml

app/confluence.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ settings:
2525
extended_metrics: False
2626
# Action percentage for JMeter and Locust load executors
2727
view_page: 33
28-
view_dashboard: 9
28+
view_dashboard: 10
2929
view_blog: 13
30-
search_cql: 10
31-
create_blog: 4
32-
create_and_edit_page: 8
33-
comment_page: 7
34-
view_attachment: 5
35-
upload_attachment: 6
30+
search_cql: 4
31+
create_blog: 5
32+
create_and_edit_page: 9
33+
comment_page: 8
34+
view_attachment: 6
35+
upload_attachment: 7
3636
like_page: 3
3737
upload_emoticon: 2 # For Confluence 8.4.x+
3838
standalone_extension: 0 # By default disabled
@@ -52,7 +52,7 @@ services:
5252
- python util/post_run/cleanup_results_dir.py
5353
- module: pip-install
5454
packages:
55-
- selenium==4.16.0
55+
- selenium==4.18.1
5656
execution:
5757
- scenario: ${load_executor}
5858
executor: ${load_executor}
@@ -118,7 +118,7 @@ modules:
118118
httpsampler.ignore_failed_embedded_resources: "true"
119119
selenium:
120120
chromedriver:
121-
version: "120.0.6099.109" # Supports Chrome version 120. You can refer to https://googlechromelabs.github.io/chrome-for-testing
121+
version: "122.0.6261.128" # Supports Chrome version 122. You can refer to https://googlechromelabs.github.io/chrome-for-testing
122122
reporting:
123123
- data-source: sample-labels
124124
module: junit-xml

0 commit comments

Comments
 (0)