From 0b0a2dc2514db6fad44f4c2fdaa564fc2b75d5b7 Mon Sep 17 00:00:00 2001 From: Andreas Zerbst <73799582+andr317c@users.noreply.github.com> Date: Tue, 25 Mar 2025 05:06:33 +0100 Subject: [PATCH] Added v16 to run at midnight (#18785) Co-authored-by: Nhu Dinh <150406148+nhudinh0309@users.noreply.github.com> --- build/nightly-E2E-test-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/nightly-E2E-test-pipelines.yml b/build/nightly-E2E-test-pipelines.yml index 8cbb065cd7..2cb8237e25 100644 --- a/build/nightly-E2E-test-pipelines.yml +++ b/build/nightly-E2E-test-pipelines.yml @@ -10,6 +10,7 @@ schedules: include: - v14/dev - v15/dev + - v16/dev variables: nodeVersion: 20 @@ -428,7 +429,7 @@ stages: inputs: targetPath: $(Build.ArtifactStagingDirectory) artifact: "Acceptance Test Results - $(Agent.JobName) - Attempt #$(System.JobAttempt)" - + # Publish test results - task: PublishTestResults@2 displayName: "Publish test results"