Skip to content

Commit 65e6ce9

Browse files
authored
Merge pull request #1854 from atlassian/issue/ECO-822-crowd-7-support
Cword 7 support
2 parents 85cfcf2 + 30a111b commit 65e6ce9

File tree

3 files changed

+3
-29
lines changed

3 files changed

+3
-29
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
1717
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.19.21` and `9.4.9`
1818

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

2222
* Supported Bamboo versions:
2323
* Bamboo [Long Term Support release](https://confluence.atlassian.com/bamboo/bamboo-release-notes-671089224.html): `10.2.7`

app/util/k8s/dcapt-snapshots.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -605,32 +605,6 @@
605605
},
606606
"crowd": {
607607
"versions": [
608-
{
609-
"version": "6.3.2",
610-
"data": [
611-
{
612-
"type": "ebs",
613-
"size": "large",
614-
"snapshots": [
615-
{
616-
"us-east-2": "snap-0b760f603881646fd",
617-
"us-east-1": "snap-02dcb0c3f5bbc74c8"
618-
}
619-
]
620-
},
621-
{
622-
"type": "rds",
623-
"size": "large",
624-
"snapshots": [
625-
{
626-
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-crowd-6-3-2",
627-
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-crowd-6-3-2"
628-
}
629-
]
630-
}
631-
],
632-
"build_number": "2303"
633-
},
634608
{
635609
"version": "7.0.1",
636610
"data": [

app/util/k8s/dcapt.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ bitbucket_additional_jvm_args = ["-Dupm.plugin.upload.enabled=true"]
335335
################################################################################
336336

337337
# Supported versions by DCAPT: https://github.com/atlassian/dc-app-performance-toolkit#supported-versions
338-
crowd_version_tag = "6.3.2"
338+
crowd_version_tag = "7.0.1"
339339

340340
# Helm chart version of Crowd and Crowd agent instances. By default the latest version is installed.
341341
# crowd_helm_chart_version = "<helm_chart_version>"
@@ -366,7 +366,7 @@ crowd_nfs_limits_memory = "2Gi"
366366
# Documentation can be found via:
367367
# https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
368368
# https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS
369-
crowd_db_major_engine_version = "14"
369+
crowd_db_major_engine_version = "17"
370370
crowd_db_instance_class = "db.m5.large"
371371
crowd_db_allocated_storage = 200
372372
crowd_db_iops = 1000

0 commit comments

Comments
 (0)