Skip to content

Commit 280bb56

Browse files
committed
drop deprecated dependabot reviewers (#3109)
* drop deprecated dependabot reviewers * update timeouts (cherry picked from commit beb965c)
1 parent 5536a89 commit 280bb56

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.azure/gpu-unittests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# docker-image: "ubuntu22.04-cuda12.6.3-py3.11-torch2.8"
3636
# torch-ver: "2.8"
3737
# how long to run the job before automatically cancelling
38-
timeoutInMinutes: "180"
38+
timeoutInMinutes: "240"
3939
# how much time to give 'run always even if cancelled tasks' before stopping them
4040
cancelTimeoutInMinutes: "2"
4141

@@ -191,7 +191,7 @@ jobs:
191191
workingDirectory: "tests/"
192192
# skip for PR if there is nothing to test, note that outside PR there is default 'unittests'
193193
condition: and(succeeded(), ne(variables['TEST_DIRS'], ''))
194-
timeoutInMinutes: "95"
194+
timeoutInMinutes: "120"
195195
displayName: "UnitTesting common"
196196
197197
- bash: |
@@ -203,7 +203,7 @@ jobs:
203203
workingDirectory: "tests/"
204204
# skip for PR if there is nothing to test, note that outside PR there is default 'unittests'
205205
condition: and(succeeded(), ne(variables['TEST_DIRS'], ''))
206-
timeoutInMinutes: "95"
206+
timeoutInMinutes: "120"
207207
displayName: "UnitTesting DDP"
208208
209209
- bash: |

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ updates:
1818
separator: "-"
1919
# Allow up to 5 open pull requests for pip dependencies
2020
open-pull-requests-limit: 5
21-
reviewers:
22-
- "Lightning-AI/teams/core-metrics"
2321

2422
# Enable version updates for GitHub Actions
2523
- package-ecosystem: "github-actions"
@@ -35,5 +33,3 @@ updates:
3533
separator: "-"
3634
# Allow up to 5 open pull requests for GitHub Actions
3735
open-pull-requests-limit: 5
38-
reviewers:
39-
- "Lightning-AI/teams/core-metrics"

0 commit comments

Comments
 (0)