X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fakraino-templates%2Fakraino-ta-common-macros.yaml;h=781e66f623ad3ff5702ba35dd1e338df9e91972a;hp=7181425b0a153983ef80c8431eed8137bfcbcf3e;hb=e29caa031967865013a912d4aa1d7fb06e94d963;hpb=8c467e1302f734f3ba751e490d1000f490f234f9 diff --git a/jjb/akraino-templates/akraino-ta-common-macros.yaml b/jjb/akraino-templates/akraino-ta-common-macros.yaml index 7181425..781e66f 100644 --- a/jjb/akraino-templates/akraino-ta-common-macros.yaml +++ b/jjb/akraino-templates/akraino-ta-common-macros.yaml @@ -81,7 +81,7 @@ builders: - shell: |2- echo "---> Node UUID:" - curl -s http://169.254.169.254/openstack/latest/meta_data.json | python -c 'import sys, json; data = json.load(sys.stdin); print(data["uuid"])' + curl -s http://169.254.169.254/openstack/latest/meta_data.json | python -c 'import sys, json; data = json.load(sys.stdin); print(data["uuid"])' || true - builder: name: ta-builder-tox