
This patchset adds functional tests to .zuul.yaml. Additionally it adds a functional-py35 job as well which will also be kicked off via Zuul. Change-Id: Ic2d1db4d3cd65c4d93c3a6f04e6efeeba9755f07
23 lines
811 B
YAML
23 lines
811 B
YAML
# Copyright 2018 AT&T Intellectual Property. All other rights reserved.
|
|
#
|
|
# Licensed 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.
|
|
|
|
- name: Run Tox Tests
|
|
shell: |
|
|
set -xe;
|
|
tox -e {{ tox_envlist }}
|
|
args:
|
|
chdir: "{{ zuul.project.src_dir }}"
|
|
environment:
|
|
DECKHAND_IMAGE: "{{ deckhand_image_id.stdout }}"
|