Current Behavior:

The Spring AOT Smoke Tests contains tests that are run periodically in order to verify our compatibility when compiled to a Native Image. However, there is some delay between when some tests fail and when we notice it, usually, it happens when someone reports the failure to us or when we proactively check the dashboard.

Expected Behavior:

Option 1: The Spring Security Samples could be tested using the Native Build Tools and those tests could be run as part of our CI during the checkSamples task.

Option 2: We can clone the Spring AOT Smoke Tests and run the tests from the security group as part of our CI. Similar to what is done in checkSamples

Comment From: marcusdacoregio

Running the tests under the security group on GH Actions took 46min https://github.com/marcusdacoregio/spring-security/actions/runs/6827456518/job/18569612557. This is not ideal if we want to include it in our CI.

Comment From: marcusdacoregio

Closing in favor of https://github.com/spring-projects/spring-aot-smoke-tests/pull/195