ac72b44911
The old role will be kept and include ensure-nodejs for backwards-compatability. Change-Id: Ib4cf74d6c1e8774f6fc37d6a30f690eb8f9f3d08
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
- job:
|
|
name: zuul-jobs-test-ensure-nodejs
|
|
description: Test the ensure-nodejs role
|
|
files:
|
|
- roles/ensure-nodejs/.*
|
|
run: test-playbooks/simple-role-test.yaml
|
|
vars:
|
|
role_name: ensure-nodejs
|
|
|
|
|
|
- job:
|
|
name: zuul-jobs-test-fetch-javascript-tarball
|
|
description: Test the fetch-javascript-tarball
|
|
files:
|
|
- roles/fetch-javascript-tarball/.*
|
|
- roles/fetch-output/.*
|
|
run: test-playbooks/javascripts/fetch-javascript-tarball.yaml
|
|
vars:
|
|
zuul_use_fetch_output: true
|
|
|
|
- job:
|
|
name: zuul-jobs-test-fetch-javascript-tarball-synchronize
|
|
description: Test the fetch-javascript-tarball without fetch-output
|
|
files:
|
|
- roles/fetch-javascript-tarball/.*
|
|
run: test-playbooks/javascripts/fetch-javascript-tarball.yaml
|
|
vars:
|
|
zuul_use_fetch_output: false
|
|
|
|
# -* AUTOGENERATED *-
|
|
# The following project section is autogenerated by
|
|
# tox -e update-test-platforms
|
|
# Please re-run to generate new job lists
|
|
|
|
- project:
|
|
check:
|
|
jobs: &id001
|
|
- zuul-jobs-test-ensure-nodejs
|
|
- zuul-jobs-test-fetch-javascript-tarball
|
|
- zuul-jobs-test-fetch-javascript-tarball-synchronize
|
|
gate:
|
|
jobs: *id001
|