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

add-action-event #3433

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

molei20021
Copy link

No description provided.

Signed-off-by: molei20021 <molei21st@hotmail.com>
@volcano-sh-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign thor-wl
You can assign the PR to them by writing /assign @thor-wl in a comment when ready.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@volcano-sh-bot volcano-sh-bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 23, 2024
@molei20021
Copy link
Author

#3403

@molei20021 molei20021 mentioned this pull request Apr 23, 2024
@molei20021
Copy link
Author

/assign @lowang-bh

@molei20021
Copy link
Author

This is the latest branch. Please take a look. @lowang-bh @googs1025

@googs1025
Copy link
Contributor

googs1025 commented Apr 23, 2024

you can close #3405 or use rebase command

git rebase -i HEAD~2    2 means you want to rebase commit number
or 
git pull origin master --rebase

@molei20021
Copy link
Author

you can close #3405 or use rebase command

git rebase -i HEAD~2    2 means you want to rebase commit number
or 
git pull origin master --rebase

I have closed 3405. there are some conflicts in that pr

@lowang-bh
Copy link
Member

I am not sure whether it is necessary to do that?

@molei20021
Copy link
Author

I am not sure whether it is necessary to do that?

For example, there are queue1(task1 > task2 > task3 > task4) and queue2(task5 > task6 > task7 > task8). I want task1 and task5 to try schedule first global. So I need the information of whether task1 and task5 has tried to schedule In queue order plugin. Even if queue1 > queue2 and task1 is scheduled, I will force make queue2 > queue1 to schedule task5. The information of whether task is processed by action can by notified by event I added.

@Monokaix
Copy link
Member

Monokaix commented May 8, 2024

Hi, this seems conflict with queue design and a little ugly, and the current design is better, if you really need the feature, please give a design detail and re-implement it: )

@googs1025
Copy link
Contributor

Hi, this seems conflict with queue design and a little ugly, and the current design is better, if you really need the feature, please give a design detail and re-implement it: )
There are some discussions under this issue, @Monokaix you can take a look
#3403

@googs1025
Copy link
Contributor

Hi, this seems conflict with queue design and a little ugly, and the current design is better, if you really need the feature, please give a design detail and re-implement it: )

There are some discussions under this issue, @Monokaix you can take a look
#3403

@Monokaix
Copy link
Member

Monokaix commented May 8, 2024

Hi, this seems conflict with queue design and a little ugly, and the current design is better, if you really need the feature, please give a design detail and re-implement it: )

There are some discussions under this issue, @Monokaix you can take a look #3403

Yeah, I have seen that, but this implement is a little ugly and misunderstanding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants