@@ -42,30 +42,45 @@ jobs:
4242 build-docs :
4343 uses : ./.github/workflows/docs-build.yml
4444
45- # tests-functional-azl3-amd64:
46- # name: Functional tests AZL3 AMD64
47- # if: ${{ inputs.runFunctionalTests }}
48- # uses: ./.github/workflows/tests-functional.yml
49- # with:
50- # hostArch: amd64
51- # hostDistro: azl3
52-
53- # tests-functional-azl3-arm64:
54- # name: Functional tests AZL3 ARM64
55- # if: ${{ inputs.runFunctionalTests }}
56- # uses: ./.github/workflows/tests-functional.yml
57- # with:
58- # hostArch: arm64
59- # hostDistro: azl3
60-
61- # tests-functional-ubuntu2404-amd64:
62- # name: Functional tests Ubuntu24.04 AMD64
63- # if: ${{ inputs.runFunctionalTests }}
64- # uses: ./.github/workflows/tests-functional.yml
65- # with:
66- # hostArch: amd64
67- # hostDistro: ubuntu2404
45+ tests-functional-azl3-amd64 :
46+ name : Functional tests AZL3 AMD64
47+ if : ${{ inputs.runFunctionalTests }}
48+ uses : ./.github/workflows/tests-functional.yml
49+ with :
50+ hostArch : amd64
51+ hostDistro : azl3
52+
53+ tests-functional-azl3-arm64 :
54+ name : Functional tests AZL3 ARM64
55+ if : ${{ inputs.runFunctionalTests }}
56+ uses : ./.github/workflows/tests-functional.yml
57+ with :
58+ hostArch : arm64
59+ hostDistro : azl3
60+
61+ tests-functional-ubuntu2404-amd64 :
62+ name : Functional tests Ubuntu24.04 AMD64
63+ if : ${{ inputs.runFunctionalTests }}
64+ uses : ./.github/workflows/tests-functional.yml
65+ with :
66+ hostArch : amd64
67+ hostDistro : ubuntu2404
68+
69+ tests-functional-ubuntu2404-arm64 :
70+ name : Functional tests Ubuntu24.04 ARM64
71+ if : ${{ inputs.runFunctionalTests }}
72+ uses : ./.github/workflows/tests-functional.yml
73+ with :
74+ hostArch : arm64
75+ hostDistro : ubuntu2404
6876
77+ imagecreator-tests-functional-azl3-amd64 :
78+ name : Functional tests AZL3 AMD64
79+ if : ${{ inputs.runFunctionalTests }}
80+ uses : ./.github/workflows/imagecreator-tests-functional.yml
81+ with :
82+ hostArch : amd64
83+ hostDistro : azl3
6984 tests-functional-ubuntu2404-arm64 :
7085 name : Functional tests Ubuntu24.04 ARM64
7186 if : ${{ inputs.runFunctionalTests }}
@@ -82,27 +97,45 @@ jobs:
8297 hostArch : amd64
8398 hostDistro : azl3
8499
85- # imagecreator-tests-functional-ubuntu2404-amd64:
86- # name: Functional tests Ubuntu24.04 AMD64
87- # if: ${{ inputs.runFunctionalTests }}
88- # uses: ./.github/workflows/imagecreator-tests-functional.yml
89- # with:
90- # hostArch: amd64
91- # hostDistro: ubuntu2404
92-
93- # tests-vmtests-azl3-amd64:
94- # name: VMTests suite AZL3 AMD64
95- # if: ${{ inputs.runVMTests }}
96- # needs: binary-build-amd64
97- # uses: ./.github/workflows/tests-vmtests.yml
98- # with:
99- # hostArch: amd64
100- # hostDistro: azl3
100+ imagecreator-tests-functional-ubuntu2404-amd64 :
101+ name : Functional tests Ubuntu24.04 AMD64
102+ if : ${{ inputs.runFunctionalTests }}
103+ uses : ./.github/workflows/imagecreator-tests-functional.yml
104+ with :
105+ hostArch : amd64
106+ hostDistro : ubuntu2404
107+
108+ tests-vmtests-azl3-amd64 :
109+ name : VMTests suite AZL3 AMD64
110+ if : ${{ inputs.runVMTests }}
111+ needs : binary-build-amd64
112+ uses : ./.github/workflows/tests-vmtests.yml
113+ with :
114+ hostArch : amd64
115+ hostDistro : azl3
101116
102117 tests-vmtests-ubuntu2404-amd64 :
103118 name : VMTests suite Ubuntu24.04 AMD64
104119 if : ${{ inputs.runVMTests }}
105120 needs : binary-build-amd64
121+ uses : ./.github/workflows/tests-vmtests.yml
122+ with :
123+ hostArch : amd64
124+ hostDistro : ubuntu2404
125+
126+ tests-vmtests-ubuntu2404-arm64 :
127+ name : VMTests suite Ubuntu24.04 ARM64
128+ if : ${{ inputs.runVMTests }}
129+ needs : binary-build-arm64
130+ uses : ./.github/workflows/tests-vmtests.yml
131+ with :
132+ hostArch : arm64
133+ hostDistro : ubuntu2404
134+
135+ tests-vmtests-imagecreator-azl3-amd64 :
136+ name : VMTests suite image creator AZL3 AMD64
137+ if : ${{ inputs.runVMTests }}
138+ needs : binary-build-amd64
106139 uses : ./.github/workflows/tests-vmtests-imagecreator.yml
107140 with :
108141 hostArch : amd64
0 commit comments