Skip to content

Commit

Permalink
CI: remove the waiver of failures with latest Avocado
Browse files Browse the repository at this point in the history
This marks the point where Avocado-VT and Avocado are compatible (to
the extent that is being tested here).  With this, an Avocado-VT
release matching an Avocado release will be produced.

In short, from the latest Avocado (tested with here) there will be a
release 98.0, and from the latest Avocado-VT commit there will be
produced a release 98.0 too.  Then both Avocado and Avocado-VT 98.0
will be compatible releases between themselves.

There are two ways to deal with the waiver after the releases are
made:

 1) Reinstante the waiver right away
 2) Reinstante the waiver when a compatibility with the post Avocado
    98.0 release (the development version of Avocado) is found.

I'd suggest going with 2, and creating issues to track the
compatibility problems found and that need to be addressed before the
next compatible release.

Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Jul 14, 2022
1 parent ea320e1 commit 53e8f1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ avocado_devel_task:
container:
image: quay.io/avocado-framework/avocado-vt-ci-fedora-35
kvm: true
allow_failures: $AVOCADO_SRC == 'git+https://github.com/avocado-framework/avocado#egg=avocado_framework'
env:
matrix:
# Latest Avocado
Expand Down

0 comments on commit 53e8f1e

Please sign in to comment.