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

update pipeline #2049

Merged
merged 1 commit into from
Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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