Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-3174

Update DWO together with DS in update-ds test pipeline

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Critical Critical
    • 3.1.0.GA
    • 3.1.0.GA
    • testing
    • None
    • False
    • None
    • False

      So that DS 3.1.0 depends on DWO 0.15.2, it's needed to update DWO 0.14 to DWO 0.15.2 in update-ds before update of DS from 3.0.0 to 3.1.0.

      An example: https://gitlab.cee.redhat.com/codeready-workspaces/crw-jenkins/-/blob/master/jobs/Testing/e2e/basic/install-ds.jenkinsfile#L96-118

      Possible solution:

              stage("Update DWO") {
                  steps {
                      script {
                          echo "Update DWO CatalogSource"
                          String dwoCatalogSource = openshiftUtil.applyDwoOsbsCatalogSource(ocpVersion.toString(), "fast")
                          dwoUtil.updateDwo(dwoCatalogSource, "fast")
                      }
                  }
              }
      

              oshmarai Shmaraiev Oleksandr
              dnochevn Dmytro Nochevnov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: