From dcb759e3fedeba709a0501ca88e3c362b2a90f72 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Wed, 11 Feb 2026 16:49:59 +0530 Subject: [PATCH] chore(ci): restore retry job metadata inputs --- .github/workflows/tests.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 652888bd0b..abc504cc9c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -112,6 +112,8 @@ jobs: with: max_attempts: 3 timeout_minutes: 30 + job_id: ${{ job.check_run_id }} + github_token: ${{ secrets.GITHUB_TOKEN }} test_dir: tests/unit command: >- docker compose exec @@ -152,6 +154,8 @@ jobs: with: max_attempts: 3 timeout_minutes: 30 + job_id: ${{ job.check_run_id }} + github_token: ${{ secrets.GITHUB_TOKEN }} test_dir: tests/e2e/General command: >- docker compose exec -T @@ -233,6 +237,8 @@ jobs: with: max_attempts: 3 timeout_minutes: 30 + job_id: ${{ job.check_run_id }} + github_token: ${{ secrets.GITHUB_TOKEN }} test_dir: tests/e2e/Services/${{ matrix.service }} command: | echo "Using project tables" @@ -342,6 +348,8 @@ jobs: with: max_attempts: 3 timeout_minutes: 30 + job_id: ${{ job.check_run_id }} + github_token: ${{ secrets.GITHUB_TOKEN }} test_dir: tests/e2e/Services/${{ matrix.service }} command: | if [ "${{ matrix.tables-mode }}" == "Shared V1" ]; then @@ -395,6 +403,8 @@ jobs: with: max_attempts: 3 timeout_minutes: 30 + job_id: ${{ job.check_run_id }} + github_token: ${{ secrets.GITHUB_TOKEN }} test_dir: tests/e2e/Services/Projects command: | echo "Using project tables" @@ -450,6 +460,8 @@ jobs: with: max_attempts: 3 timeout_minutes: 30 + job_id: ${{ job.check_run_id }} + github_token: ${{ secrets.GITHUB_TOKEN }} test_dir: tests/e2e/Services/Projects command: | if [ "${{ matrix.tables-mode }}" == "Shared V1" ]; then @@ -503,6 +515,8 @@ jobs: with: max_attempts: 3 timeout_minutes: 30 + job_id: ${{ job.check_run_id }} + github_token: ${{ secrets.GITHUB_TOKEN }} test_dir: tests/e2e/Services/Sites command: | echo "Keeping original value of _APP_BROWSER_HOST" @@ -559,6 +573,8 @@ jobs: with: max_attempts: 3 timeout_minutes: 30 + job_id: ${{ job.check_run_id }} + github_token: ${{ secrets.GITHUB_TOKEN }} test_dir: tests/e2e/Services/Sites command: | echo "Keeping original value of _APP_BROWSER_HOST"