34b99b95d6
Change functional job for xenial: Run older branches on trusty, newton and newer on xenial. Change-Id: Ib3c6613c8ac97da61722a52a1d62a9cfc49b89a9
16 lines
314 B
YAML
16 lines
314 B
YAML
- job-template:
|
|
name: 'gate-storlets-functional-{node}'
|
|
node: '{node}'
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- install-distro-packages
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
tests/setup_functional_test.sh
|
|
tox -e func
|
|
|
|
publishers:
|
|
- test-results
|
|
- console-log
|