diff options
author | Matt Clay <matt@mystile.com> | 2022-08-04 09:31:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 09:31:14 -0700 |
commit | 02e98810a9fa895b8215e864f11e537cbd125bae (patch) | |
tree | e6dd94d91df473269008c62671729f4ad698dbae /test/integration/targets/args | |
parent | 7e634f54c3b98372152a722ddf85919cf3f5fe86 (diff) | |
download | ansible-02e98810a9fa895b8215e864f11e537cbd125bae.tar.gz |
Re-organize CI test groups for POSIX tests. (#77420)
* `context/target` tests must be in groups 1 - 2.
* `context/controller` tests must be in groups 3 - 5.
This makes it easier to efficiently organize groups and balance test runtimes.
Diffstat (limited to 'test/integration/targets/args')
-rw-r--r-- | test/integration/targets/args/aliases | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/args/aliases b/test/integration/targets/args/aliases index 8278ec8bcc..1d28bdb2aa 100644 --- a/test/integration/targets/args/aliases +++ b/test/integration/targets/args/aliases @@ -1,2 +1,2 @@ -shippable/posix/group3 +shippable/posix/group5 context/controller |