diff options
author | Aaron Morand <aaron.morand@10gen.com> | 2023-01-19 22:37:03 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-01-19 23:40:36 +0000 |
commit | d8a6a2a64637d7da363d39444cf4623124962025 (patch) | |
tree | cb275429e9eee77fa9c28fb3b778217ef350f63e /etc | |
parent | 2a5dfd5526d238297b0c9dc17cc09e820551fe10 (diff) | |
download | mongo-d8a6a2a64637d7da363d39444cf4623124962025.tar.gz |
SERVER-70677 Update the FCV constant in the logkeeper snapshot workload for 6.2
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/system_perf.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 2bd0247664d..94fac6bd94c 100755 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -1099,7 +1099,7 @@ tasks: test_control: "initialsync-logkeeper" mongodb_setup: "initialsync-logkeeper-short" # Logkeeper dataset with FCV set to 6.0 - mongodb_dataset: "https://dsi-donot-remove.s3-us-west-2.amazonaws.com/InitialSyncLogKeeper/logkeeper-slice-data-mongodb-6.1.tgz" + mongodb_dataset: "https://dsi-donot-remove.s3-us-west-2.amazonaws.com/InitialSyncLogKeeper/logkeeper-slice-data-mongodb-6.2.tgz" - name: initialsync-logkeeper-short-fcbis priority: 5 @@ -1109,7 +1109,7 @@ tasks: test_control: "initialsync-logkeeper" mongodb_setup: "initialsync-logkeeper-short-fcbis" # Logkeeper dataset with FCV set to 6.0 - mongodb_dataset: "https://dsi-donot-remove.s3-us-west-2.amazonaws.com/InitialSyncLogKeeper/logkeeper-slice-data-mongodb-6.1.tgz" + mongodb_dataset: "https://dsi-donot-remove.s3-us-west-2.amazonaws.com/InitialSyncLogKeeper/logkeeper-slice-data-mongodb-6.2.tgz" - name: initialsync-logkeeper priority: 5 @@ -1141,7 +1141,7 @@ tasks: test_control: "initialsync-logkeeper-short-s3-update" mongodb_setup: "initialsync-logkeeper-short-s3-update" # Update this to Logkeeper dataset with FCV set to latest after each LTS release. - mongodb_dataset: "https://dsi-donot-remove.s3-us-west-2.amazonaws.com/InitialSyncLogKeeper/logkeeper-slice-data-mongodb-6.1.tgz" + mongodb_dataset: "https://dsi-donot-remove.s3-us-west-2.amazonaws.com/InitialSyncLogKeeper/logkeeper-slice-data-mongodb-6.2.tgz" - name: initialsync-logkeeper-snapshot-update priority: 5 @@ -2285,7 +2285,7 @@ buildvariants: mongodb_setup: initialsync-logkeeper infrastructure_provisioning: initialsync-logkeeper # EBS logkeeper snapshot with FCV set to 6.0 - snapshotId: snap-0716ed59d18225693 + snapshotId: snap-0a7bca6322ef8b844 platform: linux authentication: disabled storageEngine: wiredTiger @@ -3547,7 +3547,7 @@ buildvariants: infrastructure_provisioning: initialsync-logkeeper workload_setup: 2022-11 # EBS logkeeper snapshot with FCV set to 6.0 - snapshotId: snap-0716ed59d18225693 + snapshotId: snap-0a7bca6322ef8b844 platform: linux authentication: disabled storageEngine: wiredTiger @@ -3572,7 +3572,7 @@ buildvariants: # mongodb_setup: initialsync-logkeeper-snapshot-update # infrastructure_provisioning: initialsync-logkeeper-snapshot-update # # Update this to latest snapshot after each LTS release. - # snapshotId: snap-0716ed59d18225693 + # snapshotId: snap-0a7bca6322ef8b844 # platform: linux # authentication: disabled # storageEngine: wiredTiger |