@@ -4,6 +4,7 @@ workflows:
4
4
build-and-test-multi-arch :
5
5
jobs :
6
6
- kubernetes-test :
7
+ name : " K8s test - Autoscaling disabled"
7
8
platforms : linux/arm64
8
9
machine-type : ubuntu2204arm64large
9
10
k8s-version : ' v1.25.16'
@@ -13,6 +14,7 @@ workflows:
13
14
test-existing-keda : false
14
15
test-upgrade : true
15
16
- kubernetes-test :
17
+ name : " K8s test - Autoscaling Jobs"
16
18
platforms : linux/arm64
17
19
machine-type : ubuntu2204arm64large
18
20
k8s-version : ' v1.26.15'
@@ -22,6 +24,7 @@ workflows:
22
24
test-existing-keda : true
23
25
test-upgrade : true
24
26
- kubernetes-test :
27
+ name : " K8s test - Autoscaling Deployments"
25
28
platforms : linux/arm64
26
29
machine-type : ubuntu2204arm64large
27
30
k8s-version : ' v1.27.14'
@@ -31,6 +34,7 @@ workflows:
31
34
test-existing-keda : true
32
35
test-upgrade : true
33
36
- kubernetes-test :
37
+ name : " K8s test - Autoscaling Jobs - HTTPS"
34
38
platforms : linux/arm64
35
39
machine-type : ubuntu2204arm64large
36
40
k8s-version : ' v1.28.10'
@@ -40,6 +44,7 @@ workflows:
40
44
test-existing-keda : true
41
45
test-upgrade : true
42
46
- kubernetes-test :
47
+ name : " K8s test - Autoscaling Jobs - Ingress hostname"
43
48
platforms : linux/arm64
44
49
machine-type : ubuntu2204arm64large
45
50
k8s-version : ' v1.29.5'
@@ -49,6 +54,7 @@ workflows:
49
54
test-existing-keda : false
50
55
test-upgrade : true
51
56
- kubernetes-test :
57
+ name : " K8s test - Autoscaling Deployments - HTTPS"
52
58
platforms : linux/arm64
53
59
machine-type : ubuntu2204arm64large
54
60
k8s-version : ' v1.30.1'
@@ -58,36 +64,43 @@ workflows:
58
64
test-existing-keda : false
59
65
test-upgrade : true
60
66
- docker-test :
67
+ name : " Docker test - Use random user (true)"
61
68
test-strategy : test
62
69
use-random-user : true
63
70
platforms : linux/arm64
64
71
machine-type : ubuntu2204arm64
65
72
- docker-test :
73
+ name : " Docker test - Use random user (false)"
66
74
test-strategy : test
67
75
use-random-user : false
68
76
platforms : linux/arm64
69
77
machine-type : ubuntu2204arm64
70
78
- docker-test :
79
+ name : " Docker test - Video recording"
71
80
test-strategy : test_video
72
81
use-random-user : false
73
82
platforms : linux/arm64
74
83
machine-type : ubuntu2204arm64
75
84
- docker-test :
85
+ name : " Docker test - Video recording dynamic file name"
76
86
test-strategy : test_video_dynamic_name
77
87
use-random-user : false
78
88
platforms : linux/arm64
79
89
machine-type : ubuntu2204arm64
80
90
- docker-test :
91
+ name : " Docker test - Dynamic Grid"
81
92
test-strategy : test_node_docker
82
93
use-random-user : false
83
94
platforms : linux/arm64
84
95
machine-type : ubuntu2204arm64
85
96
- docker-test :
97
+ name : " Docker test - Parallel execution"
86
98
test-strategy : test_parallel
87
99
use-random-user : false
88
100
platforms : linux/arm64
89
101
machine-type : ubuntu2204arm64
90
102
- docker-test :
103
+ name : " Docker test - Node relay commands"
91
104
test-strategy : test_node_relay
92
105
use-random-user : false
93
106
platforms : linux/arm64
0 commit comments