Skip to content

Commit ddf68b0

Browse files
committed
Introduce ci id
1 parent 9f1afda commit ddf68b0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/quota-parsing.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
--err \
3838
--adapter rust_criterion \
3939
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
40+
--ci-only-thresholds \
41+
--ci-id '${{ github.workflow_ref }}' \
4042
"cargo bench --bench combine_performance"
4143
4244
- name: Compare quota parsing metrics benchmarks with main branch
@@ -52,6 +54,8 @@ jobs:
5254
--err \
5355
--adapter rust_criterion \
5456
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
57+
--ci-only-thresholds \
58+
--ci-id '${{ github.workflow_ref }}' \
5559
"cargo bench --bench combine_performance"
5660
5761
- name: Run quota parsing memory usage benchmark
@@ -111,6 +115,7 @@ jobs:
111115
--adapter json \
112116
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
113117
--ci-only-thresholds \
118+
--ci-id '${{ github.workflow_ref }}' \
114119
--file lustre-collector/combine_mem_usage.json
115120
116121
- name: Compare quota parsing memory metrics with main branch
@@ -127,4 +132,5 @@ jobs:
127132
--adapter json \
128133
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
129134
--ci-only-thresholds \
135+
--ci-id '${{ github.workflow_ref }}' \
130136
--file lustre-collector/combine_mem_usage.json

.github/workflows/scrape-memory-metrics-bench.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
--adapter json \
5454
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
5555
--ci-only-thresholds \
56+
--ci-id '${{ github.workflow_ref }}' \
5657
--file lustrefs-exporter/scrape_allocations_results.json
5758
5859
- name: Compare scrape memory metrics with main branch
@@ -69,4 +70,5 @@ jobs:
6970
--adapter json \
7071
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
7172
--ci-only-thresholds \
73+
--ci-id '${{ github.workflow_ref }}' \
7274
--file lustrefs-exporter/scrape_allocations_results.json

0 commit comments

Comments
 (0)