Annotation Type StagingSetup


  • @Target({TYPE,ANNOTATION_TYPE})
    @Retention(RUNTIME)
    @Tag("staging-setup")
    public @interface StagingSetup
    Setup for tests that assert continuity of behaviour for Vespa application deployments, through upgrades. Test classes annotated with this annotation are run in the first phase of automated staging tests, to make the initial deployment similar to a production one. See Vespa cloud documentation.
    Author:
    jonmv