[PATCH 0/3] Gitlab-CI improvements

Thomas Huth posted 3 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210730143809.717079-1-thuth@redhat.com
Maintainers: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, "Alex Bennée" <alex.bennee@linaro.org>, Willian Rampazzo <willianr@redhat.com>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>
.gitlab-ci.d/buildtest.yml      | 99 +++++----------------------------
.gitlab-ci.d/custom-runners.yml | 12 ++--
docs/devel/ci.rst               | 13 +++++
3 files changed, 32 insertions(+), 92 deletions(-)
[PATCH 0/3] Gitlab-CI improvements
Posted by Thomas Huth 2 years, 9 months ago
Here are three patches for some small issues that I noticed in our
gitlab-CI files recently...

Thomas Huth (3):
  gitlab-ci: Merge "build-disabled" with "build-without-default-features"
  gitlab-ci: Remove superfluous "dnf install" statement
  gitlab-ci: Fix ..._RUNNER_AVAILABLE variables and document them

 .gitlab-ci.d/buildtest.yml      | 99 +++++----------------------------
 .gitlab-ci.d/custom-runners.yml | 12 ++--
 docs/devel/ci.rst               | 13 +++++
 3 files changed, 32 insertions(+), 92 deletions(-)

-- 
2.27.0


Re: [PATCH 0/3] Gitlab-CI improvements
Posted by Alex Bennée 2 years, 8 months ago
Thomas Huth <thuth@redhat.com> writes:

> Here are three patches for some small issues that I noticed in our
> gitlab-CI files recently...

Queued to for-6.1/misc-fixes-for-rc2, thanks.

>
> Thomas Huth (3):
>   gitlab-ci: Merge "build-disabled" with "build-without-default-features"
>   gitlab-ci: Remove superfluous "dnf install" statement
>   gitlab-ci: Fix ..._RUNNER_AVAILABLE variables and document them
>
>  .gitlab-ci.d/buildtest.yml      | 99 +++++----------------------------
>  .gitlab-ci.d/custom-runners.yml | 12 ++--
>  docs/devel/ci.rst               | 13 +++++
>  3 files changed, 32 insertions(+), 92 deletions(-)


-- 
Alex Bennée