-
Notifications
You must be signed in to change notification settings - Fork 450
ci: add workflow_dispatch for all e2e jobs #3337
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
Conversation
WAT? I just copied from other jobs verbatim. Bug in the action? @courtneypacheco @ktdreyer advice? |
|
@ktdreyer ignoring the security check, any idea how this can be tested, considering that there's no Run workflow button for these jobs? (because the |
|
I believe it's a mistake in the ci action that it targets workflows of pull_request_target type, fix here: instructlab/ci-actions#14 |
|
One idea to make landing this less risky is:
@ktdreyer @courtneypacheco thoughts? |
ktdreyer
left a comment
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.
This looks ok to me. You are right, you're just copying logic from the other jobs.
I think we should discuss the overall structure of how we do this pattern and ideas for hardening and optimizing this, but that is out of scope for this PR.
|
This pull request has merge conflicts that must be resolved before it can be merged. @booxter please rebase it. https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork |
db9bd6f to
8ec1e5c
Compare
|
Skipping yamllint long lines failure here: #3360 since I don't think we should split the lines for these files. The long lines are for |
|
@Mergifyio rebase |
✅ Branch has been successfully rebased |
8ec1e5c to
0384106
Compare
|
To pass gate, we'll need to disable enforcement of security-check, as I explain in: #3353 |
0384106 to
ba34e6c
Compare
|
Testing new functionality on this PR: #3101 |
ba34e6c to
a25ac31
Compare
Signed-off-by: Ihar Hrachyshka <[email protected]>
a25ac31 to
e8e444b
Compare
|
So it's impossible to use tl;dr we need a way to Run workflow for small and medium jobs that are ALSO triggered on |
|
I don't have capacity to complete it. |
This allows to test workflow changes to these jobs before merging them.
Signed-off-by: Ihar Hrachyshka [email protected]
Checklist:
conventional commits.