-
Task
-
Resolution: Done
-
Major
-
2.11.0.GA
-
None
-
False
-
False
-
undefined
-
Because Che and CRW are still embedding references to the che/CRW builds of DWO (not the DWO CPaaS build in RHEC), we need this build to keep working:
21:33:33 21:33:33 STEP 11: COMMIT codeready-workspaces-devworkspace-controller:bootstrap 21:34:01 21:34:01 --> c426f8d16d1 21:34:01 21:34:01 Successfully tagged localhost/codeready-workspaces-devworkspace-controller:bootstrap 21:34:05 21:34:05 c426f8d16d143940ae0548454687159a6526cc4d9c831197000d4fb7ae09253b 21:34:05 21:34:05 tar: Removing leading `/' from member names 21:34:07 21:34:07 The following paths are ignored by one of your .gitignore files: 21:34:07 21:34:07 codeready-workspaces-devworkspace-controller/vendor 21:34:07 21:34:07 hint: Use -f if you really want to add them. 21:34:07 21:34:07 hint: Turn this message off by running 21:34:07 21:34:07 hint: "git config advice.addIgnoredFile false" 21:34:08 21:34:08 /mnt/hudson_workspace/workspace/CRW_CI/crw-devworkspace-controller_2.11/targetdwn/codeready-workspaces-devworkspace-controller 21:34:08 21:34:08 Collected vendor/ folder - don't forget to commit it and sync it downstream 21:34:10 21:34:10 Untagged: localhost/codeready-workspaces-devworkspace-controller:bootstrap 21:34:10 21:34:10 Deleted: c426f8d16d143940ae0548454687159a6526cc4d9c831197000d4fb7ae09253b
then
21:34:10 21:34:10 jq: error (at <stdin>:0): Cannot iterate over null (null) 21:34:10 21:34:10 jq: error (at <stdin>:0): Cannot iterate over null (null) 21:34:11 21:34:11 jq: error (at <stdin>:0): Cannot iterate over null (null) 21:34:11 21:34:11 Converted (yq #2) deploy/deployment/openshift/objects/devworkspace-controller-manager.Deployment.yaml 21:34:11 21:34:11 [INFO] sync.sh :: * .spec.template.spec.containers[].image: registry.redhat.io/codeready-workspaces/devworkspace-controller-rhel8:2.11 21:34:11 21:34:11 jq: error (at <stdin>:0): Cannot iterate over null (null)
If we no longer need this build, then we can instead look at replacing references to the crw dwo image here:
- https://github.com/redhat-developer/codeready-workspaces-images/blob/crw-2-rhel-8/codeready-workspaces-operator/build/scripts/sync-che-operator-to-crw-operator.sh#L64
- https://github.com/redhat-developer/codeready-workspaces-images/blob/crw-2-rhel-8/codeready-workspaces-operator-metadata/build/scripts/sync-che-operator-to-crw-operator.sh#L64
- https://github.com/redhat-developer/codeready-workspaces-images/blob/crw-2-rhel-8/codeready-workspaces-operator-metadata/build/scripts/sync-che-olm-to-crw-olm.sh#L93
And then we can disable & deprecate the crw-devworkspace-controller_2.* jobs.
- is related to
-
CRW-2137 CRW Operator should not manage DWO resources
- Resolved