Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/slo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:

docker build -t ydb-app-current \
--build-arg REF="${{ github.head_ref || github.ref_name }}" \
--build-arg PRESET=release-test-clang \
-f tests/slo_workloads/Dockerfile .

# Clean up .dockerignore
Expand All @@ -150,6 +151,7 @@ jobs:

docker build -t ydb-app-baseline \
--build-arg REF="${{ steps.baseline.outputs.ref }}" \
--build-arg PRESET=release-test-clang \
-f tests/slo_workloads/Dockerfile .

# Clean up .dockerignore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slo_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SLO Report

on:
workflow_run:
workflows: ["SLO CPP SDK"]
workflows: ["SLO"]
types:
- completed

Expand Down
Loading