You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: azure-pipelines/build-pr.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -54,19 +54,19 @@ jobs:
54
54
pytest_mark: after_training_single_run
55
55
test_run_title: tests_after_training_single_run
56
56
57
-
- job: RunGpuTestsInAzureML
57
+
- job: RunAllTestsInAzureML
58
58
dependsOn: CancelPreviousJobs
59
59
variables:
60
60
- name: tag
61
-
value: 'RunGpuTests'
61
+
value: 'RunAllTests'
62
62
pool:
63
63
vmImage: 'ubuntu-18.04'
64
64
steps:
65
65
- template: train_template.yml
66
66
parameters:
67
67
wait_for_completion: 'True'
68
-
pytest_mark: 'gpu or cpu_and_gpu or azureml'
69
-
max_run_duration: '30m'
68
+
pytest_mark: 'not (after_training_single_run or after_training_ensemble_run or inference or after_training_2node or after_training_glaucoma_cv_run or after_training_hello_container)'
Copy file name to clipboardExpand all lines: azure-pipelines/build.yaml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -30,18 +30,18 @@ steps:
30
30
condition: succeededOrFailed()
31
31
displayName: Install InnerEye (Dev) Package
32
32
33
-
# First run all tests that require the InnerEye package. All code should be consumed via the InnerEye package,
34
-
# hence don't set PYTHONPATH to InnerEye - but do set it to hi-ml if that has been included as a submodule for dev
35
-
# work on the package
36
-
- bash: |
37
-
source activate InnerEye
38
-
pytest ./Tests/ -m "not (gpu or azureml or after_training_single_run or after_training_ensemble_run or inference or after_training_2node or after_training_glaucoma_cv_run or after_training_hello_container)" --doctest-modules --junitxml=junit/test-results.xml --cov=. --cov-config=.coveragerc --cov-report=xml --verbose
## First run all tests that require the InnerEye package. All code should be consumed via the InnerEye package,
34
+
## hence don't set PYTHONPATH to InnerEye - but do set it to hi-ml if that has been included as a submodule for dev
35
+
## work on the package
36
+
#- bash: |
37
+
# source activate InnerEye
38
+
# pytest ./Tests/ -m "not (gpu or azureml or after_training_single_run or after_training_ensemble_run or inference or after_training_2node or after_training_glaucoma_cv_run or after_training_hello_container)" --doctest-modules --junitxml=junit/test-results.xml --cov=. --cov-config=.coveragerc --cov-report=xml --verbose
0 commit comments