Skip to content

Commit

Permalink
Run more repos by default, move the NewErrors task earlier.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser committed Mar 20, 2024
1 parent 21609ac commit 8c7be36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-gitTests-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
- name: REPO_COUNT
displayName: Repo Count
type: number
default: 200
default: 300
- name: REPO_START_INDEX
displayName: Repo Start Index
type: number
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines-gitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
- name: REPO_COUNT
displayName: Repo Count
type: number
default: 200
default: 800
- name: REPO_START_INDEX
displayName: Repo Start Index
type: number
Expand Down Expand Up @@ -53,7 +53,7 @@ parameters:
default: 'n/a'

schedules:
- cron: "0 18 * * Sun" # time is in UTC
- cron: "0 17 * * Sun" # time is in UTC
displayName: Sunday overnight run
always: true
branches:
Expand Down

0 comments on commit 8c7be36

Please sign in to comment.