We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf89747 commit abfda32Copy full SHA for abfda32
.github/workflows/slo.yml
@@ -47,7 +47,7 @@ jobs:
47
dotnet-version: 8.0.x
48
49
- name: Initialize YDB SLO
50
- uses: ydb-platform/ydb-slo-action/init@cbbe01f2bb5c57cf44b997e10662e155d0bd80eb
+ uses: ydb-platform/ydb-slo-action/init@main
51
with:
52
github_pull_request_number: ${{ github.event.inputs.github_pull_request_number }}
53
github_token: ${{ secrets.GITHUB_TOKEN }}
slo/playground/configs/compose.yaml
@@ -5,7 +5,7 @@ x-runtime: &runtime
5
network_mode: host
6
7
x-ydb-node: &ydb-node
8
- image: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.3.15.5
+ image: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.4.4.2
9
restart: always
10
<<: *runtime
11
volumes:
0 commit comments