Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/score_in_plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Mar 14, 2024
2 parents 55fd6a5 + 4ed43e6 commit 5e3ed6a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .azure/gpu-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
workingDirectory: tests
# skip for PR if there is nothing to test, note that outside PR there is default 'unittests'
condition: and(succeeded(), ne(variables['TEST_DIRS'], ''))
timeoutInMinutes: "60"
timeoutInMinutes: "90"
displayName: "UnitTesting common"
- bash: |
Expand All @@ -173,14 +173,16 @@ jobs:
workingDirectory: tests
# skip for PR if there is nothing to test, note that outside PR there is default 'unittests'
condition: and(succeeded(), ne(variables['TEST_DIRS'], ''))
timeoutInMinutes: "60"
timeoutInMinutes: "90"
displayName: "UnitTesting DDP"
- bash: |
du -h --max-depth=1 tests/
# copy potentially updated cache to the machine filesystem to be reused with next jobs
cp -r --update tests/_cache-references /var/tmp/cached-references
# set as extra step to not pollute general cache when jobs fails or crashes
# so do this update only with successful jobs on master
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
displayName: "Update cached refs"
- bash: |
Expand Down Expand Up @@ -210,4 +212,6 @@ jobs:
- bash: |
printf "cache location: $(HF_HOME)\n"
ls -lh $(HF_HOME) # show what was restored...
# do not fail if the cache is not present
continueOnError: "true"
displayName: "Show HF artifacts"
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pull_request_rules:
- "#check-failure<5"
actions:
label:
add: ["0:] Ready-To-Go"]
add: ["ready"]

- name: Not ready yet
conditions:
Expand All @@ -69,7 +69,7 @@ pull_request_rules:
- "#check-failure>=5"
actions:
label:
remove: ["0:] Ready-To-Go"]
remove: ["ready"]

- name: add core reviewer
conditions:
Expand Down
4 changes: 2 additions & 2 deletions requirements/_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ pytest ==8.1.1
pytest-cov ==4.1.0
pytest-doctestplus ==1.2.1
pytest-rerunfailures ==13.0
pytest-timeout ==2.2.0
pytest-timeout ==2.3.1
pytest-xdist ==3.5.0
phmdoctest ==1.4.0

psutil <5.10.0
pyGithub ==2.2.0
fire <=0.5.0
fire <=0.6.0

cloudpickle >1.3, <=3.0.0
scikit-learn >=1.1.1, <1.4.0
Expand Down

0 comments on commit 5e3ed6a

Please sign in to comment.