From 96a2f4231e4b15d9b98c2e861e1c8b2fdf14fc6d Mon Sep 17 00:00:00 2001 From: Aleksei Pleshakov Date: Wed, 12 Nov 2025 19:24:35 +0100 Subject: [PATCH 1/2] rolling restart CI --- .github/workflows/slo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slo.yml b/.github/workflows/slo.yml index 2fb779cee..b9e888ad4 100644 --- a/.github/workflows/slo.yml +++ b/.github/workflows/slo.yml @@ -94,7 +94,7 @@ jobs: chmod +x .bin/${{matrix.sdk.id}}_linux_amd64 - name: Inititialize YDB SLO - uses: ydb-platform/ydb-slo-action/init@main + uses: qrort/ydb-slo-action/init@rolling-restart with: github_pull_request_number: ${{ github.event.inputs.github_pull_request_number }} github_token: ${{ secrets.GITHUB_TOKEN }} From a7ca981e2bf27bf5f9e6d7de963a2497c6175a37 Mon Sep 17 00:00:00 2001 From: Aleksei Pleshakov Date: Thu, 13 Nov 2025 18:50:01 +0100 Subject: [PATCH 2/2] another test --- .github/workflows/slo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slo.yml b/.github/workflows/slo.yml index b9e888ad4..ec4f033ee 100644 --- a/.github/workflows/slo.yml +++ b/.github/workflows/slo.yml @@ -94,7 +94,7 @@ jobs: chmod +x .bin/${{matrix.sdk.id}}_linux_amd64 - name: Inititialize YDB SLO - uses: qrort/ydb-slo-action/init@rolling-restart + uses: qrort/ydb-slo-action/init@server-metrics with: github_pull_request_number: ${{ github.event.inputs.github_pull_request_number }} github_token: ${{ secrets.GITHUB_TOKEN }}