From a710b0956d37bcaec96e137c725871b0013e7126 Mon Sep 17 00:00:00 2001 From: Lukas Kurz Date: Sat, 11 Oct 2025 13:21:43 +0200 Subject: [PATCH 1/2] ci: scheduled run Execute the pipeline every week to catch build-issues early. [Azure DevOps](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/scheduled-triggers?view=azure-devops&pivots=pipelines-yaml#cron-syntax) --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 52c77b7a86e..c35425354a5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 From 969a7d4c6b1ea83199460524df8f8943e00eaf2c Mon Sep 17 00:00:00 2001 From: Lukas Kurz Date: Sat, 11 Oct 2025 13:29:55 +0200 Subject: [PATCH 2/2] Exclude `typedarray/allocation{,2}.js` on x86 --- test/typedarray/rlexe.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/typedarray/rlexe.xml b/test/typedarray/rlexe.xml index aad2a047c62..1f56069ddad 100644 --- a/test/typedarray/rlexe.xml +++ b/test/typedarray/rlexe.xml @@ -270,14 +270,14 @@ Below test fails with difference in space. Investigate the cause and re-enable t allocation.js - typedarray,exclude_arm,xplatslow,Slow + typedarray,exclude_arm,xplatslow,Slow,exclude_x86 300 allocation2.js - typedarray,exclude_arm,xplatslow,Slow + typedarray,exclude_arm,xplatslow,Slow,exclude_x86 300