diff mbox series

[RFC,14/16] gitlab-ci: Mark Stefan Weil maintainer of the TCI job

Message ID 20201110160140.2859904-15-philmd@redhat.com
State New
Headers show
Series gitlab-ci: Introduce "CI job maintainer" concept, mark jobs maintained | expand

Commit Message

Philippe Mathieu-Daudé Nov. 10, 2020, 4:01 p.m. UTC
Stefan Weil is interested the TCI feature does not bitrot.

Cc: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bafbdc0e1a7..4df45214620 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -358,6 +358,8 @@  build-oss-fuzz:
 build-tci:
   extends: .native_build_job
   variables:
+    JOB_MAINTAINER_NAME: "Stefan Weil"
+    JOB_MAINTAINER_EMAIL: sw@weilnetz.de
     IMAGE: fedora
   script:
     - TARGETS="aarch64 alpha arm hppa m68k microblaze moxie ppc64 s390x x86_64"