Openshift: don't systematically build on ansible playbook run
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
1875a0a0dc
commit
e2ba0bc31a
31 changed files with 92 additions and 1 deletions
|
@ -31,6 +31,9 @@
|
|||
start_build_app: asknot
|
||||
start_build_buildname: asknot-build
|
||||
start_build_objectname: asknot-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: asknot
|
||||
|
|
|
@ -137,3 +137,6 @@
|
|||
start_build_app: blockerbugs
|
||||
start_build_buildname: blockerbugs-build
|
||||
start_build_objectname: blockerbugs-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
|
|
@ -108,6 +108,9 @@
|
|||
- role: openshift/start-build
|
||||
start_build_app: bodhi
|
||||
start_build_buildname: bodhi-base
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
- role: openshift/object
|
||||
object_app: bodhi
|
||||
object_template_fullpath: "{{roles_path}}/bodhi2/base/templates/configmap.yml"
|
||||
|
|
|
@ -125,6 +125,9 @@
|
|||
start_build_app: cloud-image-uploader
|
||||
start_build_buildname: cloud-image-uploader-build
|
||||
start_build_objectname: cloud-image-uploader-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: cloud-image-uploader
|
||||
|
|
|
@ -39,6 +39,9 @@
|
|||
start_build_app: compose-tracker
|
||||
start_build_buildname: compose-tracker-build
|
||||
start_build_objectname: compose-tracker-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: compose-tracker
|
||||
|
|
|
@ -53,6 +53,9 @@
|
|||
start_build_app: coreos-koji-tagger
|
||||
start_build_buildname: coreos-koji-tagger-build
|
||||
start_build_objectname: coreos-koji-tagger-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: coreos-koji-tagger
|
||||
|
|
|
@ -103,6 +103,9 @@
|
|||
# - role: openshift/start-build
|
||||
# start_build_app: datagrepper
|
||||
# start_build_buildname: datagrepper
|
||||
# tags:
|
||||
# - never
|
||||
# - build
|
||||
|
||||
# - role: openshift/rollout
|
||||
# rollout_app: datagrepper
|
||||
|
|
|
@ -40,6 +40,9 @@
|
|||
- role: openshift/start-build
|
||||
start_build_app: docsbuilding
|
||||
start_build_buildname: builder-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: docsbuilding
|
||||
|
|
|
@ -46,6 +46,9 @@
|
|||
vars:
|
||||
start_build_app: docstranslation
|
||||
start_build_buildname: docstranslation-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- name: Define secrets
|
||||
ansible.builtin.include_role:
|
||||
|
|
|
@ -96,6 +96,9 @@
|
|||
start_build_app: elections
|
||||
start_build_buildname: elections-build
|
||||
start_build_objectname: elections-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: elections
|
||||
|
|
|
@ -113,6 +113,9 @@
|
|||
# - role: openshift/start-build
|
||||
# start_build_app: fasjson
|
||||
# start_build_buildname: fasjson
|
||||
# tags:
|
||||
# - never
|
||||
# - build
|
||||
|
||||
# - role: openshift/rollout
|
||||
# rollout_app: noggin
|
||||
|
|
|
@ -62,6 +62,9 @@
|
|||
start_build_app: fedocal
|
||||
start_build_buildname: fedocal-build
|
||||
start_build_objectname: fedocal-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: fedocal
|
||||
|
|
|
@ -41,6 +41,9 @@
|
|||
start_build_app: fedora-packages-static
|
||||
start_build_buildname: fedora-packages-static-build
|
||||
start_build_objectname: fedora-packages-static-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: fedora-packages-static
|
||||
|
|
|
@ -48,6 +48,9 @@
|
|||
start_build_app: flatpak-indexer
|
||||
# This will trigger the main build via a imageChange trigger
|
||||
start_build_buildname: flatpak-indexer-tardiff-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: flatpak-indexer
|
||||
|
|
|
@ -127,3 +127,6 @@
|
|||
start_build_app: kanban
|
||||
start_build_buildname: kanban-build
|
||||
start_build_objectname: kanban-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
|
|
@ -30,6 +30,9 @@
|
|||
- role: openshift/start-build
|
||||
start_build_app: languages
|
||||
start_build_buildname: build-latest
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: languages
|
||||
|
|
|
@ -94,6 +94,9 @@
|
|||
start_build_app: maubot
|
||||
start_build_buildname: maubot-build
|
||||
start_build_objectname: maubot-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: maubot
|
||||
|
|
|
@ -70,6 +70,9 @@
|
|||
start_build_app: mdapi
|
||||
start_build_buildname: mdapi-build
|
||||
start_build_objectname: mdapi-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: mdapi
|
||||
|
|
|
@ -134,6 +134,9 @@
|
|||
- role: openshift/start-build
|
||||
start_build_app: messaging-bridges
|
||||
start_build_buildname: messaging-bridges-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: messaging-bridges
|
||||
|
|
|
@ -84,7 +84,8 @@
|
|||
start_build_buildname: monitor-gating-build
|
||||
start_build_objectname: monitor-gating-build
|
||||
tags:
|
||||
- build
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: monitor-gating
|
||||
|
|
|
@ -96,6 +96,9 @@
|
|||
start_build_app: mote
|
||||
start_build_buildname: mote
|
||||
start_build_objectname: mote
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
#
|
||||
###############################################
|
||||
|
|
|
@ -70,6 +70,9 @@
|
|||
- role: openshift/start-build
|
||||
start_build_app: openvpn
|
||||
start_build_buildname: openvpn
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
###############################################
|
||||
# actions to delete the project from OpenShift
|
||||
|
|
|
@ -126,3 +126,6 @@
|
|||
start_build_app: oraculum
|
||||
start_build_buildname: packager-dashboard-build
|
||||
start_build_objectname: packager-dashboard-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
|
|
@ -45,6 +45,9 @@
|
|||
- role: openshift/start-build
|
||||
start_build_app: release-monitoring
|
||||
start_build_buildname: release-monitoring-web-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
- role: openshift/object
|
||||
object_app: release-monitoring
|
||||
object_template: configmap.yml
|
||||
|
|
|
@ -36,6 +36,9 @@
|
|||
- role: openshift/start-build
|
||||
start_build_app: review-stats
|
||||
start_build_buildname: builder-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
- role: openshift/object
|
||||
object_app: review-stats
|
||||
object_template: cron.yml
|
||||
|
|
|
@ -103,3 +103,6 @@
|
|||
start_build_app: testdays
|
||||
start_build_buildname: testdays-build
|
||||
start_build_objectname: testdays-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
|
|
@ -87,6 +87,9 @@
|
|||
start_build_app: the-new-hotness
|
||||
start_build_buildname: the-new-hotness-build
|
||||
start_build_objectname: the-new-hotness-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: the-new-hotness
|
||||
|
|
|
@ -118,3 +118,6 @@
|
|||
start_build_app: toddlers
|
||||
start_build_buildname: toddlers-build
|
||||
start_build_objectname: toddlers-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
- role: openshift/start-build
|
||||
start_build_app: transtats
|
||||
start_build_buildname: transtats-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
- role: openshift/object
|
||||
object_app: transtats
|
||||
object_file: service.yml
|
||||
|
|
|
@ -39,6 +39,9 @@
|
|||
start_build_app: websites
|
||||
start_build_buildname: fedora-websites
|
||||
start_build_objectname: fedora-websites
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: websites
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
- role: openshift/start-build
|
||||
start_build_app: zezere
|
||||
start_build_buildname: zezere-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
- role: openshift/object
|
||||
object_app: zezere
|
||||
object_file: service.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue