Deprecated js-test build.
StoryBoard and Merlin now use npm-run to handle their tests. Vinz has no code, and therefore doesn't need these builds. Change-Id: Ib94ea36e83d06d849ff0ce5f7131fe54c014d7c6
This commit is contained in:
parent
12e66955bd
commit
90072bc904
@ -35,41 +35,6 @@
|
||||
copy-after-failure: true
|
||||
node: '{node}'
|
||||
|
||||
# Runs Grunt Tests. To use this build, your Gruntfile must declare
|
||||
# a target named test:{name}, such as test:unit, test:integration, or
|
||||
# test:functional
|
||||
- job-template:
|
||||
name: 'gate-{name}-js-test-{test-type}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 40
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- npm-install
|
||||
- xvfb-install
|
||||
- chrome-install
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- js-build:
|
||||
command: 'test:{test-type}'
|
||||
envlist: 'grunt'
|
||||
project: '{name}'
|
||||
- assert-no-extra-files
|
||||
|
||||
publishers:
|
||||
- console-log
|
||||
- coverage-log
|
||||
- scp:
|
||||
site: 'static.openstack.org'
|
||||
files:
|
||||
- target: 'logs/$LOG_PATH'
|
||||
source: 'reports/**'
|
||||
keep-hierarchy: true
|
||||
copy-after-failure: true
|
||||
node: '{node}'
|
||||
|
||||
# Builds a draft application and uploads it to docs-draft. To use this build,
|
||||
# your Gruntfile must declare a target named "build:draft"
|
||||
- job-template:
|
||||
|
@ -3065,12 +3065,6 @@
|
||||
command: 'test-functional'
|
||||
- 'gate-{name}-npm-run-{command}':
|
||||
command: 'test-integration'
|
||||
- 'gate-{name}-js-test-{test-type}':
|
||||
test-type: 'unit'
|
||||
- 'gate-{name}-js-test-{test-type}':
|
||||
test-type: 'functional'
|
||||
- 'gate-{name}-js-test-{test-type}':
|
||||
test-type: 'integration'
|
||||
- gate-{name}-js-draft
|
||||
- '{name}-js-release-{branch-designator}':
|
||||
branch-designator: 'master'
|
||||
@ -3126,12 +3120,6 @@
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- 'gate-{name}-js-test-{test-type}':
|
||||
test-type: 'unit'
|
||||
- 'gate-{name}-js-test-{test-type}':
|
||||
test-type: 'functional'
|
||||
- 'gate-{name}-js-test-{test-type}':
|
||||
test-type: 'integration'
|
||||
- gate-{name}-js-draft
|
||||
- '{name}-js-release-{branch-designator}':
|
||||
branch-designator: 'master'
|
||||
|
@ -4720,9 +4720,6 @@ projects:
|
||||
- gate-storyboard-webclient-npm-run-test-unit
|
||||
- gate-storyboard-webclient-npm-run-test-functional
|
||||
- gate-storyboard-webclient-npm-run-test-integration
|
||||
- gate-storyboard-webclient-js-test-unit
|
||||
- gate-storyboard-webclient-js-test-integration
|
||||
- gate-storyboard-webclient-js-test-functional
|
||||
- gate-storyboard-webclient-js-draft
|
||||
- check-storyboard-js-integration
|
||||
gate:
|
||||
@ -4730,9 +4727,6 @@ projects:
|
||||
- gate-storyboard-webclient-npm-run-test-unit
|
||||
- gate-storyboard-webclient-npm-run-test-functional
|
||||
- gate-storyboard-webclient-npm-run-test-integration
|
||||
- gate-storyboard-webclient-js-test-unit
|
||||
- gate-storyboard-webclient-js-test-integration
|
||||
- gate-storyboard-webclient-js-test-functional
|
||||
post:
|
||||
- storyboard-webclient-js-release-branch
|
||||
release:
|
||||
@ -4790,14 +4784,7 @@ projects:
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-vinz-webclient-js-test-unit
|
||||
- gate-vinz-webclient-js-test-integration
|
||||
- gate-vinz-webclient-js-test-functional
|
||||
- gate-vinz-webclient-js-draft
|
||||
gate:
|
||||
- gate-vinz-webclient-js-test-unit
|
||||
- gate-vinz-webclient-js-test-integration
|
||||
- gate-vinz-webclient-js-test-functional
|
||||
post:
|
||||
- vinz-webclient-js-release-branch
|
||||
release:
|
||||
|
Loading…
x
Reference in New Issue
Block a user