6262 with :
6363 github_token : ${{ secrets.GITHUB_TOKEN }}
6464 sha : ${{ steps.metadata.outputs.head_sha }}
65- run_id : ${{ steps.metadata.outputs.run_id }}
6665 context : ' Benchmark Local / hits'
6766 state : pending
6867 description : " Queued"
7271 with :
7372 github_token : ${{ secrets.GITHUB_TOKEN }}
7473 sha : ${{ steps.metadata.outputs.head_sha }}
75- run_id : ${{ steps.metadata.outputs.run_id }}
7674 context : ' Benchmark Cloud / hits (Medium)'
7775 state : pending
7876 description : " Queued"
8179 with :
8280 github_token : ${{ secrets.GITHUB_TOKEN }}
8381 sha : ${{ steps.metadata.outputs.head_sha }}
84- run_id : ${{ steps.metadata.outputs.run_id }}
8582 context : ' Benchmark Cloud / hits (Large)'
8683 state : pending
8784 description : " Queued"
9087 with :
9188 github_token : ${{ secrets.GITHUB_TOKEN }}
9289 sha : ${{ steps.metadata.outputs.head_sha }}
93- run_id : ${{ steps.metadata.outputs.run_id }}
9490 context : ' Benchmark Cloud / tpch (Medium)'
9591 state : pending
9692 description : " Queued"
9995 with :
10096 github_token : ${{ secrets.GITHUB_TOKEN }}
10197 sha : ${{ steps.metadata.outputs.head_sha }}
102- run_id : ${{ steps.metadata.outputs.run_id }}
10398 context : ' Benchmark Cloud / tpch (Large)'
10499 state : pending
105100 description : " Queued"
@@ -150,7 +145,6 @@ jobs:
150145 with :
151146 github_token : ${{ secrets.GITHUB_TOKEN }}
152147 sha : ${{ needs.metadata.outputs.head_sha }}
153- run_id : ${{ needs.metadata.outputs.run_id }}
154148 context : ' Benchmark Local / ${{ matrix.dataset }}'
155149 state : pending
156150 description : " Running"
@@ -159,7 +153,6 @@ jobs:
159153 id : benchmark
160154 with :
161155 sha : ${{ needs.metadata.outputs.sha }}
162- run_id : ${{ needs.metadata.outputs.run_id }}
163156 dataset : ${{ matrix.dataset }}
164157 source : ${{ needs.metadata.outputs.source }}
165158 source_id : ${{ needs.metadata.outputs.source_id }}
@@ -169,7 +162,6 @@ jobs:
169162 with :
170163 github_token : ${{ secrets.GITHUB_TOKEN }}
171164 sha : ${{ needs.metadata.outputs.head_sha }}
172- run_id : ${{ needs.metadata.outputs.run_id }}
173165 context : ' Benchmark Local / ${{ matrix.dataset }}'
174166 state : success
175167
@@ -248,7 +240,6 @@ jobs:
248240 with :
249241 github_token : ${{ secrets.GITHUB_TOKEN }}
250242 sha : ${{ needs.metadata.outputs.head_sha }}
251- run_id : ${{ needs.metadata.outputs.run_id }}
252243 context : ' Benchmark Cloud / ${{ matrix.dataset }} (${{ matrix.size }})'
253244 state : pending
254245 description : " Running"
@@ -258,7 +249,6 @@ jobs:
258249 id : benchmark
259250 with :
260251 sha : ${{ needs.metadata.outputs.sha }}
261- run_id : ${{ needs.metadata.outputs.run_id }}
262252 dataset : ${{ matrix.dataset }}
263253 source : ${{ needs.metadata.outputs.source }}
264254 source_id : ${{ needs.metadata.outputs.source_id }}
@@ -274,7 +264,6 @@ jobs:
274264 with :
275265 github_token : ${{ secrets.GITHUB_TOKEN }}
276266 sha : ${{ needs.metadata.outputs.head_sha }}
277- run_id : ${{ needs.metadata.outputs.run_id }}
278267 context : ' Benchmark Cloud / ${{ matrix.dataset }} (${{ matrix.size }})'
279268 state : success
280269
0 commit comments