From 8351ad17193224a2b6c0bc635b405e677a31c7c1 Mon Sep 17 00:00:00 2001 From: Jose Maria Casanova Crespo Date: Thu, 15 Jul 2021 13:11:17 +0200 Subject: [PATCH] Revert "ci: disable Broadcom CI" Our POE switch rebooted with factory settings. So devices weren't turning on/off because of failing SMNP auth. This reverts commit 87cdcf56455b78b0ca799adccb20c7d23d1b3a51. Reviewed-by: Iago Toral Quiroga Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a62210f3a2..1c07f5cf214 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,7 @@ include: - local: '.gitlab-ci/lava/lava-gitlab-ci.yml' - local: '.gitlab-ci/test-source-dep.yml' - local: 'src/amd/ci/gitlab-ci.yml' + - local: 'src/broadcom/ci/gitlab-ci.yml' - local: 'src/freedreno/ci/gitlab-ci.yml' - local: 'src/gallium/drivers/i915/ci/gitlab-ci.yml' - local: 'src/gallium/drivers/iris/ci/gitlab-ci.yml'