mbox series

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

Message ID 20201009205513.751968-1-crosa@redhat.com
Headers show
Series Acceptance Tests: improve usage on GitLab CI | expand

Message

Cleber Rosa Oct. 9, 2020, 8:55 p.m. UTC
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

Comments

Thomas Huth Oct. 12, 2020, 10:32 a.m. UTC | #1
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