Skip to content

Commit ad40723

Browse files
committed
server: bench: init
1 parent 3dd0dad commit ad40723

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ on:
1919
push:
2020
branches:
2121
- master
22-
- hp/server/bench/workflow # FIXME remove
2322
paths: ['.github/workflows/bench.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/bench/**.*']
2423
pull_request:
2524
types: [opened, synchronize, reopened]
@@ -44,19 +43,6 @@ jobs:
4443
with:
4544
fetch-depth: 0
4645

47-
- name: TMP
48-
id: tmp
49-
env:
50-
PR_NUMBER: ${{ github.event.number }}
51-
PR: ${{ github.event.pull_request }}
52-
REF: ${{ github.event.push.ref }}
53-
TEST: ${{ github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3' || github.event.schedule || github.event.pull_request || github.event.push.ref == 'refs/heads/master' }}
54-
run: |
55-
echo IF:
56-
echo github.event.pull_request=$PR
57-
echo github.event.push.ref=$REF
58-
echo test=$TEST
59-
6046
- name: Install python env
6147
id: pipenv
6248
run: |
@@ -150,7 +136,7 @@ jobs:
150136
authToken: ${{secrets.GITHUB_TOKEN}}
151137
context: ${{ github.job }}
152138
description: |
153-
$BENCH_RESULTS
139+
${{ env.BENCH_RESULTS }}
154140
state: 'success'
155141

156142
- name: Upload results

0 commit comments

Comments
 (0)