fuel-ccp-ci-config/jenkins-tp/jobs/build-job-template.yaml
Éric Lemoine cd34eefdbf Simplify the test-build-{name} job template
This commit simplifies the test-build-{name} job template by
removing the "components" variable. Each change to
a fuel-ccp-* repo triggers the building of all the "build"
components of this repo. So we don't need/want to specify
the list of build components for each repo.

Change-Id: Ic8f1be10da014d59a98818ae1f6300f088969924
2016-09-06 17:45:21 +02:00

19 lines
357 B
YAML

#
# Template used to execute tox tests
#
- job-template:
name: test-build-{name}
builders:
- get-from-zuul-container
- build-image:
name: '{name}'
repos: '{repos}'
concurrent: true
description: |
Test build {name} image job
node: standard
wrappers:
- ng-cleanup
triggers:
- zuul