Commits on Source (35)
-
Jim MacArthur authored
-
Jim MacArthur authored
Docs: Add remote execution architecture documentation. See merge request !923
-
Jim MacArthur authored
-
Jim MacArthur authored
Avoid hanging artifact cache tests See merge request !964
-
Jürg Billeter authored
-
Jürg Billeter authored
-
Jürg Billeter authored
This eliminates unneeded copies of the project directory for junctions with a single local source.
-
Jürg Billeter authored
Optimization for local junctions See merge request !290
-
Jürg Billeter authored
-
Jürg Billeter authored
-
Jürg Billeter authored
This improves readability.
-
Jürg Billeter authored
-
Jürg Billeter authored
-
Jürg Billeter authored
This adds the batch() context manager.
-
Jürg Billeter authored
This allows the sandbox to output messages using the plugin id.
-
Jürg Billeter authored
-
Jürg Billeter authored
-
Jürg Billeter authored
-
Jürg Billeter authored
This allows batching of all sandbox commands aross prepare() and assemble().
-
Jürg Billeter authored
-
Jürg Billeter authored
-
Jürg Billeter authored
-
Jürg Billeter authored
Execute batched commands in a single shell script.
-
Jürg Billeter authored
-
Jürg Billeter authored
Command batching Closes #675 See merge request !915
-
Jim MacArthur authored
There is nothing in ArtifactCacheSpec that's actually specific to artifacts, so I've made it a CAS class so we can use the same spec for remote execution.
-
Jim MacArthur authored
Since the artifact cache and remote execution share the same local CAS store, they should share the same CASCache object. Moving this into context allows us to do this.
-
Jim MacArthur authored
Uses the new config options introduced earlier to specify remote exec storage and execution service.
-
Jim MacArthur authored
-
Jim MacArthur authored
Tests that we get a sensible error message when we specify incomplete or wrong information in the configuration for remote execution.
-
Jim MacArthur authored
-
Jim MacArthur authored
The port number must come after the hostname and before the path. The path is ignored by CASCache anyway, so including it is misleading.
-
Jim MacArthur authored
Split remote execution from artifact cache Closes #750 See merge request !946
-
William Salmon authored
This patch allows bst2html to run when the rest of the docs are rebuilt and remove the old stale cached files. This patch also makes it easier to maintain the .run files by having bst2html have a less aggressive caching policy that is now based on mtimes mtimes.
-
William Salmon authored
Showing
- .gitlab-ci.yml 2 additions, 0 deletions.gitlab-ci.yml
- CONTRIBUTING.rst 13 additions, 4 deletionsCONTRIBUTING.rst
- MANIFEST.in 1 addition, 0 deletionsMANIFEST.in
- NEWS 3 additions, 0 deletionsNEWS
- buildstream/__init__.py 1 addition, 1 deletionbuildstream/__init__.py
- buildstream/_artifactcache/artifactcache.py 4 additions, 73 deletionsbuildstream/_artifactcache/artifactcache.py
- buildstream/_artifactcache/cascache.py 47 additions, 1 deletionbuildstream/_artifactcache/cascache.py
- buildstream/_context.py 7 additions, 0 deletionsbuildstream/_context.py
- buildstream/_loader/loader.py 11 additions, 5 deletionsbuildstream/_loader/loader.py
- buildstream/_project.py 3 additions, 4 deletionsbuildstream/_project.py
- buildstream/buildelement.py 11 additions, 12 deletionsbuildstream/buildelement.py
- buildstream/data/projectconfig.yaml 1 addition, 4 deletionsbuildstream/data/projectconfig.yaml
- buildstream/element.py 69 additions, 21 deletionsbuildstream/element.py
- buildstream/plugins/elements/compose.py 3 additions, 2 deletionsbuildstream/plugins/elements/compose.py
- buildstream/plugins/sources/local.py 3 additions, 0 deletionsbuildstream/plugins/sources/local.py
- buildstream/sandbox/__init__.py 1 addition, 1 deletionbuildstream/sandbox/__init__.py
- buildstream/sandbox/_sandboxbwrap.py 1 addition, 11 deletionsbuildstream/sandbox/_sandboxbwrap.py
- buildstream/sandbox/_sandboxchroot.py 1 addition, 11 deletionsbuildstream/sandbox/_sandboxchroot.py
- buildstream/sandbox/_sandboxdummy.py 1 addition, 11 deletionsbuildstream/sandbox/_sandboxdummy.py
- buildstream/sandbox/_sandboxremote.py 169 additions, 35 deletionsbuildstream/sandbox/_sandboxremote.py