blob: ade780e76920510d2f953541bd5aa75c1fbecfdd [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
packages:
IntegrationTestDocker:
actions:
OpenWhiskSkeleton:
docker: openwhisk/dockerskeleton
OpenWhiskSkeletonWithNative:
native: true
CustomDockerAction1:
function: actions/exec.zip
docker: openwhisk/dockerskeleton
CustomDockerAction2:
function: actions/exec.zip
native: true
CustomDockerAction3:
function: actions/bash
native: true
CustomDockerAction4:
function: actions/go
native: true
sequences:
docker-series:
actions: OpenWhiskSkeleton, OpenWhiskSkeletonWithNative, CustomDockerAction1, CustomDockerAction2, CustomDockerAction3, CustomDockerAction4
triggers:
# trigger to activate helloworld sequence
triggerDocker:
rules:
# rule associating trigger with sequence of helloworld actions
ruleMappingDocker:
trigger: triggerDocker
action: docker-series