Use project vars for release_python

They are cool and they can help avoid problems like we just saw in
nodepool.  This updates to match.

Change-Id: I3191b8ba7f96151b6b9178f39bf48ededa4a00ee
This commit is contained in:
James E. Blair 2020-07-23 16:21:51 -07:00
parent 0437e4a43d
commit c50346cc15
1 changed files with 1 additions and 3 deletions

View File

@ -215,18 +215,16 @@
name: zuul-build-python-release name: zuul-build-python-release
parent: build-python-release parent: build-python-release
pre-run: playbooks/release/pre.yaml pre-run: playbooks/release/pre.yaml
vars: &zuul_build_vars
release_python: python3
- job: - job:
name: zuul-release-python name: zuul-release-python
parent: opendev-release-python parent: opendev-release-python
pre-run: playbooks/release/pre.yaml pre-run: playbooks/release/pre.yaml
vars: *zuul_build_vars
- project: - project:
vars: vars:
node_version: 14 node_version: 14
release_python: python3
check: check:
jobs: jobs:
- zuul-build-image - zuul-build-image