Skip to content

Commit 74c5039

Browse files
Jo Shieldsakoeplinger
Jo Shields
andauthored
Add missing ARM64 lanes to Azure Pipelines (mono#20868)
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
1 parent 960ddfe commit 74c5039

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

scripts/ci/mono-ci.yml

+44
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,50 @@ jobs:
6767
os: linux
6868
arch: aarch64
6969

70+
- template: /scripts/ci/mono-ci-job-template.yml
71+
parameters:
72+
displayName: Linux ARM64 Coop Suspend
73+
os: linux
74+
arch: aarch64
75+
additionalCITags: coop-suspend,checked-coop
76+
77+
- template: /scripts/ci/mono-ci-job-template.yml
78+
parameters:
79+
displayName: Linux ARM64 FullAOT
80+
os: linux
81+
arch: aarch64
82+
additionalCITags: fullaot
83+
84+
- template: /scripts/ci/mono-ci-job-template.yml
85+
parameters:
86+
displayName: Linux ARM64 FullAOT+Interpreter
87+
os: linux
88+
arch: aarch64
89+
additionalCITags: fullaotinterp
90+
91+
- template: /scripts/ci/mono-ci-job-template.yml
92+
parameters:
93+
displayName: Linux ARM64 FullAOT+Interpreter+LLVM
94+
os: linux
95+
arch: aarch64
96+
additionalCITags: fullaotinterp_llvm
97+
98+
#- template: /scripts/ci/mono-ci-job-template.yml
99+
# parameters:
100+
# displayName: Linux ARM64 FullAOT+LLVM
101+
# os: linux
102+
# arch: aarch64
103+
# additionalCITags: fullaot_llvm
104+
105+
- template: /scripts/ci/mono-ci-job-template.yml
106+
parameters:
107+
displayName: Linux ARM64 Interpreter
108+
os: linux
109+
arch: aarch64
110+
additionalCITags: interpreter
111+
timeoutInMinutes: 180
112+
113+
70114
#
71115
# Linux x64
72116
#

0 commit comments

Comments
 (0)