From 5456b941522d29d774c8e47ec388602fe98fbcdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Thu, 23 May 2024 12:42:49 +0100 Subject: [PATCH] [CI] More debug --- .github/workflows/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a4500b2dfb..74fb68045f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,4 +1,4 @@ -name: Test +name: CI Experiments on: push: @@ -7,7 +7,6 @@ jobs: test: name: Test job runs-on: ["self-hosted", "profiling"] - timeout-minutes: 3 steps: - name: show /proc/cpuinfo run: | @@ -32,7 +31,10 @@ jobs: cat /sys/fs/cgroup/memory.high || true - name: Collect Workflow Telemetry uses: catchpoint/workflow-telemetry-action@v2 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Test + timeout-minutes: 3 shell: python3 {0} run: | import time