On Tue, Nov 23, 2021 at 7:37 AM Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > > On 11/22/21 20:11, Willian Rampazzo wrote: > > Remove me as a reviewer for the Build and test automation and the > > Integration Testing with the Avocado Framework and add Beraldo > > Leal. > > Thank you Willian for your QEMU contributions and reviews, > they helped the community in having a better idea of what > integration testing is and is not, and how to use the > Avocado framework, having a better idea what Avocado can > not do for QEMU needs. Also thank you for improving the > documentation :)
My pleasure! Thanks for taking the time to help me understand the basics of QEMU. > > Beraldo, thank you for replacing Willian as an upstream > Avocado <-> QEMU projects bridge :) > > Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> > > > Signed-off-by: Willian Rampazzo <willi...@redhat.com> > > --- > > MAINTAINERS | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index d3879aa3c1..8f5156bfa7 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -3469,7 +3469,7 @@ M: Alex Bennée <alex.ben...@linaro.org> > > M: Philippe Mathieu-Daudé <f4...@amsat.org> > > M: Thomas Huth <th...@redhat.com> > > R: Wainer dos Santos Moschetta <waine...@redhat.com> > > -R: Willian Rampazzo <willi...@redhat.com> > > +R: Beraldo Leal <bl...@redhat.com> > > S: Maintained > > F: .github/lockdown.yml > > F: .gitlab-ci.yml > > @@ -3507,7 +3507,7 @@ W: https://trello.com/b/6Qi1pxVn/avocado-qemu > > R: Cleber Rosa <cr...@redhat.com> > > R: Philippe Mathieu-Daudé <phi...@redhat.com> > > R: Wainer dos Santos Moschetta <waine...@redhat.com> > > -R: Willian Rampazzo <willi...@redhat.com> > > +R: Beraldo Leal <bl...@redhat.com> > > S: Odd Fixes > > F: tests/avocado/ > > > > >