[libvirt PATCH 0/7] ci: Integration test suite template fixes

Erik Skultety posted 7 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1665746914.git.eskultet@redhat.com
ci/integration-template.yml | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
[libvirt PATCH 0/7] ci: Integration test suite template fixes
Posted by Erik Skultety 1 year, 6 months ago
Failed job to demonstrate fixed log collecting:
https://gitlab.com/eskultety/libvirt/-/pipelines/666789669

Successfull job with all patches applied:
https://gitlab.com/eskultety/libvirt/-/pipelines/666906197

Erik Skultety (7):
  ci: integration: Add virtnetworkd to the list of restarted services
  ci: integration: Add an extra level of quoting for augeas set options
  ci: integration: Fix the test on avocado directory existence
  ci: integration: Only create a coredump log when a core exists
  ci: integration: Use 'set +e' in the log collecting job
  ci: integration: Create the avocado logs artifact dir conditionally
  ci: integration: Bundle only failed Avocado test results

 ci/integration-template.yml | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

-- 
2.37.3
Re: [libvirt PATCH 0/7] ci: Integration test suite template fixes
Posted by Michal Prívozník 1 year, 6 months ago
On 10/14/22 13:28, Erik Skultety wrote:
> Failed job to demonstrate fixed log collecting:
> https://gitlab.com/eskultety/libvirt/-/pipelines/666789669
> 
> Successfull job with all patches applied:
> https://gitlab.com/eskultety/libvirt/-/pipelines/666906197
> 
> Erik Skultety (7):
>   ci: integration: Add virtnetworkd to the list of restarted services
>   ci: integration: Add an extra level of quoting for augeas set options
>   ci: integration: Fix the test on avocado directory existence
>   ci: integration: Only create a coredump log when a core exists
>   ci: integration: Use 'set +e' in the log collecting job
>   ci: integration: Create the avocado logs artifact dir conditionally
>   ci: integration: Bundle only failed Avocado test results
> 
>  ci/integration-template.yml | 19 +++++++++++++------
>  1 file changed, 13 insertions(+), 6 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal
Re: [libvirt PATCH 0/7] ci: Integration test suite template fixes
Posted by Erik Skultety 1 year, 6 months ago
On Fri, Oct 14, 2022 at 01:28:38PM +0200, Erik Skultety wrote:
> Failed job to demonstrate fixed log collecting:
> https://gitlab.com/eskultety/libvirt/-/pipelines/666789669
> 
> Successfull job with all patches applied:
> https://gitlab.com/eskultety/libvirt/-/pipelines/666906197
> 
> Erik Skultety (7):
>   ci: integration: Add virtnetworkd to the list of restarted services
>   ci: integration: Add an extra level of quoting for augeas set options
>   ci: integration: Fix the test on avocado directory existence
>   ci: integration: Only create a coredump log when a core exists
>   ci: integration: Use 'set +e' in the log collecting job
>   ci: integration: Create the avocado logs artifact dir conditionally
>   ci: integration: Bundle only failed Avocado test results
> 
>  ci/integration-template.yml | 19 +++++++++++++------
>  1 file changed, 13 insertions(+), 6 deletions(-)
> 
> -- 
> 2.37.3
> 

ping