From 26ea2d8ed28423a4668114f10e08217386b310c8 Mon Sep 17 00:00:00 2001 From: Kamesh Akella Date: Tue, 18 Feb 2025 13:35:06 -0500 Subject: [PATCH] Pause the e2e-nvidia-l40s-x8.yml workflow Until we fix the underlying root cause or add more time if that becomes the inevitable path - https://github.com/instructlab/instructlab/issues/2999 Signed-off-by: Kamesh Akella --- .github/workflows/e2e-nvidia-l40s-x8.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-nvidia-l40s-x8.yml b/.github/workflows/e2e-nvidia-l40s-x8.yml index 55c91a66f6..82ae7b9960 100644 --- a/.github/workflows/e2e-nvidia-l40s-x8.yml +++ b/.github/workflows/e2e-nvidia-l40s-x8.yml @@ -4,8 +4,9 @@ name: E2E (NVIDIA L40S x8) on: - schedule: - - cron: '0 6 * * *' # Runs at 6AM UTC every day + #Pausing the schedule until we fix https://github.com/instructlab/instructlab/issues/2999 + #schedule: + # - cron: '0 6 * * *' # Runs at 6AM UTC every day workflow_dispatch: inputs: pr_or_branch: