summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-05-07 14:23:19 -0600
committerCommit Bot <commit-bot@chromium.org>2021-05-07 22:29:25 +0000
commitbb90f093e020401fdb6813ca110b7dbb3ce07dda (patch)
tree7ea11152e51b16cc70a6433d3db5fed3fa11e90a
parent6dc91809bfafe69f1036fba8302458bf9923352a (diff)
downloadchrome-ec-bb90f093e020401fdb6813ca110b7dbb3ce07dda.tar.gz
giblab: Add hayato and it8xxx2_evb
These two boards were missed from gitlab config. Add them. BUG=b:178731498 BRANCH=none TEST=try on gitlab https://gitlab.com/zephyr-ec/ec/-/pipelines/299402335 Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: If8994aec61ab93969fca2b1e132e2eb64a90c177 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2880420 Commit-Queue: Keith Short <keithshort@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
-rw-r--r--.gitlab-ci.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7b4496c76..e74e60dfdf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-image: sjg20/bionic-20200526-7may21a
+image: sjg20/bionic-20200526-7may21b
# You can update that image using this repo:
# https://gitlab.com/zephyr-ec/gitlab-ci-runner/-/tree/main
@@ -62,6 +62,17 @@ delbin:
PROJECT_SUBDIR: "volteer/"
<<: *build_template
+hayato:
+ variables:
+ PROJECT: "hayato"
+ PROJECT_SUBDIR: "asurada/"
+ <<: *build_template
+
+it8xxx2_evb:
+ variables:
+ PROJECT: "it8xxx2_evb"
+ <<: *build_template
+
kohaku:
variables:
PROJECT: "kohaku"