This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git
The following commit(s) were added to refs/heads/master by this push:
new a4d6818 update runtimes used in tests (#1036)
a4d6818 is described below
commit a4d6818ca17f22d641a97a8ef7d7a5a727d663c0
Author: TPei <[email protected]>
AuthorDate: Mon Feb 18 10:35:22 2019 +0100
update runtimes used in tests (#1036)
* update runtimes used in tests
* more runtime updates in tests
---
tests/src/integration/helloworld/manifest.yaml | 4 ++--
tests/src/integration/runtimetests/manifest.yaml | 24 ++----------------------
2 files changed, 4 insertions(+), 24 deletions(-)
diff --git a/tests/src/integration/helloworld/manifest.yaml
b/tests/src/integration/helloworld/manifest.yaml
index 419edc4..95aa8a2 100644
--- a/tests/src/integration/helloworld/manifest.yaml
+++ b/tests/src/integration/helloworld/manifest.yaml
@@ -109,7 +109,7 @@ packages:
# helloworld action in swift
helloSwift:
function: actions/hello.swift
- runtime: swift:3.1.1
+ runtime: swift:4.2
inputs:
name:
type: string
@@ -130,7 +130,7 @@ packages:
print (msg)
return msg
}
- runtime: swift:3.1.1
+ runtime: swift:4.2
inputs:
name:
type: string
diff --git a/tests/src/integration/runtimetests/manifest.yaml
b/tests/src/integration/runtimetests/manifest.yaml
index 6d42255..d8cbf02 100644
--- a/tests/src/integration/runtimetests/manifest.yaml
+++ b/tests/src/integration/runtimetests/manifest.yaml
@@ -106,26 +106,6 @@ packages:
place: string
outputs:
payload: string
- greetingswift311-with-explicit-runtime:
- web-export: true
- version: 1.0
- function: src/hello.swift
- runtime: swift:3.1.1
- inputs:
- name: string
- place: string
- outputs:
- payload: string
- greetingswift41-with-explicit-runtime:
- web-export: true
- version: 1.0
- function: src/hello.swift
- runtime: swift:4.1
- inputs:
- name: string
- place: string
- outputs:
- payload: string
greetingswift42-with-explicit-runtime:
web-export: true
version: 1.0
@@ -307,7 +287,7 @@ packages:
helloworldjava-with-swift-explicit-runtime:
function: src/hello.jar
main: Hello
- runtime: swift:3.1.1
+ runtime: swift:4.2
helloworldjava-with-random-explicit-runtime:
function: src/hello.jar
main: Hello
@@ -315,4 +295,4 @@ packages:
helloworlddotnet22-with-swift-explicit-runtime:
function: src/helloDotNet.zip
main:
Apache.OpenWhisk.Example.Dotnet::Apache.OpenWhisk.Example.Dotnet.Hello::Main
- runtime: swift:3.1.1
+ runtime: swift:4.2