Skip to content

Commit 514a75d

Browse files
Merge pull request #1736 from atlassian/crowd/bump-6-3-0-and-upd-resources
crowd/bump-6-3-0-and-upd-resources
2 parents fe69430 + 988a863 commit 514a75d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.16` and `9.4.4`
1818

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

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

app/util/k8s/dcapt-snapshots.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -440,15 +440,15 @@
440440
"crowd": {
441441
"versions": [
442442
{
443-
"version": "6.0.0",
443+
"version": "6.3.0",
444444
"data": [
445445
{
446446
"type": "ebs",
447447
"size": "large",
448448
"snapshots": [
449449
{
450-
"us-east-2": "snap-0c2b0a5babef9c61a",
451-
"us-east-1": "snap-090290090a3ef2185"
450+
"us-east-2": "snap-0938248bec3bb51bb",
451+
"us-east-1": "snap-057e8e2c67fc25793"
452452
}
453453
]
454454
},
@@ -457,13 +457,13 @@
457457
"size": "large",
458458
"snapshots": [
459459
{
460-
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-crowd-6-0-0",
461-
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-crowd-6-0-0"
460+
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-crowd-6-3-0",
461+
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-crowd-6-3-0"
462462
}
463463
]
464464
}
465465
],
466-
"build_number": "2091"
466+
"build_number": "2301"
467467
}
468468
]
469469
}

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.0.0"
338+
crowd_version_tag = "6.3.0"
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>"
@@ -346,7 +346,7 @@ crowd_version_tag = "6.0.0"
346346
crowd_installation_timeout = 20
347347

348348
# Crowd instance resource configuration
349-
crowd_cpu = "2"
349+
crowd_cpu = "4"
350350
crowd_mem = "8Gi"
351351
crowd_min_heap = "2048m"
352352
crowd_max_heap = "2048m"

0 commit comments

Comments
 (0)