summaryrefslogtreecommitdiff
path: root/buildstream/sandbox/_sandboxremote.py
Commit message (Expand)AuthorAgeFilesLines
* cas: move remote only functions to CASRemoteRaoul Hidalgo Charman2019-01-161-3/+3
* _cas: Rename artifactcache folder and move that to a root moduleRaoul Hidalgo Charman2019-01-161-1/+1
* Add support for https channel to remote execution and actions serversvalentindavid/remote_execution_configurationValentin David2019-01-091-8/+35
* Add support for user remote execution configurationValentin David2019-01-091-1/+1
* Use relative path to project directory for remote execution certificates/keysValentin David2019-01-091-0/+10
* sandboxremote: Add server/storage config with defaultsJim MacArthur2018-12-181-9/+7
* Add remote execution instance optionRaoul Hidalgo Charman2018-12-181-2/+10
* _sandboxremote.py: Add action-cache-service endpointRaoul Hidalgo Charman2018-12-051-6/+37
* _sandboxremote.py: Add checks to action cache before attempting to push.Raoul Hidalgo Charman2018-12-051-67/+93
* _sandboxremote.py: Add os and arch to command uploadedRaoul Hidalgo Charman2018-12-051-1/+8
* _sandboxremote.py: Remove unnecessary tests.Jim MacArthur2018-11-291-8/+1
* _sandboxremote: Remove references to artifact cache.Jim MacArthur2018-11-271-24/+100
* sandbox/_sandboxremote.py: Implement command batchingJürg Billeter2018-11-271-1/+69
* sandbox: Deduplicate code to process cwd, env, and command argumentsJürg Billeter2018-11-271-11/+1
* _sandboxremote.py: Add sigterm handler that sends CancelOperation725-job-cancellation-on-remote-buildsRaoul Hidalgo Charman2018-11-201-2/+29
* CasBasedDirectory: Change constructor to take a CASCache instead of a ContextRichard Maw2018-11-191-2/+2
* _sandboxremote.py: Use the standard SandboxError.jmac/remote-sandbox-errorsJim MacArthur2018-11-061-4/+1
* _sandboxremote.py: Try to reopen operation steam on failuremablanch/630-remote-execution-reconnMartin Blanchard2018-10-231-15/+43
* sandbox/_sandboxremote.py: Use helpers to set up cwd and envJürg Billeter2018-10-021-9/+5
* sandbox/_sandboxremote.py: Migrate to Context.artifactcacheJürg Billeter2018-09-271-7/+6
* _sandboxremote.py: Handle remote build execution exit codemablanch/668-remote-build-failureMartin Blanchard2018-09-271-6/+15
* _sandboxremote.py: Ignore return value of push_directoryJim MacArthur2018-09-211-2/+2
* sandbox/_sandboxremote.py: Acquire artifact cache via PlatformDaniel Silverstone2018-09-181-12/+7
* _sandboxremote.py: Implement the REAPI clientJim MacArthur2018-09-071-0/+226