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