summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-04-10 10:41:36 +1200
committerCommit Bot <commit-bot@chromium.org>2021-04-20 05:21:41 +0000
commitaed4e6366b368a9ae9ccaf06676078d9de32da89 (patch)
treea51cfe413be57dfb35c7671ae97d2a39c34bd37a
parent1b852f7abdfbea721566962fb7535eeeedc21080 (diff)
downloadchrome-ec-aed4e6366b368a9ae9ccaf06676078d9de32da89.tar.gz
gitlab: Add kohaku and delbin
Add these two boards so we get coverage on gitlab. BUG=b:178731498 BRANCH=none TEST=try on gitlab Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: Ia0d46554c93ffb9eeb5697a4c84d4e93864b928d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2817961 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2839212 Tested-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-by: Eric Yilun Lin <yllin@chromium.org> Commit-Queue: Eric Yilun Lin <yllin@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org>
-rw-r--r--.gitlab-ci.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f52bb4d529..9baef4b2b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,6 +56,17 @@ before_script:
- build/${PROJECT}/output/*
expire_in: 1 week
+delbin:
+ variables:
+ PROJECT: "delbin"
+ PROJECT_SUBDIR: "volteer/"
+ <<: *build_template
+
+kohaku:
+ variables:
+ PROJECT: "kohaku"
+ <<: *build_template
+
lazor:
variables:
PROJECT: "lazor"