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.
This commit is contained in:
parent
49e7f9afe2
commit
c32348088a
6 changed files with 0 additions and 6 deletions
|
@ -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…
Reference in a new issue