pritidesai opened a new issue #307: Report invalid runtimes URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/307 There are only few valid runtimes available: ``` Runtime name | Supported versions | Default | Description nodejs | nodejs@6, nodejs@5 | nodejs@6 | Node.js runtime. java | java@8 | java@8 | Java language runtime. python | python@2.7 | python@2.7 | Python language runtime. swift | swift@3, swift@2 | swift@3 | Swift language runtime. language:default | N/A | N/A | Permit the OpenWhisk platform to select the correct default language runtime. ``` manifest_parser should report if a runtime is set to any value outside of the above valid options. For example, today when I say my runtime is set to "invalid", ComposeActions accepts it as is and does not complain: ``` `package: name: helloworld actions: helloInvalidRuntime: location: ../tests/usecases/helloworld/actions/hello.js runtime: invalid` ``` ---------------------------------------------------------------- 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: us...@infra.apache.org
With regards, Apache Git Services