Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-13' into staging
* qtest improvements (test for crash found with the fuzzer, increase
downtime in migration test, less verbose output when running w/o KVM)
* Improve handling of acceptance tests in the Gitlab-CI
* Run checkpatch.pl in the Gitlab-CI
* Improve the gitlab-pipeline-status script
* Misc patches (mark 'moxie' as deprecated, remove stale .gitignore files, ...)
# gpg: Signature made Tue 13 Oct 2020 11:49:06 BST
# gpg: using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
# gpg: issuer "thuth@redhat.com"
# gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
# gpg: aka "Thomas Huth <thuth@redhat.com>" [full]
# gpg: aka "Thomas Huth <huth@tuxfamily.org>" [full]
# gpg: aka "Thomas Huth <th.huth@posteo.de>" [unknown]
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3 EAB9 2ED9 D774 FE70 2DB5
* remotes/huth-gitlab/tags/pull-request-2020-10-13: (23 commits)
scripts/ci/gitlab-pipeline-status: wait for pipeline creation
scripts/ci/gitlab-pipeline-status: use more descriptive exceptions
scripts/ci/gitlab-pipeline-status: handle keyboard interrupts
scripts/ci/gitlab-pipeline-status: refactor parser creation
scripts/ci/gitlab-pipeline-status: give early feedback on running pipelines
scripts/ci/gitlab-pipeline-status: improve message regarding timeout
scripts/ci/gitlab-pipeline-status: make branch name configurable
gitlab: assign python helper files to GitLab maintainers section
gitlab: add a CI job to validate the DCO sign off
gitlab: add a CI job for running checkpatch.pl
configure: fixes indent of $meson setup
docs/system/deprecated: Mark the 'moxie' CPU as deprecated
Remove superfluous .gitignore files
MAINTAINERS: Ignore bios-tables-test in the qtest section
Add a comment in bios-tables-test.c to clarify the reason behind approach
softmmu/vl: Be less verbose about missing KVM when running the qtests
tests/migration: Allow longer timeouts
qtest: add fuzz test case
Acceptance tests: show test report on GitLab CI
Acceptance tests: do not show canceled test logs on GitLab CI
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- .gitlab-ci.d/check-dco.py 94 additions, 0 deletions.gitlab-ci.d/check-dco.py
- .gitlab-ci.d/check-patch.py 48 additions, 0 deletions.gitlab-ci.d/check-patch.py
- .gitlab-ci.yml 29 additions, 2 deletions.gitlab-ci.yml
- MAINTAINERS 2 additions, 1 deletionMAINTAINERS
- configure 7 additions, 7 deletionsconfigure
- docs/system/deprecated.rst 8 additions, 0 deletionsdocs/system/deprecated.rst
- pc-bios/keymaps/.gitignore 0 additions, 1 deletionpc-bios/keymaps/.gitignore
- plugins/.gitignore 0 additions, 2 deletionsplugins/.gitignore
- scripts/ci/gitlab-pipeline-status 44 additions, 19 deletionsscripts/ci/gitlab-pipeline-status
- softmmu/vl.c 12 additions, 7 deletionssoftmmu/vl.c
- tests/.gitignore 0 additions, 32 deletionstests/.gitignore
- tests/fp/.gitignore 0 additions, 2 deletionstests/fp/.gitignore
- tests/migration/.gitignore 0 additions, 2 deletionstests/migration/.gitignore
- tests/multiboot/.gitignore 0 additions, 3 deletionstests/multiboot/.gitignore
- tests/qemu-iotests/.gitignore 0 additions, 9 deletionstests/qemu-iotests/.gitignore
- tests/qtest/bios-tables-test.c 6 additions, 1 deletiontests/qtest/bios-tables-test.c
- tests/qtest/fuzz-test.c 49 additions, 0 deletionstests/qtest/fuzz-test.c
- tests/qtest/meson.build 1 addition, 0 deletionstests/qtest/meson.build
- tests/qtest/migration-test.c 11 additions, 10 deletionstests/qtest/migration-test.c
- tests/qtest/rtc-test.c 1 addition, 1 deletiontests/qtest/rtc-test.c
Loading
Please register or sign in to comment