Skip to content
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

[Improvement-16920][UI] Release workflow definition process improvement #16922

Merged
merged 2 commits into from
Dec 27, 2024

Conversation

SbloodyS
Copy link
Member

Purpose of the pull request

close #16920

Brief change log

The current online workflow definition will also prompt the user whether to schedule the workflow, which is redundant. We should remove it.

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(or)

Pull Request Notice

Pull Request Notice

If your pull request contain incompatible change, you should also add it to docs/docs/en/guide/upgrede/incompatible.md

@SbloodyS SbloodyS added this to the 3.3.0 milestone Dec 25, 2024
@SbloodyS SbloodyS self-assigned this Dec 25, 2024
@SbloodyS SbloodyS requested a review from songjianet as a code owner December 25, 2024 07:22
@SbloodyS SbloodyS added the improvement make more easy to user or prompt friendly label Dec 25, 2024
@github-actions github-actions bot added UI ui and front end related test e2e e2e test labels Dec 25, 2024
Copy link
Member

@ruanwenjun ruanwenjun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

public ShellTaskForm script(String script) {
Thread.sleep(Constants.DEFAULT_SLEEP_MILLISECONDS);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why sleep here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the machine configuration of CI is too low and the speed is too fast, the dom element will not be found and an error will be reported. Monaco Editor is not good at locating elements and judging rendering completion...

@SbloodyS SbloodyS merged commit 47d0f22 into apache:dev Dec 27, 2024
70 checks passed
@SbloodyS SbloodyS deleted the improvement_16920 branch December 27, 2024 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e e2e test improvement make more easy to user or prompt friendly test UI ui and front end related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improvement][UI] Release workflow definition process improvement
3 participants