From 86eb7f1217764d326737c0f13acbbc753a70c8ae Mon Sep 17 00:00:00 2001 From: Fabian Meiswinkel Date: Mon, 2 Oct 2023 08:30:35 +0000 Subject: [PATCH] Update platform-matrix.json --- sdk/cosmos/platform-matrix.json | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/sdk/cosmos/platform-matrix.json b/sdk/cosmos/platform-matrix.json index 3b1d12a8b8aeb..ba54a98a222c7 100644 --- a/sdk/cosmos/platform-matrix.json +++ b/sdk/cosmos/platform-matrix.json @@ -43,18 +43,38 @@ "DESIRED_CONSISTENCIES": "[\"Session\"]", "ACCOUNT_CONSISTENCY": "Session", "PROTOCOLS": "[\"Tcp\"]", - "ProfileFlag": [ "-Pfast", "-Pdirect", "-Psplit", "-Pquery" ], + "ProfileFlag": [ "-Pfast", "-Pdirect", "-Pquery" ], "ArmTemplateParameters": "@{ enableMultipleWriteLocations = $false; defaultConsistencyLevel = 'Session' }", "Agent": { "ubuntu": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" } } }, + { + "DESIRED_CONSISTENCIES": "[\"Session\"]", + "ACCOUNT_CONSISTENCY": "Session", + "PROTOCOLS": "[\"Tcp\"]", + "ProfileFlag": [ "-Psplit" ], + "ArmTemplateParameters": "@{ enableMultipleWriteLocations = $false; defaultConsistencyLevel = 'Session' }", + "Agent": { + "ubuntu": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" } + } + }, + { + "DESIRED_CONSISTENCIES": [ "[\"Strong\", \"Session\"]", "[\"BoundedStaleness\"]", "[\"ConsistentPrefix\"]" ], + "ACCOUNT_CONSISTENCY": "Strong", + "ArmTemplateParameters": "@{ enableMultipleWriteLocations = $false; defaultConsistencyLevel = 'Strong' }", + "PROTOCOLS": "[\"Tcp\"]", + "ProfileFlag": [ "-Pfast", "-Pquery" ], + "Agent": { + "ubuntu": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" } + } + }, { "DESIRED_CONSISTENCIES": [ "[\"Strong\", \"Session\"]", "[\"BoundedStaleness\"]", "[\"ConsistentPrefix\"]" ], "ACCOUNT_CONSISTENCY": "Strong", "ArmTemplateParameters": "@{ enableMultipleWriteLocations = $false; defaultConsistencyLevel = 'Strong' }", "PROTOCOLS": "[\"Tcp\"]", - "ProfileFlag": [ "-Pfast", "-Psplit", "-Pquery" ], + "ProfileFlag": [ "-Psplit" ], "Agent": { "ubuntu": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" } }