aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/resources/test_runner_services.xml-cd
blob: 4bf3a78801daa2114830cafac0b8995fad1707c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version='1.0' encoding='UTF-8'?>
<services xmlns:deploy='vespa' version='1.0'>
    <container version='1.0' id='tester'>

        <component id="com.yahoo.vespa.hosted.testrunner.TestRunner" bundle="vespa-testrunner-components">
            <config name="com.yahoo.vespa.hosted.testrunner.test-runner">
                <artifactsPath>artifacts</artifactsPath>
                <surefireMemoryMb>5120</surefireMemoryMb>
                <useAthenzCredentials>true</useAthenzCredentials>
                <useTesterCertificate>false</useTesterCertificate>
            </config>
        </component>

        <handler id="com.yahoo.vespa.testrunner.TestRunnerHandler" bundle="vespa-osgi-testrunner">
            <binding>http://*/tester/v1/*</binding>
        </handler>

        <component id="ai.vespa.hosted.cd.cloud.impl.VespaTestRuntimeProvider" bundle="cloud-tenant-cd" />

        <component id="com.yahoo.vespa.testrunner.JunitRunner" bundle="vespa-osgi-testrunner">
            <config name="com.yahoo.vespa.testrunner.junit-test-runner">
                <artifactsPath>artifacts</artifactsPath>
                <useAthenzCredentials>true</useAthenzCredentials>
            </config>
        </component>

        <component id="com.yahoo.vespa.testrunner.VespaCliTestRunner" bundle="vespa-osgi-testrunner">
            <config name="com.yahoo.vespa.testrunner.vespa-cli-test-runner">
                <artifactsPath>artifacts</artifactsPath>
                <testsPath>tests</testsPath>
                <useAthenzCredentials>true</useAthenzCredentials>
            </config>
        </component>

        <nodes count="1">
            <resources vcpu="2.00" memory="12.00Gb" disk="75.00Gb" disk-speed="fast" storage-type="local"/>
        </nodes>
    </container>
</services>