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

12 Коммитов

Автор SHA1 Сообщение Дата
Jacob Freck 828162ef10
Internal: fix pylint warnings (#651)
* inital, remove unused imports

* run yapf

* remove unused imports and variables, fix declaration outside init

* fix some pylint warnings, add ssh_into_master

* remove unused imports

* unused variables

* string and function normalization

* stop using list comprehension for side effects, make method function

* stop using protected member

* various pylint fixes

* formatting

* formatting

* add retry decorator with tests

* start adding retry decorator, retry docker compose download

* update pip and tests

* logic fix

* change no delete if

* factor out reused functions

* fix wait_for_all_nodes

* fix download return type bug

* test vsts ci update

* temporarily disable integration tests

* syntax fix

* update vsts build

* add back integration tests, remove debug branch

* remove parallel unit tests

* more verbose clis

* update pylint

* typo

* fix imports

* function returns nothing, don't return

* make iterator list

* change debug value
2018-08-24 17:21:22 -07:00
Jacob Freck 7730c46ee4
Internal: verify code formatting in build (#633)
* format all files, enforce formatting in travis build

* add yapf to vsts build

* update vsts build

* fix

* fix

* fix

* change queue to ubuntu

* revert

* temporarily enable builds on pushes to this branch

* change to non preview

* revert

* update yapf version, rerun

* update pytest parallelism

* add retry to arm call to avoid failures

* remove non-master trigger

* update builds, formatting style
2018-08-06 15:29:06 -07:00
Timothee Guerin 8fea9ce092
Feature: Disable scheduling on group of nodes (#540) 2018-05-30 13:02:48 -07:00
Timothee Guerin 02f336b0a0
Feature: New Models design with auto validation, default and merging (#543) 2018-05-30 09:07:09 -07:00
Timothee Guerin de7898334c
Feature: Plugin V2: Running plugin on host (#461) 2018-04-23 17:20:43 -07:00
Jacob Freck 37c5d873a0 Feature: Support for multiple custom scripts and master only scrips (#93)
* added IS_MASTER environment variable, moved custom script execution to python

* allow for custom_scripts to check if executing on spark master

* allow for multiple custom scripts

* updated docs, fixed overwrite bug, more precise typing

* added support for script ordering, consolidated file uploading

* rename custom script on upload to prevent conflicts

* removed unnecessary import

* added environment variable IS_MASTER back

* white space

* updated docs

* updated docs

* fix pylint errors

* undo previous commit error

* clearer docs

* removed cli custom script functionality, fixed no custom scirpts bug

* fixed pylint errors

* changed location to runOn, removed unused parameters, add error checking

* removed unused parameter

* added information about storage account

* remove unused functions to upload scripts

* chagned dtde to aztk
2017-10-02 13:20:11 -07:00
Timothee Guerin d92df3c0be Initial structure for test framework and CI (#30)
* Command builder tests

* Setup travis

* Update to travis

* Update to travis

* Update to travis

* Error only

* builder to array
2017-07-18 14:07:11 -07:00
Timothee Guerin 4a1d9adf25 Revert "Revert "Feature: Setup the cluster with the start task." (#26)" (#28)
This reverts commit dc1618ae94.
2017-07-14 12:00:47 -04:00
JS dc1618ae94 Revert "Feature: Setup the cluster with the start task." (#26) 2017-07-13 20:57:04 -07:00
Timothee Guerin d60f647540 more fixes 2017-07-10 17:03:04 -07:00
Timothee Guerin 0385df991f Working 2017-07-10 14:20:50 -07:00
Timothee Guerin 6ebf205e2e Fix build error 2017-07-10 09:23:57 -07:00