#1282 openshift-apps: remove build step from a few apps
Merged a year ago by jlebon. Opened a year ago by dustymabe.
fedora-infra/ dustymabe/ansible dusty-donot-build  into  main

@@ -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

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.

Pull-Request has been merged by jlebon

a year ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci