-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Allow to pass a target test #9542
Conversation
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi @kirs. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
"./rootfs/etc/nginx/lua/test/run.lua" | ||
) | ||
|
||
if [ $# -eq 0 ]; then |
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.
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.
/ok-to-test |
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.
Seems good to me! I had a couple questions but no blockers.
@tao12345666333 👋 would appreciate your look at this tiny PR. Thanks! |
/lgtm |
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ElvinEfendi, kirs, plantfansam The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This looks to be blocking issues with reverting the path type problems we had, and GitHub revert only reverts the codes, not the parent differences that #9585 made @kirs i think we need you to rebase on main, after I get 9585 back into history, this merge reintroduced what 9585 removed. I have also pushed this branch to my fork https://github.com/strongjz/ingress-nginx/tree/run-test-target I can create a patch and push it if you do not want to hassle with the rebase. I apologize for the issues this has caused. |
* Replace deprecated command with environment file (#9581) Signed-off-by: jongwooo <[email protected]> * Allow to pass a target test (#9542) * start 1.6.0 release Signed-off-by: James Strong <[email protected]> * testing auto change Signed-off-by: James Strong <[email protected]> * Add mage files for changelog Signed-off-by: James Strong <[email protected]> * change format Signed-off-by: James Strong <[email protected]> * fixed boiler plate lint Signed-off-by: James Strong <[email protected]> * Align default value for keepalive_request with NGINX default (#9518) * Align default value for keepalive_request with NGINX default --------- Signed-off-by: jongwooo <[email protected]> Signed-off-by: James Strong <[email protected]> Co-authored-by: Jongwoo Han <[email protected]> Co-authored-by: Kir Shatrov <[email protected]> Co-authored-by: Christian Schaefer <[email protected]>
This PR makes the feedback loop faster, allowing to run
test/test-lua.sh rootfs/etc/nginx/lua/test/your_test.lua
without having to wait for the full test suite.@ElvinEfendi
cc @plantfansam