[PATCH] MAINTAINERS: Add section for Aarch64 GitLab custom runner

Philippe Mathieu-Daudé posted 1 patch 2 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211116163226.2719320-1-f4bug@amsat.org
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] MAINTAINERS: Add section for Aarch64 GitLab custom runner
Posted by Philippe Mathieu-Daudé 2 years, 5 months ago
Add a MAINTAINERS section to cover the GitLab YAML config file
containing the jobs run on the custom runner sponsored by the
Works On Arm project [*].

[*] https://developer.arm.com/solutions/infrastructure/works-on-arm

Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
Based-on: <20211116162515.4100231-1-alex.bennee@linaro.org>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index d3879aa3c12..f215e50f502 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3511,6 +3511,12 @@ R: Willian Rampazzo <willianr@redhat.com>
 S: Odd Fixes
 F: tests/avocado/
 
+GitLab custom runner (Works On Arm Sponsored)
+M: Alex Bennée <alex.bennee@linaro.org>
+M: Philippe Mathieu-Daudé <f4bug@amsat.org>
+S: Maintained
+F: .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml
+
 Documentation
 -------------
 Build system architecture
-- 
2.31.1

Re: [PATCH] MAINTAINERS: Add section for Aarch64 GitLab custom runner
Posted by Alex Bennée 2 years, 5 months ago
Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

> Add a MAINTAINERS section to cover the GitLab YAML config file
> containing the jobs run on the custom runner sponsored by the
> Works On Arm project [*].

Queued to for-6.2/tcg-gdb-plugin-fixes, thanks.

-- 
Alex Bennée