Skip to content

Commit 61aafdb

Browse files
author
Grigori Fursin
committed
fix test
1 parent 3f13d9e commit 61aafdb

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/test-cmxr-mlperf-inference-rgat.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,12 @@ jobs:
3939
run: |
4040
cmxr --tags=run,mlperf,inference,generate-run-cmds,_submission,_short --adr.inference-src.tags=_branch.dev --pull_changes=yes --pull_inference_changes=yes --submitter="MLC" --hw_name=gh_${{ matrix.os }}_x86 --model=rgat --implementation=${{ matrix.implementation }} --backend=${{ matrix.backend }} --device=cpu --scenario=Offline --test_query_count=500 --adr.compiler.tags=gcc --category=datacenter --quiet --v --target_qps=1
4141
42-
- name: Retrieve secrets from Keeper
43-
id: ksecrets
44-
uses: Keeper-Security/ksm-action@master
45-
with:
46-
keeper-secret-config: ${{ secrets.KSM_CONFIG }}
47-
secrets: |-
48-
ubwkjh-Ii8UJDpG2EoU6GQ/field/Access Token > env:PAT
49-
50-
- name: Push Results
42+
- name: Push Test MLPerf Results (only for cTuning dev branches)
43+
if: github.repository_owner == 'ctuning'
5144
env:
52-
GITHUB_TOKEN: ${{ env.PAT }}
45+
USER: "GitHub Action"
46+
EMAIL: "admin@cTuning.org"
47+
GITHUB_TOKEN: ${{ secrets.TEST_RESULTS_GITHUB_TOKEN }}
5348
run: |
5449
git config --global user.name "mlcommons-bot"
5550
git config --global user.email "mlcommons-bot@users.noreply.github.com"

0 commit comments

Comments
 (0)