You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to the test team's great work on getting AOT support on testing, it is now possible to enable AOT on ordinary tests by using TEST_FLAG=AOT (see #3774 (comment)). Additionally, the infra team has also been doing good work to have PR builds be, in essence, pipeline builds (see #2728) as well as to switch to using AdoptOpenJDK's JenkinsFiles for Test (see #1450).
I'm opening this issue so that once #2728 (and possibly #1450) is resolved, we should be able to enable PR tests for AOT. I believe we would need to do the following (@AdamBrousseau@smlambert feel free to correct/add):
Thanks to the test team's great work on getting AOT support on testing, it is now possible to enable AOT on ordinary tests by using
TEST_FLAG=AOT
(see #3774 (comment)). Additionally, the infra team has also been doing good work to have PR builds be, in essence, pipeline builds (see #2728) as well as to switch to using AdoptOpenJDK's JenkinsFiles for Test (see #1450).I'm opening this issue so that once #2728 (and possibly #1450) is resolved, we should be able to enable PR tests for AOT. I believe we would need to do the following (@AdamBrousseau @smlambert feel free to correct/add):
TEST_FLAG=AOT
is ignored Mark tests not suitable for AOT #5767jenkins test <target>+aot <platform> <version>
Make TEST_FLAG option generic #5685TEST_FLAG=AOT
when running tests. Make TEST_FLAG option generic #5685The text was updated successfully, but these errors were encountered: