Skip to content

Commit

Permalink
Use 12 nodes for localizaiton as there are loads of them
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Nov 8, 2022
1 parent 9b94290 commit 83cc727
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions build-tools/automation/azure-pipelines-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,12 @@ stages:
parameters:
node_id: 10

- template: yaml-templates/run-localization-tests.yaml
parameters:
node_id: 11

- template: yaml-templates/run-localization-tests.yaml
parameters:
node_id: 12

- template: yaml-templates/run-systemapp-tests.yaml
2 changes: 1 addition & 1 deletion tests/MSBuildDeviceIntegration/Tests/DeploymentTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public void CheckTimeZoneInfoIsCorrect (string timeZone)
}
}

private const int LOCALIZATION_NODE_COUNT = 10;
private const int LOCALIZATION_NODE_COUNT = 12;

static object [] GetLocalizationTestCases (int node)
{
Expand Down

0 comments on commit 83cc727

Please sign in to comment.