Skip to content

Commit

Permalink
Deployment checks: remove Avocado official RPM builds + VT checks
Browse files Browse the repository at this point in the history
The lockstep approach of compatibility between Avocado official RPM
builds (the ones in the Fedora distros), is no longer possible due to
the fact that only some Avocado releases will be guarantee
compatibility with Avocado-VT.

During the development cycle thta will result in Avocado and
Avocado-VT 98.0, compatibility will be restored.  Thus, this check
will be re-enabled for specific versions.

Reference: avocado-framework/avocado-vt#3295
Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed May 11, 2022
1 parent a79461a commit f962392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
PLAYBOOK: 'selftests/deployment/deployment.yml'
strategy:
matrix:
extra: ["method=pip", "method=copr", "method=official", "method=pip avocado_vt=true", "method=copr avocado_vt=true", "method=official avocado_vt=true"]
extra: ["method=pip", "method=copr", "method=official", "method=pip avocado_vt=true", "method=copr avocado_vt=true"]
fail-fast: false

steps:
Expand Down

0 comments on commit f962392

Please sign in to comment.