Deprecated Jobs

build-javascript-tarball

Build a source tarball for a Javascript project

** DEPRECATED: Switch to build-javascript-source-tarball **

Responds to these variables:

node_version
Default: 6

The version of Node to use.

zuul_work_dir
Default: {{ zuul.project.src_dir }}

Path to operate in.

javascript_content_dir
Default: dist

Directory, relative to zuul_work_dir, holding build content.

build-javascript-content

Build javascript web content as it should be deployed.

** DEPRECATED: Please switch to build-javascript-release **

Responds to these variables:

npm_command
Default: build

Command to pass to npm.

node_version
Default: 6

The version of Node to use.

zuul_work_dir
Default: {{ zuul.project.src_dir }}

Path to operate in.

javascript_content_dir
Default: dist

Directory, relative to zuul_work_dir, holding build content.

build-javascript-content-tarball

Build an archive of javascript web content as it should be deployed.

** DEPRECATED: Please use build-javascript-deployment **

Responds to these variables:

npm_command
Default: build

Command to pass to npm.

node_version
Default: 6

The version of Node to use.

zuul_work_dir
Default: {{ zuul.project.src_dir }}

Path to operate in.

javascript_content_dir
Default: dist

Directory, relative to zuul_work_dir, holding build content.

create_tarball_directory

Create a tarball with the contents of create_tarball_directory (relative to zuul_work_dir).

nodejs-npm

Base job for javascript operations using npm. ** DEPRECATED: Switch to js-build **

Responds to these variables:

npm_command
Default: build

Command to pass to npm.

node_version
Default: 6

The version of Node to use.

zuul_work_dir
Default: {{ zuul.project.src_dir }}

Path to operate in.

javascript_content_dir
Default: dist

Directory, relative to zuul_work_dir, holding build content.

nodejs-npm-run-test

Run test using nodejs. This test also starts Xvfb for run time tests.

** DEPRECATED: Please switch to nodejs-run-test **

Responds to these variables:

node_version
:default: 6

The version of Node to use.

zuul_work_dir
Default: {{ zuul.project.src_dir }}

Path to operate in.

javascript_content_dir
Default: dist

Directory, relative to zuul_work_dir, holding build content.

nodejs-npm-run-lint

Run lint using nodejs.

** DEPRECATED: Please switch to nodejs-run-lint **

Responds to these variables:

node_version
Default: 6

The version of Node to use.

zuul_work_dir
Default: {{ zuul.project.src_dir }}

Path to operate in.

javascript_content_dir
Default: dist

Directory, relative to zuul_work_dir, holding build content.

nodejs-npm-run-docs

Run docs using nodejs.

** DEPRECATED: Please switch to nodejs-run-docs **

Responds to these variables:

npm_executable
Default: autodetected

Command to use for running npm, such as npm or yarn.

node_version
Default: 6

The version of Node to use.

zuul_work_dir
Default: {{ zuul.project.src_dir }}

Path to operate in.

tox-py34

Run unit tests for a Python project under cPython version 3.4.

Uses tox with the py34 environment.

Changes to the zuul-jobs collection are no longer regression tested with Python 3.4, but this job definition is being retained for backward compatibility.

tox-py35

Run unit tests for a Python project under cPython version 3.5.

Uses tox with the py35 environment.

Changes to the zuul-jobs collection are no longer regression tested with Python 3.5, but this job definition is being retained for backward compatibility.