Skip to content

Commit b8f0814

Browse files
Merge branch 'master' into feature/cpp-17
2 parents fc85f2d + 2dba810 commit b8f0814

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ trigger:
77
- master
88
- release/*
99

10+
schedules:
11+
- cron: "0 0 * * 1" # At 00:00 on Monday
12+
displayName: Weekly Monday Midnight
13+
branches:
14+
include:
15+
- master
16+
- release/*
17+
always: true
18+
1019
jobs:
1120
- job: Style
1221
timeoutInMinutes: 10

test/typedarray/rlexe.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,14 +270,14 @@ Below test fails with difference in space. Investigate the cause and re-enable t
270270
<test>
271271
<default>
272272
<files>allocation.js</files>
273-
<tags>typedarray,exclude_arm,xplatslow,Slow</tags>
273+
<tags>typedarray,exclude_arm,xplatslow,Slow,exclude_x86</tags>
274274
<timeout>300</timeout>
275275
</default>
276276
</test>
277277
<test>
278278
<default>
279279
<files>allocation2.js</files>
280-
<tags>typedarray,exclude_arm,xplatslow,Slow</tags>
280+
<tags>typedarray,exclude_arm,xplatslow,Slow,exclude_x86</tags>
281281
<timeout>300</timeout>
282282
</default>
283283
</test>

0 commit comments

Comments
 (0)