Remove conflicting integration test aliases.

Modules and plugins can only have one integration test target associated with them.

When there is a conflict between alias(es) and/or the target name, only one target will trigger on changes to the module or plugin.
pull/67296/head
Matt Clay 5 years ago
parent 49e7f9afe2
commit c32348088a

@ -1,3 +1,2 @@
shippable/cloud/group1
cloud/acme
acme_account_info

@ -1,4 +1,3 @@
apt_key
destructive
shippable/posix/group1
skip/freebsd

@ -1,3 +1,2 @@
cloud/aws
shippable/aws/group3
ec2_vol_info

@ -1,5 +1,4 @@
destructive
shippable/posix/group4
postgresql_user
skip/aix
skip/osx

@ -3,4 +3,3 @@ shippable/posix/group1
skip/aix
skip/freebsd
skip/osx
systemd

@ -2,4 +2,3 @@ destructive
shippable/posix/group1
skip/aix
skip/osx
systemd

Loading…
Cancel
Save