project-config/jenkins/jobs/kolla.yaml
Steven Dake 39953c80f1 kolla: Remove kolla-functional-f21 job
Remove the kolla-functional-f21 job because it only runs the
removed-from-kolla bash build scripts.  The build gating is now
handled by other jobs which run a Python based build tool.  As a
result, evreything related to the kolla-functoinal-f21 job can be
removed.

As stands now this check will always fail because the bash buid
scripts are completely removed  from the kolla repo and this check
job depends on these removed bash build scripts.

Change-Id: I4de8fb52c6a32b6999f6be4112fa0b76e9f0ac42
2015-09-02 14:01:52 -07:00

21 lines
396 B
YAML

- job-template:
name: '{pipeline}-kolla-build-images-{distro}-{type}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 60
- timestamps
builders:
- link-logs
- net-info
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
tests/setup_gate.sh
tox -e images-{distro}-{type}
publishers:
- console-log