You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/12/29 07:49:36 UTC

[buildstream] 01/02: _project.py: Don't consider `remote-execution` as a valid toplevel key.

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/document-remote-execution-configuration
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 101f6163d8e4cf85db2f36a6ce7505c7a582b00c
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed Dec 29 15:45:10 2021 +0900

    _project.py: Don't consider `remote-execution` as a valid toplevel key.
    
    Since commit 497e1caf1b51773be4b1473519da0ab543148d72, we removed
    the ability for a project to specify a preferred remote execution
    configuration, but forgot to remove `remote-execution` from validation
    of the toplevel project.conf YAML.
---
 src/buildstream/_project.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/buildstream/_project.py b/src/buildstream/_project.py
index bca3a6a..e7e24b5 100644
--- a/src/buildstream/_project.py
+++ b/src/buildstream/_project.py
@@ -638,7 +638,6 @@ class Project:
                 "ref-storage",
                 "sandbox",
                 "mirrors",
-                "remote-execution",
                 "sources",
                 "source-caches",
                 "junctions",