summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2020-07-23 16:21:51 -0700
committerJames E. Blair <jeblair@redhat.com>2020-07-23 16:23:10 -0700
commitc50346cc152fba24c5b499b8348ad8d825ced63d (patch)
tree72957c50c934cc4c9ce515b47fe485680b731b87 /.zuul.yaml
parent0437e4a43d95009d75ea8430be01d16740c28f38 (diff)
downloadzuul-c50346cc152fba24c5b499b8348ad8d825ced63d.tar.gz
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
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index eb81c4ddd..7494d9eca 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