Skip to content

Commit a34e40b

Browse files
committed
Release 8.2.1
1 parent 143d7ad commit a34e40b

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

app/bamboo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ settings:
2020
WEBDRIVER_VISIBLE: False
2121
JMETER_VERSION: 5.5
2222
LANGUAGE: en_US.utf8
23-
allow_analytics: No # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
23+
allow_analytics: Yes # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
2424
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
2525
# Action percentage for JMeter load executor
2626
view_all_builds: 15

app/bitbucket.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ settings:
2020
WEBDRIVER_VISIBLE: False
2121
JMETER_VERSION: 5.5
2222
LANGUAGE: en_US.utf8
23-
allow_analytics: No # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
23+
allow_analytics: Yes # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
2424
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
2525
services:
2626
- module: shellexec

app/confluence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ settings:
2020
WEBDRIVER_VISIBLE: False
2121
JMETER_VERSION: 5.5
2222
LANGUAGE: en_US.utf8
23-
allow_analytics: No # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
23+
allow_analytics: Yes # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
2424
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
2525
extended_metrics: False
2626
# Action percentage for JMeter and Locust load executors

app/crowd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ settings:
3232

3333
JMETER_VERSION: 5.5
3434
LANGUAGE: en_US.utf8
35-
allow_analytics: No # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
35+
allow_analytics: Yes # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
3636
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
3737
services:
3838
- module: shellexec

app/jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ settings:
2020
WEBDRIVER_VISIBLE: False
2121
JMETER_VERSION: 5.5
2222
LANGUAGE: en_US.utf8
23-
allow_analytics: No # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
23+
allow_analytics: Yes # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
2424
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
2525
# Action percentage for Jmeter and Locust load executors
2626
create_issue: 4

app/jsm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ settings:
2323
WEBDRIVER_VISIBLE: False
2424
JMETER_VERSION: 5.5
2525
LANGUAGE: en_US.utf8
26-
allow_analytics: No # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
26+
allow_analytics: Yes # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
2727
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
2828
# Action percentage for Jmeter and Locust load executors
2929
agent_browse_projects: 10

app/util/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
from util.project_paths import JIRA_YML, CONFLUENCE_YML, BITBUCKET_YML, JSM_YML, CROWD_YML, BAMBOO_YML
44

5-
TOOLKIT_VERSION = '8.3.0'
6-
UNSUPPORTED_VERSION = '7.6.0'
5+
TOOLKIT_VERSION = '8.2.1'
6+
UNSUPPORTED_VERSION = '7.5.0'
77

88

99
def read_yml_file(file):

0 commit comments

Comments
 (0)