Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-107

Kogito Operator is not reconciling builds

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 0.5.0
    • 0.2.0
    • Operator
    • None
    • 2019 Week 35-37, 2019 Week 38-40 (from Sep 16)

      When a modification on the following strucuture is made, the Operator should update it's build configurations and start a new build right away:

      spec:
        build:
          gitSource:
            uri: https://github.com/kiegroup/kogito-examples
            contextDir: jbpm-quarkus-example
      

      It's not happening, this part of the code is commented:

      	/*
      
      		bcUpdated, err := r.updateBuildConfigs(instance, buildConfig)
      		if err != nil {
      			return reconcile.Result{}, err
      		}
      		if bcUpdated && status.SetProvisioning(instance) {
      			return r.UpdateObj(instance)
      		}
      	*/
      
      

              xiezhang@redhat.com Xieshen Zhang
              rhn-support-zanini Ricardo Zanini
              Karel Suta Karel Suta
              Karel Suta Karel Suta
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: