aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.d
AgeCommit message (Expand)Author
2021-07-26Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.1-rc1-230721-1'...Peter Maydell
2021-07-23gitlab-ci: Extract OpenSBI job rules to reusable sectionPhilippe Mathieu-Daudé
2021-07-23gitlab-ci: Remove the second superfluous macos taskThomas Huth
2021-07-23gitlab: enable a very minimal build with the tricore containerAlex Bennée
2021-07-23gitlab: only let pages be published from default branchDaniel P. Berrangé
2021-07-19ci: build & store windows installerGerd Hoffmann
2021-07-15Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugins-1...Peter Maydell
2021-07-14gitlab-ci: Extract EDK2 job rules to reusable sectionPhilippe Mathieu-Daudé
2021-07-14tcg/plugins: enable by default for most TCG buildsAlex Bennée
2021-07-14gitlab: support for FreeBSD 12, 13 and macOS 11 via cirrus-runDaniel P. Berrangé
2021-07-14Jobs based on custom runners: add job definitions for QEMU's machinesCleber Rosa
2021-07-14Jobs based on custom runners: documentation and configuration placeholderCleber Rosa
2021-07-13python: Configure tox to skip missing interpretersWainer dos Santos Moschetta
2021-06-30python: rename 'venv-check' target to 'check-pipenv'John Snow
2021-06-25scripts/checkpatch: roll diff tweaking into checkpatch itselfAlex Bennée
2021-06-07gitlab-ci: Split gprof-gcov jobPhilippe Mathieu-Daudé
2021-06-07gitlab: work harder to avoid false positives in checkpatchAlex Bennée
2021-06-02Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell
2021-06-02tests/docker: drop CentOS 7 containerDaniel P. Berrangé
2021-06-02crypto: bump min gnutls to 3.5.18, dropping RHEL-7 supportDaniel P. Berrangé
2021-06-02crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 supportDaniel P. Berrangé
2021-06-02crypto: bump min nettle to 3.4, dropping RHEL-7 supportDaniel P. Berrangé
2021-06-01gitlab: add python linters to CIJohn Snow
2021-05-27gitlab: Convert check-dco/check-patch jobs to the 'rules' syntaxPhilippe Mathieu-Daudé
2021-05-27gitlab: Use $CI_DEFAULT_BRANCH instead of hardcoded 'master'Philippe Mathieu-Daudé
2021-05-27gitlab: Run Avocado tests manually (except mainstream CI)Philippe Mathieu-Daudé
2021-05-27gitlab: Keep Avocado reports during 1 weekPhilippe Mathieu-Daudé
2021-05-27gitlab: Extract cross-container jobs to container-cross.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Move current job set to qemu-project.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Extract all default build/test jobs to buildtest.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Extract core container jobs to container-core.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Extract default build/test jobs templatesPhilippe Mathieu-Daudé
2021-05-27gitlab: Extract build stages to stages.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Extract DCO/style check jobs to static_checks.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Extract crossbuild job templates to crossbuild-template.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Extract container job template to container-template.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Enable cross-i386 builds of TCIRichard Henderson
2021-05-27gitlab: Rename ACCEL_CONFIGURE_OPTS to EXTRA_CONFIGURE_OPTSRichard Henderson
2021-05-25gitlab: add special rule for the hexagon containerAlex Bennée
2021-05-25gitlab: explicitly reference the upstream registryAlex Bennée
2021-05-18tests/docker: gcc-10 based images for ppc64{,le} testsMatheus Ferst
2021-05-14gitlab-ci: Replace YAML anchors by extends (container_job)Philippe Mathieu-Daudé
2021-05-02gitlab-ci: Add KVM mips64el cross-build jobsPhilippe Mathieu-Daudé
2021-03-24gitlab: default to not building the documentationAlex Bennée
2021-03-09docker: OpenSBI build job depends on OpenSBI containerPhilippe Mathieu-Daudé
2021-03-09docker: EDK2 build job depends on EDK2 containerPhilippe Mathieu-Daudé
2021-02-19gitlab: add fine grained job deps for all build jobsDaniel P. Berrangé
2021-02-19gitlab: always build container imagesDaniel P. Berrangé
2021-01-20gitlab-ci: Add alpine to pipelineJiaxun Yang
2021-01-11gitlab-ci.yml: Add openSUSE Leap 15.2 for gitlab CI/CDCho, Yu-Chen