toolchain: start adding PrepareForBuild/Bundle endpoints.
Begin adding the endpoints for the toolchain builders.
Drive-by typo fix in validate.py
BUG=chromium:1019868
TEST=pending
Change-Id: I33334cd28b6d1dcf2d0acffdc3cf1797798c3f85
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/1949018
Tested-by: LaMont Jones <lamontjones@chromium.org>
Reviewed-by: Alex Klein <saklein@chromium.org>
Reviewed-by: Tiancong Wang <tcwang@google.com>
Commit-Queue: Alex Klein <saklein@chromium.org>
Commit-Queue: Tiancong Wang <tcwang@google.com>
Auto-Submit: LaMont Jones <lamontjones@chromium.org>
diff --git a/api/validate.py b/api/validate.py
index f45dd47..8339597 100644
--- a/api/validate.py
+++ b/api/validate.py
@@ -75,7 +75,7 @@
def is_in(field, values):
- """Validate |field| does not contain |value|.
+ """Validate |field| contains |value|.
Args:
field (str): The field being checked. May be . separated nested fields.