[PULL v2 0/7] functional test and gitlab updates

Alex Bennée posted 7 patches 1 month ago
Failed in applying to current master (apply log)
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, "Philippe Mathieu-Daudé" <philmd@mailo.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Thomas Huth <th.huth+qemu@posteo.eu>, "Daniel P. Berrangé" <berrange@redhat.com>
.gitlab-ci.d/buildtest-template.yml | 18 +++++++++---------
.gitlab-ci.d/macos.yml              |  7 ++-----
.gitlab/issue_templates/bug.md      | 11 +++++++++--
python/qemu/machine/machine.py      | 32 +++++++++++++++++++++++++++-----
tests/functional/pylintrc           |  1 +
5 files changed, 48 insertions(+), 21 deletions(-)
[PULL v2 0/7] functional test and gitlab updates
Posted by Alex Bennée 1 month ago
The following changes since commit b83371668192a705b878e909c5ae9c1233cbd5fb:

  Merge tag 'pbouvier/pr/plugins-20260618' of https://gitlab.com/p-b-o/qemu into staging (2026-06-19 15:00:01 -0400)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-11.1-testing-updates-230626-1

for you to fetch changes up to 6aa02798bb517d99988fcf64a0afa0850d850c73:

  gitlab: update bug template for sec issues & tool assistance (2026-06-23 10:55:09 +0100)

----------------------------------------------------------------
testing and gitlab updates:

  - present a dev friendly cmd line in functional test logs
  - tell pylint to skip c-modules
  - widen the capture of functional tests logs in gitlab
  - remove workaround for MacOS build targets
  - update the gitlab bug template for security process

----------------------------------------------------------------
Alex Bennée (5):
      python/qemu: split arg between base and harness lists
      python/qemu: split console from harness args
      python/qemu: dump a developer friendly version of cmdline to logs
      tests/functional: tell pylint not to check c-modules
      gitlab: remove build target hacks

Daniel P. Berrangé (2):
      gitlab: ensure "check-XXX' jobs capture functional test logs
      gitlab: update bug template for sec issues & tool assistance

 .gitlab-ci.d/buildtest-template.yml | 18 +++++++++---------
 .gitlab-ci.d/macos.yml              |  7 ++-----
 .gitlab/issue_templates/bug.md      | 11 +++++++++--
 python/qemu/machine/machine.py      | 32 +++++++++++++++++++++++++++-----
 tests/functional/pylintrc           |  1 +
 5 files changed, 48 insertions(+), 21 deletions(-)

-- 
2.47.3


Re: [PULL v2 0/7] functional test and gitlab updates
Posted by Stefan Hajnoczi 1 month ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.