[PATCH-for-6.1 v5 0/4] gitlab-ci: Document custom CI/CD variables, fix 'when:' conditions

Philippe Mathieu-Daudé posted 4 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/20210727142431.1672530-1-philmd@redhat.com
docs/devel/ci.rst                   | 40 +++++++++++++++++++++++++++++
.gitlab-ci.d/buildtest-template.yml |  4 +--
.gitlab-ci.d/edk2.yml               |  6 ++---
.gitlab-ci.d/opensbi.yml            |  8 +++---
.gitlab-ci.yml                      | 19 ++------------
5 files changed, 51 insertions(+), 26 deletions(-)
[PATCH-for-6.1 v5 0/4] gitlab-ci: Document custom CI/CD variables, fix 'when:' conditions
Posted by Philippe Mathieu-Daudé 2 years, 9 months ago
Since v4:
- Fixed typo, update link (thuth)

Since v3:
- Unfortunately patch 4 v2 got merged as 0a9487d80af so
  rebase & reword.

Philippe Mathieu-Daudé (4):
  docs: Document GitLab custom CI/CD variables
  gitlab-ci: Fix 'when:' condition in acceptance_test_job_template
  gitlab-ci: Fix 'when:' condition in EDK2 jobs
  gitlab-ci: Fix 'when:' condition in OpenSBI jobs

 docs/devel/ci.rst                   | 40 +++++++++++++++++++++++++++++
 .gitlab-ci.d/buildtest-template.yml |  4 +--
 .gitlab-ci.d/edk2.yml               |  6 ++---
 .gitlab-ci.d/opensbi.yml            |  8 +++---
 .gitlab-ci.yml                      | 19 ++------------
 5 files changed, 51 insertions(+), 26 deletions(-)

-- 
2.31.1


Re: [PATCH-for-6.1 v5 0/4] gitlab-ci: Document custom CI/CD variables, fix 'when:' conditions
Posted by Thomas Huth 2 years, 9 months ago
On 27/07/2021 16.24, Philippe Mathieu-Daudé wrote:
> Since v4:
> - Fixed typo, update link (thuth)
> 
> Since v3:
> - Unfortunately patch 4 v2 got merged as 0a9487d80af so
>    rebase & reword.
> 
> Philippe Mathieu-Daudé (4):
>    docs: Document GitLab custom CI/CD variables
>    gitlab-ci: Fix 'when:' condition in acceptance_test_job_template
>    gitlab-ci: Fix 'when:' condition in EDK2 jobs
>    gitlab-ci: Fix 'when:' condition in OpenSBI jobs
> 
>   docs/devel/ci.rst                   | 40 +++++++++++++++++++++++++++++
>   .gitlab-ci.d/buildtest-template.yml |  4 +--
>   .gitlab-ci.d/edk2.yml               |  6 ++---
>   .gitlab-ci.d/opensbi.yml            |  8 +++---
>   .gitlab-ci.yml                      | 19 ++------------
>   5 files changed, 51 insertions(+), 26 deletions(-)

Thanks, queued to my testing-next tree now:

https://gitlab.com/thuth/qemu/-/commits/testing-next/

  Thomas