-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start workspace from default devfile on private repository SSH url (#… #1290
Conversation
…1286) Remove the Devfile resolve from a privatre repositry via an SSH url is not supported warning and start workspace from the default devfile in this case.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vinokurig The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1290 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1290", name: che-dashboard}]}}]" |
Build 3.18 :: dashboard_3.18/5: Console, Changes, Git Data |
Build 3.18 :: sync-to-downstream_3.18/305: Console, Changes, Git Data |
Build 3.18 :: push-latest-container-to-quay_3.18/18: Console, Changes, Git Data |
Build 3.18 :: get-sources-rhpkg-container-build_3.18/306: dashboard : 3.18 :: Build 66331169 : quay.io/devspaces/dashboard-rhel9:3.18-3 |
Build 3.18 :: update-digests_3.18/264: Console, Changes, Git Data |
Build 3.18 :: dashboard_3.18/5: Upstream sync done; /DS_CI/sync-to-downstream_3.18/305 triggered |
Build 3.18 :: operator-bundle_3.18/264: Console, Changes, Git Data |
Build 3.18 :: sync-to-downstream_3.18/308: Console, Changes, Git Data |
Build 3.18 :: get-sources-rhpkg-container-build_3.18/309: devspaces-operator-bundle : 3.18 :: Failed in 66332140 : BREW:BUILD/STATUS:UNKNOWN |
Build 3.18 :: dashboard_3.18/6: Console, Changes, Git Data |
Build 3.18 :: sync-to-downstream_3.18/336: Console, Changes, Git Data |
Build 3.18 :: push-latest-container-to-quay_3.18/24: Console, Changes, Git Data |
Build 3.18 :: get-sources-rhpkg-container-build_3.18/344: dashboard : 3.18 :: Build 66361608 : quay.io/devspaces/dashboard-rhel9:3.18-4 |
Build 3.18 :: dashboard_3.18/6: Upstream sync done; /DS_CI/sync-to-downstream_3.18/336 triggered |
Build 3.18 :: update-digests_3.18/298: Console, Changes, Git Data |
Build 3.18 :: operator-bundle_3.18/289: Console, Changes, Git Data |
Build 3.18 :: sync-to-downstream_3.18/337: Console, Changes, Git Data |
Build 3.18 :: push-latest-container-to-quay_3.18/25: Console, Changes, Git Data |
Build 3.18 :: copyIIBsToQuay/2887: Console, Changes, Git Data |
Build 3.18 :: sync-to-downstream_3.18/337: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.18/345 triggered; /job/DS_CI/job/dsc_3.18 triggered; |
Build 3.18 :: operator-bundle_3.18/289: Upstream sync done; /DS_CI/sync-to-downstream_3.18/337 triggered |
Build 3.18 :: dsc_3.18/2: Console, Changes, Git Data |
Build 3.18 :: update-digests_3.18/298: Detected new images: rebuild operator-bundle |
Build 3.18 :: dsc_3.18/2: 3.18.0-CI |
Build 3.18 :: copyIIBsToQuay/2888: Console, Changes, Git Data |
Build 3.18 :: copyIIBsToQuay/2889: Console, Changes, Git Data |
…1286)
Remove the Devfile resolve from a privatre repositry via an SSH url is not supported warning and start workspace from the default devfile in this case.
What does this PR do?
backport from #1286
Screenshot/screencast of this PR
What issues does this PR fix or reference?
Is it tested? How?
Release Notes
Docs PR