Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ trigger:
- master
- release/*

schedules:
- cron: "0 0 * * 1" # At 00:00 on Monday
displayName: Weekly Monday Midnight
branches:
include:
- master
- release/*
always: true

jobs:
- job: Style
timeoutInMinutes: 10
Expand Down
4 changes: 2 additions & 2 deletions test/typedarray/rlexe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,14 +270,14 @@ Below test fails with difference in space. Investigate the cause and re-enable t
<test>
<default>
<files>allocation.js</files>
<tags>typedarray,exclude_arm,xplatslow,Slow</tags>
<tags>typedarray,exclude_arm,xplatslow,Slow,exclude_x86</tags>
<timeout>300</timeout>
</default>
</test>
<test>
<default>
<files>allocation2.js</files>
<tags>typedarray,exclude_arm,xplatslow,Slow</tags>
<tags>typedarray,exclude_arm,xplatslow,Slow,exclude_x86</tags>
<timeout>300</timeout>
</default>
</test>
Expand Down