-
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
PR time check for dashboard required for creating a workspace #922
Conversation
…pace Signed-off-by: Oleksii Orel <oorel@redhat.com>
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-922 |
1 similar comment
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-922 |
…eating a workspace
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-922 |
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-922 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, am I correct that the current threshold is 2.5 seconds (begging from initiating the factory flow till the DWO processing phase) ?
@ibuziuk Yes, you are right. The current threshold is 2.5 seconds. |
[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.10 :: dashboard_3.x/330: Console, Changes, Git Data |
Build 3.10 :: dashboard_3.x/329: Console, Changes, Git Data |
Build 3.10 :: sync-to-downstream_3.x/4574: Console, Changes, Git Data |
Build 3.10 :: sync-to-downstream_3.x/4575: Console, Changes, Git Data |
Build 3.10 :: push-latest-container-to-quay_3.x/3204: Console, Changes, Git Data |
Build 3.10 :: get-sources-rhpkg-container-build_3.x/4366: dashboard : 3.x :: Build 55361080 : quay.io/devspaces/dashboard-rhel8:3.10-10 |
Build 3.10 :: push-latest-container-to-quay_3.x/3205: Console, Changes, Git Data |
Build 3.10 :: dashboard_3.x/330: Upstream sync done; /DS_CI/sync-to-downstream_3.x/4574 triggered |
Build 3.10 :: update-digests_3.x/4251: Console, Changes, Git Data |
Build 3.10 :: operator-bundle_3.x/2035: Console, Changes, Git Data |
Build 3.10 :: get-sources-rhpkg-container-build_3.x/4367: dashboard : 3.x :: Build 55361370 : quay.io/devspaces/dashboard-rhel8:3.10-11 |
Build 3.10 :: dashboard_3.x/329: Upstream sync done; /DS_CI/sync-to-downstream_3.x/4575 triggered |
Build 3.10 :: sync-to-downstream_3.x/4576: Console, Changes, Git Data |
Build 3.10 :: push-latest-container-to-quay_3.x/3206: Console, Changes, Git Data |
Build 3.10 :: sync-to-downstream_3.x/4576: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/4368 triggered; /job/DS_CI/job/dsc_3.x triggered; |
Build 3.10 :: operator-bundle_3.x/2035: Upstream sync done; /DS_CI/sync-to-downstream_3.x/4576 triggered |
Build 3.10 :: copyIIBsToQuay/1873: Console, Changes, Git Data |
Build 3.10 :: update-digests_3.x/4251: Detected new images: rebuild operator-bundle |
Build 3.10 :: update-digests_3.x/4252: Console, Changes, Git Data |
Build 3.10 :: dsc_3.x/1341: Console, Changes, Git Data |
Build 3.10 :: update-digests_3.x/4252: No new images detected: nothing to do! |
Build 3.10 :: dsc_3.x/1341: 3.10.0 CI |
Build 3.10 :: dashboard_3.x/331: Console, Changes, Git Data |
Build 3.10 :: sync-to-downstream_3.x/4603: Console, Changes, Git Data |
Build 3.10 :: push-latest-container-to-quay_3.x/3234: Console, Changes, Git Data |
Build 3.10 :: get-sources-rhpkg-container-build_3.x/4395: dashboard : 3.x :: Build 55463949 : quay.io/devspaces/dashboard-rhel8:3.10-12 |
Build 3.10 :: dashboard_3.x/331: Upstream sync done; /DS_CI/sync-to-downstream_3.x/4603 triggered |
Build 3.10 :: update-digests_3.x/4284: Console, Changes, Git Data |
Build 3.10 :: update-digests_3.x/4284: No new images detected: nothing to do! |
What does this PR do?
This PR adds a test for creating a workspace time check for the dashboard.
What issues does this PR fix or reference?
fixes eclipse-che/che#22206