zuul-jobs/test-playbooks/container/test-build-container-image-release-pre.yaml
James E. Blair c713ed7a55 Add test-build-container-image-release job
Add a job that tests the build-container-image role as it would be
used in a tag-based release pipeline (as opposed to check or
gate+promote).

Also, correct an issue in the role where we assumed zuul.change
existed.

Change-Id: If2566764a52726ce45fff9b5e96ce9a42d513d8d
2020-06-12 08:41:48 -07:00

6 lines
126 B
YAML

- hosts: all
tasks:
- name: Install container system
include_role:
name: "ensure-{{ container_command }}"