]> xenbits.xensource.com Git - libvirt.git/commitdiff
ci: jobs.sh: Drop comment about the need for Avocado 98.0
authorErik Skultety <eskultet@redhat.com>
Fri, 15 Sep 2023 12:41:57 +0000 (14:41 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 19 Sep 2023 11:35:58 +0000 (13:35 +0200)
We needed v98.0 in commit c9a65eb8 due to a bug in Avocado in the past
and have been installing the latest Avocado for a while since commit
91774931, yet we kept the comment by a mistake.

Besides, looks like v98.0 ignores the avocado.config file in the TCK
repo instructing it to run the test suite sequentially leading to test
stability issues, so abandoning the v98.0 in commit 91774931 was a good
thing in the end.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ci/jobs.sh

index adb798d1279542279faaec1989f7c9f463645169..04e776e9be9bd85ce7cea53861819ea6ccc1fb8e 100644 (file)
@@ -82,7 +82,6 @@ run_website_build() {
 }
 
 run_integration() {
-    # Avocado >98.0 fails with the nwfilter TCK tests, so stick with 98.0 for now
     sudo pip3 install --prefix=/usr avocado-framework
 
     sudo sh -c "echo DefaultLimitCORE=infinity >> /etc/systemd/system.conf" # Explicitly allow storing cores globally