Enable Selenium tests for stackforge/tuskar-ui-extras
As requested, move the selenium job to a template. Change-Id: I95b870ddd305cb1e6da9138d7c92521abd4c7b97
This commit is contained in:
parent
2c8df56ff1
commit
9645f3fe96
@ -1,15 +1,3 @@
|
||||
- job:
|
||||
name: gate-horizon-selenium
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- selenium
|
||||
|
||||
publishers:
|
||||
- console-log
|
||||
|
||||
- job:
|
||||
name: gate-horizon-python27-django14
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -212,7 +212,7 @@
|
||||
- python-icehouse-bitrot-jobs
|
||||
- python-juno-bitrot-jobs
|
||||
- openstack-publish-jobs
|
||||
|
||||
- gate-{name}-selenium
|
||||
|
||||
- project:
|
||||
name: ironic
|
||||
@ -1543,6 +1543,7 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- gate-{name}-selenium
|
||||
|
||||
########################################################################
|
||||
# Section: OpenStack API projects
|
||||
@ -4094,6 +4095,7 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- gate-{name}-selenium
|
||||
|
||||
- project:
|
||||
name: vmware-nsx
|
||||
|
11
jenkins/jobs/selenium.yaml
Normal file
11
jenkins/jobs/selenium.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
- job-template:
|
||||
name: 'gate-{name}-selenium'
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- selenium
|
||||
|
||||
publishers:
|
||||
- console-log
|
@ -1,15 +1,3 @@
|
||||
- job:
|
||||
name: gate-tuskar-ui-selenium
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- selenium
|
||||
|
||||
publishers:
|
||||
- console-log
|
||||
|
||||
- job:
|
||||
name: gate-tuskar-ui-jshint
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -5765,9 +5765,11 @@ projects:
|
||||
check:
|
||||
- gate-tuskar-ui-extras-pep8
|
||||
- gate-tuskar-ui-extras-python27
|
||||
- gate-tuskar-ui-extras-selenium
|
||||
gate:
|
||||
- gate-tuskar-ui-extras-pep8
|
||||
- gate-tuskar-ui-extras-python27
|
||||
- gate-tuskar-ui-extras-selenium
|
||||
post:
|
||||
- tuskar-ui-extras-branch-tarball
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user