You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/11/05 19:15:15 UTC

[GitHub] csantanapr commented on a change in pull request #4098: Split system tests

csantanapr commented on a change in pull request #4098: Split system tests
URL: https://github.com/apache/incubator-openwhisk/pull/4098#discussion_r230876402
 
 

 ##########
 File path: ansible/group_vars/all
 ##########
 @@ -48,7 +48,9 @@ whisk:
 #   runtimes_bypass_pull_for_local_images: optional, if true, allow images with a prefix that matches
 #       {{ runtimes_local_image_prefix }} to skip docker pull in invoker even if the image is not part of the blackbox set
 #
-runtimesManifest: "{{ runtimes_manifest | default(lookup('file', openwhisk_home ~ '/ansible/files/runtimes.json') | from_json) }}"
+
+manifestfile: "{{ manifest_file | default('/ansible/files/runtimes-nodeonly.json') }}"
 
 Review comment:
   I would not change the default, leave the default as runtimes.json with all the runtimes, and then for places in travis that we only need nodejs then use ansible `-e manifestfile=<path/to/>runtimes-nodeonly.json`
   Also don't rename `runtimes.json` for now keep it, as other repos might be replacing this file before they start the deploy as a way to override the default today.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services