Diptanu Choudhury
|
a97181157c
|
Killing the userpid if the plugin is killed while the client is running
|
2016-02-09 10:17:33 -08:00 |
|
Diptanu Choudhury
|
70f7b2d70f
|
Setting defaults for client max and min port
|
2016-02-08 13:29:53 -08:00 |
|
Diptanu Choudhury
|
84b31eff98
|
Changed a few comments
|
2016-02-05 18:07:06 -08:00 |
|
Diptanu Choudhury
|
82c7f26bc3
|
Renamed the plugin log file
|
2016-02-05 17:07:02 -08:00 |
|
Diptanu Choudhury
|
2533156b9e
|
Corrected comments and making the plugins write to unique log files
|
2016-02-05 10:49:54 -08:00 |
|
Diptanu Choudhury
|
49226c4a9c
|
Fixing merge conflicts
|
2016-02-04 22:55:38 -08:00 |
|
Diptanu Choudhury
|
d8ed2949cd
|
Not syncing stdout and stderr of pluging with client
|
2016-02-04 17:36:31 -08:00 |
|
Diptanu Choudhury
|
2b8cdc47d3
|
Moved packages around
|
2016-02-04 17:00:41 -08:00 |
|
Diptanu Choudhury
|
b3f1617298
|
Added tests for the executor
|
2016-02-04 17:00:40 -08:00 |
|
Diptanu Choudhury
|
5ea6b85e76
|
Destroying the plugin if we can't connect to it
|
2016-02-04 17:00:40 -08:00 |
|
Diptanu Choudhury
|
d24f089273
|
Removed duplicate code
|
2016-02-04 17:00:40 -08:00 |
|
Diptanu Choudhury
|
d7a03de368
|
Fixed the raw_exec_driver tests
|
2016-02-04 17:00:40 -08:00 |
|
Diptanu Choudhury
|
fedf3c791b
|
Fixed a test
|
2016-02-04 17:00:39 -08:00 |
|
Diptanu Choudhury
|
0a92842162
|
Fixed the rpc server
|
2016-02-04 17:00:39 -08:00 |
|
Diptanu Choudhury
|
68d0848998
|
Moved qemu to executor plugin
|
2016-02-04 17:00:39 -08:00 |
|
Diptanu Choudhury
|
8d24ddc296
|
Moving the java executor to the executor plugin
|
2016-02-04 17:00:39 -08:00 |
|
Diptanu Choudhury
|
560cafbddd
|
Enabling logs and killing the plugin if we couldn't start the job
|
2016-02-04 17:00:39 -08:00 |
|
Diptanu Choudhury
|
b53cf69448
|
Using the plugin to spawn processes from the raw_exec driver
|
2016-02-04 17:00:37 -08:00 |
|
Alex Dadgar
|
ca69bcd18b
|
Extract artifacts to the root of the task, not in the local directory
|
2016-02-04 15:18:22 -08:00 |
|
Alex Dadgar
|
03aca9887b
|
Client handles updates to KillTimeout and Restart Policy
|
2016-02-03 19:43:44 -08:00 |
|
Alex Dadgar
|
b8a42786f3
|
merge
|
2016-01-11 09:58:26 -08:00 |
|
Alex Dadgar
|
9f44780f89
|
User specifiable kill timeout and operator configurable max
|
2015-12-22 16:10:30 -08:00 |
|
Chris Bednarski
|
5bf8a1fff6
|
Move raw_exec enabled into the DevMode config block
|
2015-12-10 15:24:21 -08:00 |
|
Chris Bednarski
|
1821db757b
|
Use ReadBoolDefault
|
2015-12-10 15:03:25 -08:00 |
|
Chris Bednarski
|
462a721edb
|
Enable raw exec in dev mode
|
2015-12-10 14:48:06 -08:00 |
|
Alex Dadgar
|
7357979089
|
Revert "Revert "Make drivers take arguments as a list and not as a string""
|
2015-11-18 15:16:42 -08:00 |
|
Alex Dadgar
|
d666f5bde1
|
Revert "Make drivers take arguments as a list and not as a string"
|
2015-11-18 13:46:43 -08:00 |
|
Alex Dadgar
|
ee1887e609
|
Rebase
|
2015-11-18 12:29:04 -08:00 |
|
Chris Bednarski
|
640337547a
|
go fmt
|
2015-11-16 16:23:03 -08:00 |
|
Chris Bednarski
|
1d1e4bdd08
|
Merge branch 'master' into f-port-labels
|
2015-11-16 16:02:38 -08:00 |
|
Alex Dadgar
|
f4b461f97a
|
Track Task State in the client and capture Wait results
|
2015-11-16 15:14:21 -08:00 |
|
Diptanu Choudhury
|
c01f2a38f5
|
Made the code more DRY
|
2015-11-16 13:10:57 -08:00 |
|
Diptanu Choudhury
|
4186e70320
|
Making the config for drivers public
|
2015-11-16 13:10:57 -08:00 |
|
Diptanu Choudhury
|
7f6e940946
|
Implemented port labeling and driver configs
|
2015-11-16 13:10:57 -08:00 |
|
Alex Dadgar
|
e49f3383b6
|
merge
|
2015-11-06 10:42:49 -08:00 |
|
Alex Dadgar
|
5b067a3e4f
|
Merge fix
|
2015-11-05 13:46:02 -08:00 |
|
Clint Shryock
|
0fe2ea9b04
|
add checksums to tests, formatting after rebase
|
2015-11-05 09:23:45 -06:00 |
|
Clint Shryock
|
add12a6a00
|
refactor drivers to use new getter
|
2015-11-05 08:55:30 -06:00 |
|
Clint Shryock
|
1e07daa680
|
drivers: Add/Use go-getter to fetch remote binaries
Updates Qemu, Java drivers to use go-getter to fetch binaries
Adds remote artifact support for Exec, Raw Exec drivers
|
2015-10-26 09:40:06 -05:00 |
|
Alex Dadgar
|
bbdceca358
|
Better parsing of raw_exec option and updated docs
|
2015-10-09 11:29:59 -07:00 |
|
Alex Dadgar
|
60346ae8ec
|
Actually add the files
|
2015-10-08 12:19:39 -07:00 |
|