diff options
author | sveneh <sven@ethdev.com> | 2015-01-15 00:03:37 +0800 |
---|---|---|
committer | sveneh <sven@ethdev.com> | 2015-01-15 00:03:37 +0800 |
commit | 9326d0a6dd902435ad13fe23c21d7b8f30fb35ce (patch) | |
tree | 63e8394001b62c14fa9f8d0bc584e3608b5e4dd3 /ansible/host-config.yml | |
parent | 74faa30af6349a7f87959dcf907092b98af735ec (diff) | |
download | dexon-9326d0a6dd902435ad13fe23c21d7b8f30fb35ce.tar dexon-9326d0a6dd902435ad13fe23c21d7b8f30fb35ce.tar.gz dexon-9326d0a6dd902435ad13fe23c21d7b8f30fb35ce.tar.bz2 dexon-9326d0a6dd902435ad13fe23c21d7b8f30fb35ce.tar.lz dexon-9326d0a6dd902435ad13fe23c21d7b8f30fb35ce.tar.xz dexon-9326d0a6dd902435ad13fe23c21d7b8f30fb35ce.tar.zst dexon-9326d0a6dd902435ad13fe23c21d7b8f30fb35ce.zip |
Dockers for go, cpp
Diffstat (limited to 'ansible/host-config.yml')
-rw-r--r-- | ansible/host-config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/host-config.yml b/ansible/host-config.yml index edb4cd820..571cc141e 100644 --- a/ansible/host-config.yml +++ b/ansible/host-config.yml @@ -1,8 +1,8 @@ --- -- name: Provision the operation system for buildslave +- name: Provision the operation system for tests # testing hosts: all # live - # hosts: poc-8.ethdev.com + # hosts: TDB roles: - common |