Age | Commit message (Expand) | Author | Files | Lines |
2021-06-07 | gitlab-ci: Split gprof-gcov job | Philippe Mathieu-Daudé | 1 | -3/+14 |
2021-06-07 | gitlab: work harder to avoid false positives in checkpatch | Alex Bennée | 1 | -1/+5 |
2021-06-02 | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-... | Peter Maydell | 2 | -40/+0 |
2021-06-02 | tests/docker: drop CentOS 7 container | Daniel P. Berrangé | 1 | -5/+0 |
2021-06-02 | crypto: bump min gnutls to 3.5.18, dropping RHEL-7 support | Daniel P. Berrangé | 1 | -15/+0 |
2021-06-02 | crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 support | Daniel P. Berrangé | 1 | -10/+0 |
2021-06-02 | crypto: bump min nettle to 3.4, dropping RHEL-7 support | Daniel P. Berrangé | 1 | -10/+0 |
2021-06-01 | gitlab: add python linters to CI | John Snow | 2 | -0/+26 |
2021-05-27 | gitlab: Convert check-dco/check-patch jobs to the 'rules' syntax | Philippe Mathieu-Daudé | 1 | -7/+9 |
2021-05-27 | gitlab: Use $CI_DEFAULT_BRANCH instead of hardcoded 'master' | Philippe Mathieu-Daudé | 1 | -2/+2 |
2021-05-27 | gitlab: Run Avocado tests manually (except mainstream CI) | Philippe Mathieu-Daudé | 1 | -0/+12 |
2021-05-27 | gitlab: Keep Avocado reports during 1 week | Philippe Mathieu-Daudé | 1 | -2/+2 |
2021-05-27 | gitlab: Extract cross-container jobs to container-cross.yml | Philippe Mathieu-Daudé | 2 | -193/+193 |
2021-05-27 | gitlab: Move current job set to qemu-project.yml | Philippe Mathieu-Daudé | 1 | -0/+11 |
2021-05-27 | gitlab: Extract all default build/test jobs to buildtest.yml | Philippe Mathieu-Daudé | 1 | -0/+730 |
2021-05-27 | gitlab: Extract core container jobs to container-core.yml | Philippe Mathieu-Daudé | 2 | -16/+18 |
2021-05-27 | gitlab: Extract default build/test jobs templates | Philippe Mathieu-Daudé | 1 | -0/+69 |
2021-05-27 | gitlab: Extract build stages to stages.yml | Philippe Mathieu-Daudé | 1 | -0/+8 |
2021-05-27 | gitlab: Extract DCO/style check jobs to static_checks.yml | Philippe Mathieu-Daudé | 1 | -0/+24 |
2021-05-27 | gitlab: Extract crossbuild job templates to crossbuild-template.yml | Philippe Mathieu-Daudé | 2 | -41/+43 |
2021-05-27 | gitlab: Extract container job template to container-template.yml | Philippe Mathieu-Daudé | 2 | -21/+23 |
2021-05-27 | gitlab: Enable cross-i386 builds of TCI | Richard Henderson | 1 | -1/+10 |
2021-05-27 | gitlab: Rename ACCEL_CONFIGURE_OPTS to EXTRA_CONFIGURE_OPTS | Richard Henderson | 1 | -6/+6 |
2021-05-25 | gitlab: add special rule for the hexagon container | Alex Bennée | 1 | -0/+28 |
2021-05-25 | gitlab: explicitly reference the upstream registry | Alex Bennée | 1 | -2/+1 |
2021-05-18 | tests/docker: gcc-10 based images for ppc64{,le} tests | Matheus Ferst | 1 | -10/+3 |
2021-05-14 | gitlab-ci: Replace YAML anchors by extends (container_job) | Philippe Mathieu-Daudé | 1 | -38/+38 |
2021-05-02 | gitlab-ci: Add KVM mips64el cross-build jobs | Philippe Mathieu-Daudé | 1 | -0/+8 |
2021-03-24 | gitlab: default to not building the documentation | Alex Bennée | 1 | -7/+8 |
2021-03-09 | docker: OpenSBI build job depends on OpenSBI container | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-03-09 | docker: EDK2 build job depends on EDK2 container | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-02-19 | gitlab: add fine grained job deps for all build jobs | Daniel P. Berrangé | 1 | -0/+46 |
2021-02-19 | gitlab: always build container images | Daniel P. Berrangé | 1 | -7/+0 |
2021-01-20 | gitlab-ci: Add alpine to pipeline | Jiaxun Yang | 1 | -0/+5 |
2021-01-11 | gitlab-ci.yml: Add openSUSE Leap 15.2 for gitlab CI/CD | Cho, Yu-Chen | 1 | -0/+5 |
2021-01-02 | gitlab-CI: Test 32-bit builds with the fedora-i386-cross container | Thomas Huth | 1 | -2/+14 |
2021-01-02 | gitlab: include aarch64-softmmu and ppc64-softmmu cross-system-build | Alex Bennée | 1 | -3/+3 |
2020-12-09 | gitlab-ci: Add Xen cross-build jobs | Philippe Mathieu-Daudé | 1 | -0/+14 |
2020-12-09 | gitlab-ci: Add KVM s390x cross-build jobs | Philippe Mathieu-Daudé | 1 | -1/+6 |
2020-12-09 | gitlab-ci: Introduce 'cross_accel_build_job' template | Philippe Mathieu-Daudé | 1 | -0/+17 |
2020-12-09 | gitlab-ci: Replace YAML anchors by extends (cross_system_build_job) | Philippe Mathieu-Daudé | 1 | -20/+20 |
2020-11-17 | gitlab-ci: Use $CI_REGISTRY instead of hard-coding registry.gitlab.com | Rebecca Cran | 1 | -1/+1 |
2020-11-16 | .gitlab-ci.d/check-patch: tweak output for CI logs | Alex Bennée | 1 | -2/+2 |
2020-10-27 | gitlab: skip checkpatch.pl checks if no commit delta on branch | Daniel P. Berrangé | 1 | -0/+8 |
2020-10-13 | gitlab: add a CI job to validate the DCO sign off | Daniel P. Berrangé | 1 | -0/+94 |
2020-10-13 | gitlab: add a CI job for running checkpatch.pl | Daniel P. Berrangé | 1 | -0/+48 |
2020-10-02 | gitlab-ci: Increase the timeout for the cross-compiler builds | Thomas Huth | 1 | -0/+1 |
2020-10-02 | tests/docker: Remove old Debian 9 containers | Thomas Huth | 1 | -12/+0 |
2020-10-02 | tests/docker: Update the tricore container to debian 10 | Thomas Huth | 1 | -1/+1 |
2020-10-02 | gitlab-ci: Remove the Debian9-based containers and containers-layer3 | Thomas Huth | 1 | -14/+0 |