openshift-apps: remove build step from a few apps
Everytime we run the playbook a new build kicks off, but the app was just restarted. So what happens is we end up with the app getting started twice (once when the deploymentconfig gets updated and once when the build finishes). This could be bad if the app has some startup steps that need to not be interrupted. Let's just manually trigger builds since we have the permissions to do that in the web interface and via the CLI.
This commit is contained in:
parent
2f42b33462
commit
caf71e42b7
2 changed files with 0 additions and 10 deletions
|
@ -82,11 +82,6 @@
|
|||
template: buildconfig.yml
|
||||
objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/start-build
|
||||
app: coreos-ostree-importer
|
||||
buildname: coreos-ostree-importer-build
|
||||
objectname: coreos-ostree-importer-build
|
||||
|
||||
- role: openshift/object
|
||||
app: coreos-ostree-importer
|
||||
template: deploymentconfig.yml
|
||||
|
|
|
@ -27,11 +27,6 @@
|
|||
template: buildconfig.yml
|
||||
objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/start-build
|
||||
app: fedora-ostree-pruner
|
||||
buildname: fedora-ostree-pruner-build
|
||||
objectname: fedora-ostree-pruner-build
|
||||
|
||||
- role: openshift/object
|
||||
app: fedora-ostree-pruner
|
||||
template: deploymentconfig.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue