aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2024-01-18 15:25:39 +0100
committerHarald Musum <musum@yahooinc.com>2024-01-18 15:25:39 +0100
commita9d8a7104c55bfd5b26529f2f3a4ee4c1a840ce3 (patch)
tree4ffb6210f19f5d8bb9a26655011ad32b99df0fc4 /config-model/src/test/schema-test-files
parentab54f9c7cbd1bc3c1434717b875e1dfeb7b27dc4 (diff)
Support minimum-required-vespa-version attribute
If attribute is set and the running Vespa version is lower than the specified version deployment will fail with invalid application package error
Diffstat (limited to 'config-model/src/test/schema-test-files')
-rw-r--r--config-model/src/test/schema-test-files/services-hosted-infrastructure.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/schema-test-files/services-hosted-infrastructure.xml b/config-model/src/test/schema-test-files/services-hosted-infrastructure.xml
index b1711906086..9144b1ad0f8 100644
--- a/config-model/src/test/schema-test-files/services-hosted-infrastructure.xml
+++ b/config-model/src/test/schema-test-files/services-hosted-infrastructure.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<services version="1.0" application-type="hosted-infrastructure">
+<services version="1.0" application-type="hosted-infrastructure" minimum-required-vespa-version="8.0.0">
<admin version="4.0">
<slobroks><nodes count="3" flavor="small"/></slobroks>