Skip to content

Commit

Permalink
Disable all except CPU conda
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 committed Feb 13, 2019
1 parent 8f6b6a9 commit 2c69de7
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions windows/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ pr: none
jobs:
- template: templates/auth_task.yml

- template: templates/build_task.yml
parameters:
package: 'Wheels'
spec: 'CPU'
msagent: false
# - template: templates/build_task.yml
# parameters:
# package: 'Wheels'
# spec: 'CPU'
# msagent: false

- template: templates/build_task.yml
parameters:
package: 'Conda'
spec: 'CPU'
msagent: false

- template: templates/build_task.yml
parameters:
package: 'Wheels'
spec: 'CUDA'
msagent: false
# - template: templates/build_task.yml
# parameters:
# package: 'Wheels'
# spec: 'CUDA'
# msagent: false

- template: templates/build_task.yml
parameters:
package: 'Conda'
spec: 'CUDA'
msagent: false
# - template: templates/build_task.yml
# parameters:
# package: 'Conda'
# spec: 'CUDA'
# msagent: false

- template: templates/linux_build_task.yml
parameters:
Expand Down

0 comments on commit 2c69de7

Please sign in to comment.