From 756b550600d06bc6061311b009b6993cfd37e995 Mon Sep 17 00:00:00 2001 From: Pavel Abramov Date: Tue, 18 Jun 2024 11:45:20 +0200 Subject: [PATCH] GitHub Actions: Integrate telemetry action This action will gather statistics around eden test execution in GitHub Runners, helping us identify bottlenecks Signed-off-by: Pavel Abramov --- .github/actions/run-eden-test/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/run-eden-test/action.yml b/.github/actions/run-eden-test/action.yml index ab3bf9cfa..92aabdd78 100644 --- a/.github/actions/run-eden-test/action.yml +++ b/.github/actions/run-eden-test/action.yml @@ -23,6 +23,11 @@ inputs: runs: using: 'composite' steps: + - name: Collect Workflow Telemetry + uses: catchpoint/workflow-telemetry-action@v2 + with: + proc_trace_sys_enable: true + comment_on_pr: false - name: Setup Environment uses: ./eden/.github/actions/setup-environment with: