summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.d
Commit message (Expand)AuthorAgeFilesLines
* python: rename 'venv-check' target to 'check-pipenv'John Snow2021-07-011-1/+1
* scripts/checkpatch: roll diff tweaking into checkpatch itselfAlex Bennée2021-06-251-3/+0Star
* gitlab-ci: Split gprof-gcov jobPhilippe Mathieu-Daudé2021-06-071-3/+14
* gitlab: work harder to avoid false positives in checkpatchAlex Bennée2021-06-071-1/+5
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell2021-06-022-40/+0Star
|\
| * tests/docker: drop CentOS 7 containerDaniel P. Berrangé2021-06-021-5/+0Star
| * crypto: bump min gnutls to 3.5.18, dropping RHEL-7 supportDaniel P. Berrangé2021-06-021-15/+0Star
| * crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 supportDaniel P. Berrangé2021-06-021-10/+0Star
| * crypto: bump min nettle to 3.4, dropping RHEL-7 supportDaniel P. Berrangé2021-06-021-10/+0Star
* | gitlab: add python linters to CIJohn Snow2021-06-012-0/+26
|/
* gitlab: Convert check-dco/check-patch jobs to the 'rules' syntaxPhilippe Mathieu-Daudé2021-05-271-7/+9
* gitlab: Use $CI_DEFAULT_BRANCH instead of hardcoded 'master'Philippe Mathieu-Daudé2021-05-271-2/+2
* gitlab: Run Avocado tests manually (except mainstream CI)Philippe Mathieu-Daudé2021-05-271-0/+12
* gitlab: Keep Avocado reports during 1 weekPhilippe Mathieu-Daudé2021-05-271-2/+2
* gitlab: Extract cross-container jobs to container-cross.ymlPhilippe Mathieu-Daudé2021-05-272-193/+193
* gitlab: Move current job set to qemu-project.ymlPhilippe Mathieu-Daudé2021-05-271-0/+11
* gitlab: Extract all default build/test jobs to buildtest.ymlPhilippe Mathieu-Daudé2021-05-271-0/+730
* gitlab: Extract core container jobs to container-core.ymlPhilippe Mathieu-Daudé2021-05-272-16/+18
* gitlab: Extract default build/test jobs templatesPhilippe Mathieu-Daudé2021-05-271-0/+69
* gitlab: Extract build stages to stages.ymlPhilippe Mathieu-Daudé2021-05-271-0/+8
* gitlab: Extract DCO/style check jobs to static_checks.ymlPhilippe Mathieu-Daudé2021-05-271-0/+24
* gitlab: Extract crossbuild job templates to crossbuild-template.ymlPhilippe Mathieu-Daudé2021-05-272-41/+43
* gitlab: Extract container job template to container-template.ymlPhilippe Mathieu-Daudé2021-05-272-21/+23
* gitlab: Enable cross-i386 builds of TCIRichard Henderson2021-05-271-1/+10
* gitlab: Rename ACCEL_CONFIGURE_OPTS to EXTRA_CONFIGURE_OPTSRichard Henderson2021-05-271-6/+6
* gitlab: add special rule for the hexagon containerAlex Bennée2021-05-251-0/+28
* gitlab: explicitly reference the upstream registryAlex Bennée2021-05-251-2/+1Star
* tests/docker: gcc-10 based images for ppc64{,le} testsMatheus Ferst2021-05-181-10/+3Star
* gitlab-ci: Replace YAML anchors by extends (container_job)Philippe Mathieu-Daudé2021-05-141-38/+38
* gitlab-ci: Add KVM mips64el cross-build jobsPhilippe Mathieu-Daudé2021-05-021-0/+8
* gitlab: default to not building the documentationAlex Bennée2021-03-241-7/+8
* docker: OpenSBI build job depends on OpenSBI containerPhilippe Mathieu-Daudé2021-03-091-0/+1
* docker: EDK2 build job depends on EDK2 containerPhilippe Mathieu-Daudé2021-03-091-0/+1
* gitlab: add fine grained job deps for all build jobsDaniel P. Berrangé2021-02-191-0/+46
* gitlab: always build container imagesDaniel P. Berrangé2021-02-191-7/+0Star
* gitlab-ci: Add alpine to pipelineJiaxun Yang2021-01-201-0/+5
* gitlab-ci.yml: Add openSUSE Leap 15.2 for gitlab CI/CDCho, Yu-Chen2021-01-111-0/+5
* gitlab-CI: Test 32-bit builds with the fedora-i386-cross containerThomas Huth2021-01-021-2/+14
* gitlab: include aarch64-softmmu and ppc64-softmmu cross-system-buildAlex Bennée2021-01-021-3/+3
* gitlab-ci: Add Xen cross-build jobsPhilippe Mathieu-Daudé2020-12-091-0/+14
* gitlab-ci: Add KVM s390x cross-build jobsPhilippe Mathieu-Daudé2020-12-091-1/+6
* gitlab-ci: Introduce 'cross_accel_build_job' templatePhilippe Mathieu-Daudé2020-12-091-0/+17
* gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)Philippe Mathieu-Daudé2020-12-091-20/+20
* gitlab-ci: Use $CI_REGISTRY instead of hard-coding registry.gitlab.comRebecca Cran2020-11-171-1/+1
* .gitlab-ci.d/check-patch: tweak output for CI logsAlex Bennée2020-11-161-2/+2
* gitlab: skip checkpatch.pl checks if no commit delta on branchDaniel P. Berrangé2020-10-271-0/+8
* gitlab: add a CI job to validate the DCO sign offDaniel P. Berrangé2020-10-131-0/+94
* gitlab: add a CI job for running checkpatch.plDaniel P. Berrangé2020-10-131-0/+48
* gitlab-ci: Increase the timeout for the cross-compiler buildsThomas Huth2020-10-021-0/+1
* tests/docker: Remove old Debian 9 containersThomas Huth2020-10-021-12/+0Star