This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-python.git.
from 6558390 Adds a new AI Action kind
new 8ee2d2d python actionloop v3.7
new d6a8920 enable actionllop tests
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 8 +-
core/{pythonAction => pythonActionLoop}/Dockerfile | 29 +--
.../build.gradle | 2 +-
core/pythonActionLoop/pythonbuild.py | 110 ++++++++
core/pythonActionLoop/pythonbuild.py.launcher.py | 72 ++++++
settings.gradle | 2 +
.../PythonActionContainerTests.scala | 285 +++++++++++++--------
....scala => PythonActionLoopContainerTests.scala} | 13 +-
tools/travis/publish.sh | 2 +
9 files changed, 385 insertions(+), 138 deletions(-)
copy core/{pythonAction => pythonActionLoop}/Dockerfile (68%)
copy core/{pythonAction => pythonActionLoop}/build.gradle (94%)
create mode 100755 core/pythonActionLoop/pythonbuild.py
create mode 100755 core/pythonActionLoop/pythonbuild.py.launcher.py
copy
tests/src/test/scala/runtime/actionContainers/{Python2ActionContainerTests.scala
=> PythonActionLoopContainerTests.scala} (72%)