CI: Run EC2 tests for all instances
Now that EC2 image testing is working well for Fedora 32, enable it for all of the distros. Also, make it less special and allow it to run with the other image tests. Remove the `ami-boot` test from the list of regular image test cases since it will be thoroughly tested via an import into AWS. Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
e4df938152
commit
63c59b2ca1
3 changed files with 14 additions and 17 deletions
|
|
@ -35,7 +35,7 @@
|
|||
loop_control:
|
||||
loop_var: test_case
|
||||
when:
|
||||
- test_type == 'aws'
|
||||
- test_type == 'image'
|
||||
|
||||
- name: Show failed and passed tests
|
||||
debug:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue