
This is a clean up change but mostly to trigger Zuul to do the GitHub mirroring for that repository. Change-Id: I23721a5211cf9f36df39d036ba8ba45a6571f6f6
16 lines
267 B
YAML
16 lines
267 B
YAML
- job:
|
|
name: generate-test-images
|
|
parent: tox
|
|
description: |
|
|
Build sample images with "tox"
|
|
vars:
|
|
tox_envlist: generate
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- generate-test-images
|
|
gate:
|
|
jobs:
|
|
- generate-test-images
|