88211997df
- part of replacing puppet deployment with ansible and docker-compose - current change tests container building Change-Id: Id70f156e63751ebd14908cc5da969e964f63645b Story: TRIPLEOCI-177
39 lines
962 B
YAML
39 lines
962 B
YAML
---
|
|
- project:
|
|
templates:
|
|
- openstack-python36-jobs
|
|
- openstack-python37-jobs
|
|
- openstack-python38-jobs
|
|
- publish-tox-docs-infra
|
|
check:
|
|
jobs:
|
|
- elastic-recheck-container
|
|
- elastic-recheck-tox-queries:
|
|
voting: false
|
|
- openstack-tox-linters
|
|
gate:
|
|
jobs:
|
|
- elastic-recheck-container
|
|
- openstack-tox-linters
|
|
|
|
- job:
|
|
name: elastic-recheck-tox-queries
|
|
parent: tox
|
|
description: |
|
|
Run test for elastic-recheck project.
|
|
|
|
Uses tox with the ``queries`` environment.
|
|
vars:
|
|
tox_envlist: queries
|
|
|
|
- job:
|
|
name: elastic-recheck-container
|
|
parent: opendev-build-docker-image
|
|
description: Build container images for elastic-recheck service
|
|
vars:
|
|
zuul_work_dir: src/opendev.org/opendev/elastic-recheck
|
|
docker_images:
|
|
- context: .
|
|
repository: opendevorg/elastic-recheck
|
|
target: elastic-recheck
|