- job-template: name: 'gate-{type}-tests' project-type: freestyle defaults: global description: "This job is managed by Jenkins Job Builder, do not edit it through WebUI.\ \n
Please use this repository to make changes: https://git.openstack.org/stackforge/sahara-ci-config\ \n
Title: Tests for Sahara dashboard
\
\nDescription: This job installs Sahara-dashboard and run selenium tests.
\
\nMaintainer: Vadim Rovachev
"
node: ui-neutron
disabled: false
concurrent: false
properties:
- zeromq-event
builders:
- gerrit-git-prep
- shell: |
git clone https://git.openstack.org/stackforge/sahara-ci-config
FUNCTION_PATH=sahara-ci-config/slave-scripts ./sahara-ci-config/slave-scripts/gate-ui-tests.sh
publishers:
- console-log
- workspace-cleanup:
dirmatch: true
fail-build: false
clean-if:
- success: true
- not-built: true
- unstable: true
- failure: true
- aborted: true
- trigger-cleanup
- project:
name: sahara-dashboard
github-org: openstack
type:
- ui
- uitests
jobs:
- 'gate-{type}-tests'