-
Notifications
You must be signed in to change notification settings - Fork 53
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
Cleanups #995
Conversation
Skipping CI for Draft Pull Request. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #995 +/- ##
==========================================
- Coverage 86.40% 85.17% -1.23%
==========================================
Files 385 380 -5
Lines 39370 39198 -172
Branches 2583 2521 -62
==========================================
- Hits 34017 33388 -629
- Misses 5328 5784 +456
- Partials 25 26 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-995 |
1 similar comment
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-995 |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-995 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-995", name: che-dashboard}]}}]" |
packages/dashboard-backend/src/routes/api/devworkspaceResources.ts
Outdated
Show resolved
Hide resolved
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-995 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-995", name: che-dashboard}]}}]" |
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-995 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-995", name: che-dashboard}]}}]" |
Signed-off-by: Oleksii Kurinnyi <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, olexii4 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 |
Build 3.11 :: dashboard_3.x/415: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5466: Console, Changes, Git Data |
Build 3.11 :: push-latest-container-to-quay_3.x/3828: Console, Changes, Git Data |
Build 3.11 :: get-sources-rhpkg-container-build_3.x/5344: dashboard : 3.x :: Build 57333238 : quay.io/devspaces/dashboard-rhel8:3.11-40 |
Build 3.11 :: update-digests_3.x/5088: Console, Changes, Git Data |
Build 3.11 :: dashboard_3.x/415: Upstream sync done; /DS_CI/sync-to-downstream_3.x/5466 triggered |
Build 3.11 :: operator-bundle_3.x/2349: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5467: Console, Changes, Git Data |
Build 3.11 :: push-latest-container-to-quay_3.x/3829: Console, Changes, Git Data |
Build 3.11 :: copyIIBsToQuay/2236: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5467: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/5345 triggered; /job/DS_CI/job/dsc_3.x triggered; |
Build 3.11 :: operator-bundle_3.x/2349: Upstream sync done; /DS_CI/sync-to-downstream_3.x/5467 triggered |
Build 3.11 :: dsc_3.x/1615: Console, Changes, Git Data |
Build 3.11 :: update-digests_3.x/5088: Detected new images: rebuild operator-bundle |
Build 3.11 :: dsc_3.x/1615: 3.11.0-CI |
Build 3.11 :: dashboard_3.x/416: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5477: Console, Changes, Git Data |
Build 3.11 :: push-latest-container-to-quay_3.x/3841: Console, Changes, Git Data |
Build 3.11 :: get-sources-rhpkg-container-build_3.x/5356: dashboard : 3.x :: Build 57357444 : quay.io/devspaces/dashboard-rhel8:3.11-41 |
Build 3.11 :: dashboard_3.x/416: Upstream sync done; /DS_CI/sync-to-downstream_3.x/5477 triggered |
Build 3.11 :: update-digests_3.x/5108: Console, Changes, Git Data |
Build 3.11 :: update-digests_3.x/5108: No new images detected: nothing to do! |
What does this PR do?