Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
update pipeline (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicm-ms authored Feb 12, 2020
1 parent 74b8187 commit d90ad87
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/pipelines-it-local-windows.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
jobs:
- job: 'Test'
- job: 'integration_test_local_windows'
timeoutInMinutes: 0

steps:
- script: |
Expand All @@ -17,7 +18,7 @@ jobs:
displayName: 'generate config files'
- script: |
cd test
python config_test.py --ts local --local_gpu --config config_test\examples\cifar10-pytorch.test.yml
python config_test.py --ts local --local_gpu --exclude smac,bohb
displayName: 'Examples and advanced features tests on local machine'
- script: |
cd test
Expand Down
1 change: 1 addition & 0 deletions test/pipelines-it-local.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
jobs:
- job: 'integration_test_local_ubuntu'
timeoutInMinutes: 0

steps:
- script: python3 -m pip install --upgrade pip setuptools --user
Expand Down
1 change: 1 addition & 0 deletions test/pipelines-it-remote-windows.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
jobs:
- job: 'integration_test_remote_windows'
timeoutInMinutes: 0

steps:
- script: python -m pip install --upgrade pip setuptools
Expand Down
1 change: 1 addition & 0 deletions test/pipelines-it-remote.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
jobs:
- job: 'integration_test_remote'
timeoutInMinutes: 0

steps:
- script: python3 -m pip install --upgrade pip setuptools --user
Expand Down

0 comments on commit d90ad87

Please sign in to comment.