noggin: allow triggering rollout/build on demand

This commit is contained in:
Francois Andrieu 2021-08-24 18:51:18 +02:00 committed by kevin
parent b4a2487335
commit 9d55198d01
2 changed files with 24 additions and 12 deletions

View file

@ -109,10 +109,16 @@
template: deploymentconfig.yml
objectname: deploymentconfig.yml
# - role: openshift/start-build
# app: noggin-centos
# buildname: noggin
- role: openshift/start-build
app: noggin-centos
buildname: noggin
tags:
- never
- build
# - role: openshift/rollout
# app: noggin-centos
# dcname: noggin
- role: openshift/rollout
app: noggin-centos
dcname: noggin
tags:
- never
- rollout

View file

@ -102,10 +102,16 @@
template: deploymentconfig.yml
objectname: deploymentconfig.yml
# - role: openshift/start-build
# app: noggin
# buildname: noggin
- role: openshift/start-build
app: noggin
buildname: noggin
tags:
- never
- build
# - role: openshift/rollout
# app: noggin
# dcname: noggin
- role: openshift/rollout
app: noggin
dcname: noggin
tags:
- never
- rollout