Acceptance tests: do not show canceled test logs on GitLab CI
commit52dff285698a3c9c7d97d8a790439a16f5fdb038
authorCleber Rosa <crosa@redhat.com>
Fri, 9 Oct 2020 20:55:12 +0000 (9 16:55 -0400)
committerThomas Huth <thuth@redhat.com>
Tue, 13 Oct 2020 06:08:55 +0000 (13 08:08 +0200)
tree52d725a1965a89ad1836917e7cb07a7e628e3a82
parentd44d9b6bc81df6080ed83073ab2711e5a4258a07
Acceptance tests: do not show canceled test logs on GitLab CI

Tests resulting in "CANCEL" in Avocado are usually canceled on
purpose, and are almost identical to "SKIP".  The logs for canceled
tests are adding a lot of noise to the logs being shown on GitLab CI,
and causing distraction from real failures.

As a side note, this "after script" is scheduled for removal once the
feature is implemented within Avocado itself.

Reference: https://github.com/avocado-framework/avocado/issues/4266
Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20201009205513.751968-3-crosa@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.yml