From c50346cc152fba24c5b499b8348ad8d825ced63d Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 23 Jul 2020 16:21:51 -0700 Subject: [PATCH] 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 --- .zuul.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index eb81c4ddd8..7494d9eca2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -215,18 +215,16 @@ name: zuul-build-python-release parent: build-python-release pre-run: playbooks/release/pre.yaml - vars: &zuul_build_vars - release_python: python3 - job: name: zuul-release-python parent: opendev-release-python pre-run: playbooks/release/pre.yaml - vars: *zuul_build_vars - project: vars: node_version: 14 + release_python: python3 check: jobs: - zuul-build-image