[PATCH 0/3] Acceptance Tests: improve usage on GitLab CI

Cleber Rosa posted 3 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201009205513.751968-1-crosa@redhat.com
Maintainers: Wainer dos Santos Moschetta <wainersm@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>
.gitlab-ci.yml         | 7 ++++++-
tests/requirements.txt | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
[PATCH 0/3] Acceptance Tests: improve usage on GitLab CI
Posted by Cleber Rosa 3 years, 6 months ago
This attempts to improve a bit the execution of acceptance tests
in both GitLab CI, and in restricted Python environments.

For the GitLab's rendering of test results, a sample can be seen here:

  https://gitlab.com/cleber.gnu/qemu/-/pipelines/200639030/test_report

Cleber Rosa (3):
  Acceptance tests: bump pycdlib version for easier installation
  Acceptance tests: do not show canceled test logs on GitLab CI
  Acceptance tests: show test report on GitLab CI

 .gitlab-ci.yml         | 7 ++++++-
 tests/requirements.txt | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

-- 
2.25.4



Re: [PATCH 0/3] Acceptance Tests: improve usage on GitLab CI
Posted by Thomas Huth 3 years, 6 months ago
On 09/10/2020 22.55, Cleber Rosa wrote:
> This attempts to improve a bit the execution of acceptance tests
> in both GitLab CI, and in restricted Python environments.
> 
> For the GitLab's rendering of test results, a sample can be seen here:
> 
>   https://gitlab.com/cleber.gnu/qemu/-/pipelines/200639030/test_report
> 
> Cleber Rosa (3):
>   Acceptance tests: bump pycdlib version for easier installation
>   Acceptance tests: do not show canceled test logs on GitLab CI
>   Acceptance tests: show test report on GitLab CI
> 
>  .gitlab-ci.yml         | 7 ++++++-
>  tests/requirements.txt | 2 +-
>  2 files changed, 7 insertions(+), 2 deletions(-)
> 

Thanks, queued (with the bug URL fixed).

 Thomas