diff options
Diffstat (limited to 'ansible/testrunner-config.yml')
-rw-r--r-- | ansible/testrunner-config.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ansible/testrunner-config.yml b/ansible/testrunner-config.yml index 99323f82b..0304883f1 100644 --- a/ansible/testrunner-config.yml +++ b/ansible/testrunner-config.yml @@ -1,12 +1,12 @@ --- -- name: setting up buildslave configuration +- name: preparing and running tests # testing hosts: all # live - # hosts: poc-8.ethdev.com + # hosts: TBD # TODO use the right user for configuring, until credentials set, stay with default vagrant user - # remote_user: buildsalve + # remote_user: ubuntu roles: - - buildslave + - testrunner |