diff --git a/.github/workflows/slo.yml b/.github/workflows/slo.yml index 2d582a7a8c..f1c24821c8 100644 --- a/.github/workflows/slo.yml +++ b/.github/workflows/slo.yml @@ -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 @@ -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 diff --git a/.github/workflows/slo_report.yml b/.github/workflows/slo_report.yml index e06301abac..0a7c2e3483 100644 --- a/.github/workflows/slo_report.yml +++ b/.github/workflows/slo_report.yml @@ -2,7 +2,7 @@ name: SLO Report on: workflow_run: - workflows: ["SLO CPP SDK"] + workflows: ["SLO"] types: - completed