@@ -45,51 +45,103 @@ jobs:
4545 permissions :
4646 contents : read
4747
48- tests-functional-azl -on-azl3-amd64 :
49- name : Functional tests AZL on AZL3 AMD64
48+ tests-functional-azl3 -on-azl3-amd64 :
49+ name : Functional tests AZL3 on AZL3 AMD64
5050 if : ${{ inputs.runFunctionalTests }}
5151 uses : ./.github/workflows/tests-functional.yml
5252 with :
53- testDistro : azl
53+ testDistro : azl3
5454 hostDistro : azl3
5555 hostArch : amd64
5656 permissions :
5757 contents : read
5858 # Azure login.
5959 id-token : write
6060
61- tests-functional-azl -on-azl3-arm64 :
62- name : Functional tests AZL on AZL3 ARM64
61+ tests-functional-azl4 -on-azl3-amd64 :
62+ name : Functional tests AZL4 on AZL3 AMD64
6363 if : ${{ inputs.runFunctionalTests }}
6464 uses : ./.github/workflows/tests-functional.yml
6565 with :
66- testDistro : azl
66+ testDistro : azl4
67+ hostDistro : azl3
68+ hostArch : amd64
69+ permissions :
70+ contents : read
71+ # Azure login.
72+ id-token : write
73+
74+ tests-functional-azl3-on-azl3-arm64 :
75+ name : Functional tests AZL3 on AZL3 ARM64
76+ if : ${{ inputs.runFunctionalTests }}
77+ uses : ./.github/workflows/tests-functional.yml
78+ with :
79+ testDistro : azl3
80+ hostDistro : azl3
81+ hostArch : arm64
82+ permissions :
83+ contents : read
84+ # Azure login.
85+ id-token : write
86+
87+ tests-functional-azl4-on-azl3-arm64 :
88+ name : Functional tests AZL4 on AZL3 ARM64
89+ if : ${{ inputs.runFunctionalTests }}
90+ uses : ./.github/workflows/tests-functional.yml
91+ with :
92+ testDistro : azl4
6793 hostDistro : azl3
6894 hostArch : arm64
6995 permissions :
7096 contents : read
7197 # Azure login.
7298 id-token : write
7399
74- tests-functional-azl -on-ubuntu2404-amd64 :
75- name : Functional tests AZL on Ubuntu24.04 AMD64
100+ tests-functional-azl3 -on-ubuntu2404-amd64 :
101+ name : Functional tests AZL3 on Ubuntu24.04 AMD64
76102 if : ${{ inputs.runFunctionalTests }}
77103 uses : ./.github/workflows/tests-functional.yml
78104 with :
79- testDistro : azl
105+ testDistro : azl3
80106 hostDistro : ubuntu2404
81107 hostArch : amd64
82108 permissions :
83109 contents : read
84110 # Azure login.
85111 id-token : write
86112
87- tests-functional-azl-on-ubuntu2404-arm64 :
88- name : Functional tests AZL on Ubuntu24.04 ARM64
113+ tests-functional-azl4-on-ubuntu2404-amd64 :
114+ name : Functional tests AZL4 on Ubuntu24.04 AMD64
115+ if : ${{ inputs.runFunctionalTests }}
116+ uses : ./.github/workflows/tests-functional.yml
117+ with :
118+ testDistro : azl4
119+ hostDistro : ubuntu2404
120+ hostArch : amd64
121+ permissions :
122+ contents : read
123+ # Azure login.
124+ id-token : write
125+
126+ tests-functional-azl3-on-ubuntu2404-arm64 :
127+ name : Functional tests AZL3 on Ubuntu24.04 ARM64
128+ if : ${{ inputs.runFunctionalTests }}
129+ uses : ./.github/workflows/tests-functional.yml
130+ with :
131+ testDistro : azl3
132+ hostDistro : ubuntu2404
133+ hostArch : arm64
134+ permissions :
135+ contents : read
136+ # Azure login.
137+ id-token : write
138+
139+ tests-functional-azl4-on-ubuntu2404-arm64 :
140+ name : Functional tests AZL4 on Ubuntu24.04 ARM64
89141 if : ${{ inputs.runFunctionalTests }}
90142 uses : ./.github/workflows/tests-functional.yml
91143 with :
92- testDistro : azl
144+ testDistro : azl4
93145 hostDistro : ubuntu2404
94146 hostArch : arm64
95147 permissions :
0 commit comments