Граф коммитов

21 Коммитов

Автор SHA1 Сообщение Дата
Fred Park 78fad1c3e3 Add support for task retention time
- Resolves #30
2017-01-31 09:40:16 -08:00
Fred Park 270ef0c7b1 Fix Docker tmpdir
- Fix typo with ev secret id ref to keyvault
- Add travis py36 env
2017-01-24 14:43:44 -08:00
Derrick Liu 5fabd07fef Add max_task_retry_count to job and task definitions (#23)
* Add `max_task_retry_count` to json template as reference

* Add job-level and task-level max_task_retry_count properties

If set, we create a `azure.batch.models.JobConstraints` or `azure.batch.models.TaskConstraints` object, and pass it into the call to `JobAddParameter` or `TaskAddParameter` as a constraints argument.

* Update configuration documentation to include `max_task_retry_count`

* Fixed various minor issues and linting

Squashed commit:

[d794908] No retry means retry_count is 0, not 1

[29de812] Forgot to define these earlier

[8336700] Don't check for empty since it's an int

[c59d52a] Fix flake8 linting line length (+2 squashed commit)

Squashed commit:

[8336700] Don't check for empty since it's an int

[c59d52a] Fix flake8 linting line length

* Rename `max_task_retry_count` to `max_task_retries` and fix other PR comments
2017-01-24 07:46:52 -08:00
Fred Park fa4e1f847c Add env var secret id support
- Tag for 2.5.0 release
- Resolves #12
- Partially resolves #15
2017-01-19 10:16:42 -08:00
Fred Park 9b6dbef19f Add task dependency id range support 2017-01-12 09:30:41 -08:00
Fred Park 348ceebc65 Add AAD X.509 cert auth support (#10)
- AAD/Keyvault credential support in credentials.json
2017-01-10 11:48:39 -08:00
Fred Park 2048d8b289 Add KeyVault support (#10) 2017-01-05 10:20:13 -08:00
Fred Park 38ba61245d Add /dev/shm option, resolves #8 2016-12-14 08:36:51 -08:00
Fred Park f00f222877 Infiniband settings changes
- Add CNTK ib recipe
- Update READMEs to remove GPU preview notes
- Tag for 2.2.0 release
2016-12-09 11:34:21 -08:00
Fred Park 5baf61d8f4 Fix SAS key and KeyError masking in data movement 2016-11-30 14:41:39 -08:00
Fred Park 8cb2ba9583 Allow GPU property to be optional for NC VMs
- Update all GPU compute recipes to omit gpu driver
2016-11-20 09:00:19 -08:00
Fred Park c7744f95bf Support for internet accessible private registries 2016-11-19 09:00:01 -08:00
Fred Park 0ae05f2d84 Add CUDA_CACHE_ vars for GPU tasks 2016-11-13 11:42:56 -08:00
Fred Park 4f41d95e32 Finish settings refactor
- Change recipes to use current_dedicated for multi-instance count
2016-11-12 22:13:55 -08:00
Fred Park e6593281eb Refactor direct config access out of data/storage 2016-11-12 12:35:56 -08:00
Fred Park 6e20e1b512 Refactor direct config accesses in crypto
- Refactor os path calls to pathlib
2016-11-12 09:13:09 -08:00
Fred Park 285f86ae9b Fleet no longer directly accesses config json 2016-11-11 23:19:28 -08:00
Fred Park cb4a077776 Fleet add pool no longer directly accesses config 2016-11-11 21:51:11 -08:00
Fred Park 03ced70c38 Continue settings refactor
- Credentials
- Some of global config
2016-11-11 21:08:58 -08:00
Fred Park 392af0bd55 Start pool settings refactor 2016-11-11 19:23:16 -08:00
Fred Park e700ee05b7 Add docker login prior to image update
- Move docker hub creds to credentials json
- Begin refactor of configuration settings retrieval
2016-11-11 09:30:14 -08:00