Commit Graph

4 Commits

Author SHA1 Message Date
Sagi Shnaidman 0977f8502d Big clean of tripleo-ci
Change-Id: Iff0350a1fff1057d1de924f05693258445da9c37
2020-01-22 18:37:04 +02:00
Sorin Sbarnea ed27a979d5 Adopt use of pre-commit linting
Follows the same configuration that was used on
tripleo-quickstart-extras and documented use on tripleo-docs.

Change-Id: Iba8a2db92137f9f6ad28f498627eb1b87039d99f
Story: https://tree.taiga.io/project/tripleo-ci-board/task/381
2018-12-14 15:50:06 +00:00
Sagi Shnaidman 1e0099dc0b Fix periodic jobs release detection
If periodic job, than use consistent-$release var for setting
consistent repos for job.
Use PERIODIC variable instead of CACHEUPLOAD.

Change-Id: Icea46e38b487cddc876f2a4a2d44b1aa8e45dfed
2017-06-20 16:59:58 +03:00
Sagi Shnaidman 2b18e6617c Make decision wheter to build images in CI or not
Instead of using canusecache function, make a script that could
be used by quickstart to determine quickly if we need to build
image or download ready from mirror server.
Usages:
    - bash: if $(to_build); then ...
    - ansible: when: {{ lookup('pipe', 'path/to/to_build')|bool }}

Change-Id: Id5aefcf588ef984be6de07e4c7e76b5a4c5e93ad
2017-03-06 21:40:55 +02:00