Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit dee0b0a

Browse files
vivanwinVincent van Wingerden
andauthored
Rebalance notebooks validation between CI jobs (#699)
Co-authored-by: Vincent van Wingerden <[email protected]>
1 parent 191d5cc commit dee0b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- template: scripts/steps-init.yml
7272

73-
- powershell: './validate-notebooks.ps1 -startindex 0 -endindex 24'
73+
- powershell: './validate-notebooks.ps1 -startindex 0 -endindex 27'
7474
displayName: "Validating notebooks"
7575
workingDirectory: $(System.DefaultWorkingDirectory)/scripts
7676

@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- template: scripts/steps-init.yml
9191

92-
- powershell: './validate-notebooks.ps1 -startindex 25'
92+
- powershell: './validate-notebooks.ps1 -startindex 28'
9393
displayName: "Validating notebooks"
9494
workingDirectory: $(System.DefaultWorkingDirectory)/scripts
9595

0 commit comments

Comments
 (0)