Merge "fetch-javascript-tarball: introduce zuul_use_fetch_output"
This commit is contained in:
@@ -7,6 +7,26 @@
|
||||
vars:
|
||||
role_name: install-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
|
||||
@@ -16,5 +36,7 @@
|
||||
check:
|
||||
jobs: &id001
|
||||
- zuul-jobs-test-install-nodejs
|
||||
- zuul-jobs-test-fetch-javascript-tarball
|
||||
- zuul-jobs-test-fetch-javascript-tarball-synchronize
|
||||
gate:
|
||||
jobs: *id001
|
||||
|
||||
Reference in New Issue
Block a user