File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,14 +22,12 @@ jobs:
2222 - template : azure-pipelines-test.yml # Template reference
2323 parameters :
2424 HelmVersions :
25- - version : " 3.10.3"
26- - version : " 3.11.3"
27- - version : " 3.12.3"
28- - version : " 3.13.3"
29- - version : " 3.14.4"
30- - version : " 3.15.4"
31- - version : " 3.16.4"
32- - version : " 3.17.3"
25+ - version : " 3.19.0"
26+ - version : " 3.19.1"
27+ - version : " 3.19.2"
28+ - version : " 4.0.0"
29+ - version : " 4.0.1"
30+
3331
3432
3533
Original file line number Diff line number Diff line change 2525 parameters :
2626 RunTests : ${{ parameters.RunTests }}
2727 HelmVersions :
28- - version : " 3.10.3"
29- - version : " 3.11.3"
30- - version : " 3.12.3"
31- - version : " 3.13.3"
32- - version : " 3.14.4"
33- - version : " 3.15.4"
34- - version : " 3.16.4"
35- - version : " 3.17.3"
28+ - version : " 3.19.2"
29+ - version : " 4.0.1"
3630
3731- job : CreateRelease
3832 dependsOn : RunTests
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ apiVersion: v1
33appVersion : " 1.34"
44description : hull-vidispine-addon
55name : hull-vidispine-addon
6- version : 1.34.1
6+ version : 1.34.4
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 22pyyaml
33dotty-dict
44jsonschema
5- protobuf == 4.21
5+ protobuf == 6.31.1
Original file line number Diff line number Diff line change 5252 command_two : command-two
5353 string_defined : i_am_string
5454 string_empty : " "
55- string_undefined :
5655 number_defined : 999
57- number_undefined :
5856 bool_defined_true : true
5957 bool_defined_false : false
60- bool_undefined :
6158 annotations_dict :
6259 a : first
6360 b : second
Original file line number Diff line number Diff line change @@ -749,9 +749,6 @@ hull:
749749 string_empty :
750750 enabled : true
751751 value : _HT*hull.config.specific.string_empty
752- string_undefined :
753- enabled : true
754- value : _HT*hull.config.specific.string_undefined
755752 envFrom :
756753 bool_defined_false :
757754 configMapRef :
@@ -763,16 +760,9 @@ hull:
763760 name : bool_defined_true
764761 staticName : true
765762 optional : _HT*hull.config.specific.bool_defined_true
766- # bool_undefined:
767- # configMapRef:
768- # name: bool_undefined
769- # staticName: true
770- # optional: _HT*hull.config.specific.bool_undefined
771763 ports :
772764 number_defined :
773765 containerPort : _HT*hull.config.specific.number_defined
774- # number_undefined:
775- # containerPort: _HT*hull.config.specific.number_undefined
776766
777767 internal_one :
778768 image :
Original file line number Diff line number Diff line change 279279* Test Object has key "spec§template§spec§containers§4§env§0§value" with value "i_am_string"
280280* Test Object has key "spec§template§spec§containers§4§env§1§name" with value "string_empty"
281281* Test Object has key "spec§template§spec§containers§4§env§1§value" with value ""
282- * Test Object has key "spec§template§spec§containers§4§env§2§name" with value "string_undefined"
283- * Test Object has key "spec§template§spec§containers§4§env§2§value" with null value
282+
284283* Test Object has key "spec§template§spec§containers§4§envFrom§0§configMapRef§name" with value "bool_defined_false"
285284* Test Object has key "spec§template§spec§containers§4§envFrom§0§configMapRef§optional" set to false
286285* Test Object has key "spec§template§spec§containers§4§envFrom§1§configMapRef§name" with value "bool_defined_true"
Original file line number Diff line number Diff line change @@ -6,8 +6,13 @@ Test creation of objects and features.
66
77## Render and Validate
88* Render
9- * Expected number of "6 " objects were rendered
9+ * Expected number of "7 " objects were rendered
1010* Validate
1111
1212## Metadata
13- * Check basic metadata functionality
13+ * Check basic metadata functionality
14+
15+ ## Default ConfigMap
16+ * Render
17+ * Set test object to "release-name-hull-test-hull-install"
18+ * Test Object has key "data§installation.yaml" with non empty value
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Test creation of objects and features.
66
77## Render and Validate
88* Render
9- * Expected number of "12 " objects were rendered
9+ * Expected number of "11 " objects were rendered
1010* Validate
1111
1212## Metadata
@@ -38,10 +38,6 @@ Test creation of objects and features.
3838* Set test object to "release-name-hull-test-transformation_resolved"
3939* Test Object has key "data§concrete_file_4_resolved.txt" with Base64 encoded value of "This is a text file with a pointer to a transformation."
4040
41- ## Default Secret
42- * Render
43- * Set test object to "release-name-hull-test-hull-install"
44- * Test Object has key "data§installation.yaml" with non empty value
4541___
4642
4743* Clean the test execution folder
You can’t perform that action at this time.
0 commit comments