Skip to content

Commit 6bec8bd

Browse files
Merge pull request #1653 from atlassian/bitbucket/add-9-4-support-8-9-eol
bitbucket/add-9-4-support-8-9-eol
2 parents 6960bc9 + 4a78548 commit 6bec8bd

File tree

4 files changed

+12
-57
lines changed

4 files changed

+12
-57
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
1414
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.5.14` and `9.2.0`
1515

1616
* Supported Bitbucket Server versions:
17-
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.19.7`, `8.9.18` and `9.0.0` Platform release
17+
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.19.7` and `9.4.1`
1818

1919
* Supported Crowd versions:
2020
* Crowd [release notes](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `6.2.0`

app/util/k8s/dcapt-small.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ confluence_additional_jvm_args = ["-Dupm.plugin.upload.enabled=true"]
238238
################################################################################
239239

240240
# Supported versions by DCAPT: https://github.com/atlassian/dc-app-performance-toolkit#supported-versions
241-
bitbucket_version_tag = "8.9.18"
241+
bitbucket_version_tag = "9.4.1"
242242

243243
# Dataset size. Used only when snapshots_json_file_path is defined. Defaults to large
244244
bitbucket_dataset_size = "small"

app/util/k8s/dcapt-snapshots.json

Lines changed: 9 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -400,51 +400,6 @@
400400
},
401401
"bitbucket": {
402402
"versions": [
403-
{
404-
"version": "8.9.18",
405-
"data": [
406-
{
407-
"type": "ebs",
408-
"size": "large",
409-
"snapshots": [
410-
{
411-
"us-east-2": "snap-09345723dd6284ba5",
412-
"us-east-1": "snap-077120ab369e77e11"
413-
}
414-
]
415-
},
416-
{
417-
"type": "rds",
418-
"size": "large",
419-
"snapshots": [
420-
{
421-
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-bitbucket-8-9-18",
422-
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-bitbucket-8-9-18"
423-
}
424-
]
425-
},
426-
{
427-
"type": "ebs",
428-
"size": "small",
429-
"snapshots": [
430-
{
431-
"us-east-2": "snap-0efc4e58392e3c97c",
432-
"us-east-1": "snap-0621ce307cfc464a5"
433-
}
434-
]
435-
},
436-
{
437-
"type": "rds",
438-
"size": "small",
439-
"snapshots": [
440-
{
441-
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-bitbucket-small-8-9-18",
442-
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-bitbucket-small-8-9-18"
443-
}
444-
]
445-
}
446-
]
447-
},
448403
{
449404
"version": "8.19.7",
450405
"data": [
@@ -491,15 +446,15 @@
491446
]
492447
},
493448
{
494-
"version": "9.0.0",
449+
"version": "9.4.1",
495450
"data": [
496451
{
497452
"type": "ebs",
498453
"size": "large",
499454
"snapshots": [
500455
{
501-
"us-east-2": "snap-0ac664e91507f0e9d",
502-
"us-east-1": "snap-0961da714ef84fa67"
456+
"us-east-2": "snap-0119ddc3496991c22",
457+
"us-east-1": "snap-091b87a31f67baa03"
503458
}
504459
]
505460
},
@@ -508,8 +463,8 @@
508463
"size": "large",
509464
"snapshots": [
510465
{
511-
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-bitbucket-9-0-0",
512-
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-bitbucket-9-0-0"
466+
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-bitbucket-9-4-1",
467+
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-bitbucket-9-4-1"
513468
}
514469
]
515470
},
@@ -518,8 +473,8 @@
518473
"size": "small",
519474
"snapshots": [
520475
{
521-
"us-east-2": "snap-04268cd0703e449ae",
522-
"us-east-1": "snap-0e7c7b549b51011ed"
476+
"us-east-2": "snap-08f182f7d6b2f506b",
477+
"us-east-1": "snap-0c55d1e12cca090a1"
523478
}
524479
]
525480
},
@@ -528,8 +483,8 @@
528483
"size": "small",
529484
"snapshots": [
530485
{
531-
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-bitbucket-small-9-0-0",
532-
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-bitbucket-small-9-0-0"
486+
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-bitbucket-small-9-4-1",
487+
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-bitbucket-small-9-4-1"
533488
}
534489
]
535490
}

app/util/k8s/dcapt.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ confluence_additional_jvm_args = ["-Dupm.plugin.upload.enabled=true"]
247247
################################################################################
248248

249249
# Supported versions by DCAPT: https://github.com/atlassian/dc-app-performance-toolkit#supported-versions
250-
bitbucket_version_tag = "8.9.18"
250+
bitbucket_version_tag = "9.4.1"
251251

252252
# Dataset size. Used only when snapshots_json_file_path is defined. Defaults to large
253253
bitbucket_dataset_size = "large"

0 commit comments

Comments
 (0)