Remove ignored success-url job attribute
Since Zuul 4.7.0: > The following attributes are now ignored: > > * The ``report-build-page`` tenant configuration setting. > * The ``success-url`` job attribute. > * The ``failure-url`` job attribute. Remove `success-url` from all jobs. Change-Id: I66a03cbf2939d95f31781e7e1ff332699a752f99
This commit is contained in:
parent
6054680b60
commit
7948760ffb
@ -348,7 +348,6 @@
|
|||||||
# parenting on tox-docs as we need builded docs first and also this is
|
# parenting on tox-docs as we need builded docs first and also this is
|
||||||
# the main use-case for this role
|
# the main use-case for this role
|
||||||
parent: tox-docs
|
parent: tox-docs
|
||||||
success-url: docs/
|
|
||||||
files:
|
files:
|
||||||
- roles/fetch-sphinx-tarball/.*
|
- roles/fetch-sphinx-tarball/.*
|
||||||
- roles/tox/library/.*
|
- roles/tox/library/.*
|
||||||
|
@ -93,7 +93,6 @@
|
|||||||
:default: dist
|
:default: dist
|
||||||
|
|
||||||
Directory, relative to zuul_work_dir, holding build content.
|
Directory, relative to zuul_work_dir, holding build content.
|
||||||
success-url: npm/html/
|
|
||||||
post-run: playbooks/javascript/tarball.yaml
|
post-run: playbooks/javascript/tarball.yaml
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
@ -191,7 +190,6 @@
|
|||||||
|
|
||||||
Path to operate in.
|
Path to operate in.
|
||||||
post-run: playbooks/tox/docs-post.yaml
|
post-run: playbooks/tox/docs-post.yaml
|
||||||
success-url: docs/
|
|
||||||
vars:
|
vars:
|
||||||
js_build_command: docs
|
js_build_command: docs
|
||||||
|
|
||||||
@ -285,7 +283,6 @@
|
|||||||
:default: dist
|
:default: dist
|
||||||
|
|
||||||
Directory, relative to zuul_work_dir, holding build content.
|
Directory, relative to zuul_work_dir, holding build content.
|
||||||
success-url: npm/html/
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: build-javascript-content-tarball
|
name: build-javascript-content-tarball
|
||||||
@ -404,6 +401,5 @@
|
|||||||
|
|
||||||
Path to operate in.
|
Path to operate in.
|
||||||
post-run: playbooks/tox/docs-post.yaml
|
post-run: playbooks/tox/docs-post.yaml
|
||||||
success-url: docs/
|
|
||||||
vars:
|
vars:
|
||||||
npm_command: docs
|
npm_command: docs
|
||||||
|
Loading…
Reference in New Issue
Block a user