From: Bernhard Übelacker bernhardu@mailbox.org
--- tools/gitlab/test.yml | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/tools/gitlab/test.yml b/tools/gitlab/test.yml index e2deff8c13d..8ceba9867fb 100644 --- a/tools/gitlab/test.yml +++ b/tools/gitlab/test.yml @@ -52,6 +52,10 @@ interruptible: true variables: GIT_STRATEGY: none + # Non-ascii characters in authors name may get into the output of kernel32:process test which cause + # qemu-agent.py in Windows to fail with: UnicodeDecodeError: 'utf-8' codec can't decode byte ... + CI_COMMIT_AUTHOR: "" + GITLAB_USER_NAME: ""
test-linux-64: extends: .wine-test