diff --git a/ansible/environments/local/hosts b/ansible/environments/local/hosts index 7b0fe4d9d..05297b3b8 100644 --- a/ansible/environments/local/hosts +++ b/ansible/environments/local/hosts @@ -37,6 +37,9 @@ invoker0 ansible_host=172.17.0.1 ansible_connection=local [db] 172.17.0.1 ansible_host=172.17.0.1 ansible_connection=local +[elasticsearch:children] +db + [redis] 172.17.0.1 ansible_host=172.17.0.1 ansible_connection=local diff --git a/tests/src/integration/helloworld/manifest.yaml b/tests/src/integration/helloworld/manifest.yaml index 3a654180d..4451de1a7 100644 --- a/tests/src/integration/helloworld/manifest.yaml +++ b/tests/src/integration/helloworld/manifest.yaml @@ -178,7 +178,7 @@ packages: msg["greeting"] = "Hello, " + name + "!" return msg } - runtime: go:1.11 + runtime: go:1.15 sequences: # sequence of helloworld in all four runtimes hello-world-series: