Update releasenotes publish job
The build job was modified to not use tox in I56909152975f731a9d2c21b2825b972195e48ee8. Fix up the argument and don't try to get the tox output that won't exist any more. Change-Id: I0b470df7b5e9c772a36f25a549a46f059be3a41b
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- role: fetch-tox-output
|
||||
tox_envlist: releasenotes
|
||||
- role: write-root-marker
|
||||
root_marker_dir: "{{ zuul.project.src_dir }}/releasenotes/build/html/"
|
||||
when: zuul_success | bool
|
||||
|
@@ -298,8 +298,7 @@
|
||||
- zuul: openstack-infra/zuul-jobs
|
||||
- zuul: openstack-infra/openstack-zuul-jobs
|
||||
vars:
|
||||
tox_constraints_file: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt'
|
||||
tox_envlist: releasenotes
|
||||
constraints_file: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt'
|
||||
secrets:
|
||||
- secret: afsdocs_secret
|
||||
name: afs
|
||||
|
Reference in New Issue
Block a user