diff options
author | Adam Williamson <awilliam@redhat.com> | 2017-08-21 17:31:27 -0700 |
---|---|---|
committer | Adam Williamson <awilliam@redhat.com> | 2017-08-21 17:31:27 -0700 |
commit | 1405887a0756555d4e61e7f65c16d59c596f0c46 (patch) | |
tree | 979f8e797f43d576898ec8ee85a94e4b27826d31 | |
parent | ff35ce9c343bd620d05acd1e62f3df1e3d6a54cf (diff) | |
download | ansible-1405887a0756555d4e61e7f65c16d59c596f0c46.tar.gz ansible-1405887a0756555d4e61e7f65c16d59c596f0c46.tar.xz ansible-1405887a0756555d4e61e7f65c16d59c596f0c46.zip |
Make the openQA PPC worker a tap worker
We gonna need one tap worker per arch group, of course, or else
the tap tests for ppc aren't gonna run.
-rw-r--r-- | inventory/inventory | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inventory/inventory b/inventory/inventory index 4d0e06fc2..daad376b0 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -577,10 +577,11 @@ qa07.qa.fedoraproject.org qa09.qa.fedoraproject.org openqa-ppc64le-01.qa.fedoraproject.org -# the workers that can run networked jobs. each server should have *one* of these +# the workers that can run networked jobs. each server should have *one* of these per arch [openqa-tap-workers] qa14.qa.fedoraproject.org qa09.qa.fedoraproject.org +openqa-ppc64le-01.qa.fedoraproject.org # the workers that need rw access to the factory share to run createhdds [openqa-hdds-workers] |