project-config/jenkins/jobs/storlets.yaml
Andreas Jaeger 34b99b95d6 Switch to xenial: storlets
Change functional job for xenial: Run older branches on trusty, newton
and newer on xenial.

Change-Id: Ib3c6613c8ac97da61722a52a1d62a9cfc49b89a9
2016-12-06 21:15:18 +01:00

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