summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDawid Niedzwiecki <dn@semihalf.com>2022-03-14 11:32:04 +0100
committerCommit Bot <commit-bot@chromium.org>2022-03-21 19:01:40 +0000
commit4d7c5c51b542bfc73b68d7395375d865f421d2d9 (patch)
treeec4892391ae142108407264561e718c982d37492 /.gitlab-ci.yml
parent5596cd38c6ef1c1f7b378495e834ef63b383a94c (diff)
downloadchrome-ec-4d7c5c51b542bfc73b68d7395375d865f421d2d9.tar.gz
zephyr: remove Volteer board
Volteer was the first reference board with EC based on Zephyr. At this stage of migrating to Zephyr, the support for Volteer can be dropped, so remove volteer project. BUG=b:218888909 TEST=zmake testall BRANCH=main Signed-off-by: Dawid Niedzwiecki <dn@semihalf.com> Change-Id: Ie78cc69e478267f45446b9d11fc2f433136ebfe0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3521781 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Dawid Niedzwiecki <dawidn@google.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 064fc16ba2..dd5b635475 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -203,11 +203,6 @@ skyrim_coverage:
PROJECT: "skyrim"
<<: *coverage_template
-volteer:
- variables:
- PROJECT: "volteer"
- <<: *build_template
-
ec_coverage:
stage: test
needs: ["seed_cache"]