-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Checkfallbackvalid #6407
base: main
Are you sure you want to change the base?
Checkfallbackvalid #6407
Conversation
Signed-off-by: Shane <[email protected]>
Signed-off-by: Shane <[email protected]>
Signed-off-by: Shane <[email protected]>
Signed-off-by: Shane <[email protected]>
Signed-off-by: Shane <[email protected]>
Friendly ping @wozniakjan @JorTurFer I have follow your idea to validate the case fallback with cpu/memory, hope your review, much thanks. |
Signed-off-by: Shane <[email protected]>
5dc6f23
to
c52d955
Compare
Signed-off-by: Shane <[email protected]>
aed658d
to
dc2477e
Compare
Signed-off-by: Shane <[email protected]>
Signed-off-by: Shane <[email protected]>
/run-e2e internal |
Here e2e test failed , but I can't see the detail and what happened. Please have a look at this , thank you. @JorTurFer @zroubalik |
/run-e2e internal |
Here e2e test failed again, but I still can't see the detail and what happened. Please have a look at this , thank you. @JorTurFer @zroubalik |
@ctccxxd Here is the error.
|
Signed-off-by: Shane <[email protected]>
@SpiritZhou @JorTurFer I have fix this case, please run e2e again and check to approve, much thanks. |
|
/run-e2e internal |
@ctccxxd caling_modifiers_test test case also has the same error. |
Signed-off-by: Shane <[email protected]>
fd65d91
to
0bf46b0
Compare
Signed-off-by: Shane <[email protected]>
Signed-off-by: Shane <[email protected]>
@ctccxxd caling_modifiers_test test case also has the same error. xPassed tests: @SpiritZhou @JorTurFer scaling_modifiers_test.go error has been fixed, and help me to run e2e test again, and other 25 tests are all ok, thank you |
/run-e2e internal |
Failed tests: @JorTurFer Here come this error, seems not related to my PR, and my other PR #6350 also encounter this error, related discuss #6350 (comment). Hope you have a look at this. Much thanks. |
Revise some annotations and fix fallback check, originally,
1, Annotations above function is not well
2, Fallback check does not take effect
3, validate the case fallback with cpu/memory
Checklist
related issue
#6355