Skip to content

Commit

Permalink
Remove image metrics integration tests
Browse files Browse the repository at this point in the history
As part of quarkusio#40076 is now
implemented and we are gathering the necessary stats in a database there
is no longer the need for these tests to exist.

Note that automated alerting in case of regressions is still not setup
but we now have a way to go back in time and see which (few) patches
resulted in the regression, even if we don't spot it immediately.
  • Loading branch information
zakkak authored and holly-cummins committed Jul 31, 2024
1 parent 675b444 commit 1f6317c
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 181 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
* For detailed information and explanations on the build output, visit
* <a href="https://github.com/oracle/graal/blob/master/docs/reference-manual/native-image/BuildOutput.md">the upstream GraalVM
* documentation</a>.
*
* @deprecated This extension is no longer used by core Quarkus and will eventually be removed.
*/
@Deprecated
public class NativeBuildOutputExtension implements BeforeAllCallback {

private static final String IMAGE_METRICS_TEST_PROPERTIES = "image-metrics.properties";
Expand Down

0 comments on commit 1f6317c

Please sign in to comment.