-
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
fix: hasTechPreviewTag filter #1205
Conversation
Signed-off-by: Oleksii Orel <oorel@redhat.com>
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1205 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-1205", name: che-dashboard}]}}]" |
Signed-off-by: Oleksii Orel <oorel@redhat.com>
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1205 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-1205", name: che-dashboard}]}}]" |
Signed-off-by: Oleksii Orel <oorel@redhat.com>
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1205 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-1205", name: che-dashboard}]}}]" |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1205 +/- ##
==========================================
- Coverage 91.35% 89.94% -1.41%
==========================================
Files 442 443 +1
Lines 45650 45675 +25
Branches 3044 3067 +23
==========================================
- Hits 41704 41083 -621
- Misses 3946 4554 +608
- Partials 0 38 +38 ☔ View full report in Codecov by Sentry. |
@olexii4 please, backport to 7.92.x once merged |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, ibuziuk, 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.17 :: dashboard_3.x/558: Console, Changes, Git Data |
Build 3.17 :: sync-to-downstream_3.x/7742: Console, Changes, Git Data |
* fix: hasTechPreviewTag filter Signed-off-by: Oleksii Orel <oorel@redhat.com>
… message No IDE URL (#1209) * fix: hasTechPreviewTag filter (#1205) Signed-off-by: Oleksii Orel <oorel@redhat.com> * fix: Unexpected error message No IDE URL after 20 sec during workspace startup (#1207) Signed-off-by: Oleksii Orel <oorel@redhat.com> --------- Signed-off-by: Oleksii Orel <oorel@redhat.com>
Build 3.18 :: dashboard_3.x/559: Console, Changes, Git Data |
Build 3.18 :: sync-to-downstream_3.x/7768: Console, Changes, Git Data |
Build 3.18 :: push-latest-container-to-quay_3.x/4958: Console, Changes, Git Data |
Build 3.18 :: get-sources-rhpkg-container-build_3.x/7766: dashboard : 3.x :: Build 64741849 : quay.io/devspaces/dashboard-rhel8:3.18-1 |
Build 3.18 :: dashboard_3.x/559: Upstream sync done; /DS_CI/sync-to-downstream_3.x/7768 triggered |
Build 3.18 :: update-digests_3.x/7679: Console, Changes, Git Data |
Build 3.18 :: operator-bundle_3.x/3649: Console, Changes, Git Data |
Build 3.18 :: sync-to-downstream_3.x/7782: Console, Changes, Git Data |
Build 3.18 :: get-sources-rhpkg-container-build_3.x/7779: devspaces-operator-bundle : 3.x :: Failed in 64745659 : BREW:BUILD/STATUS:UNKNOWN |
What does this PR do?
Fix hasTechPreviewTag filter.
Screenshot/screencast of this PR
What issues does this PR fix or reference?
fixes eclipse-che/che#23161
Is it tested? How?
Release Notes
Docs PR