|
1 | 1 | name: MLPerf inference R-GAT
|
2 | 2 |
|
3 | 3 | on:
|
4 |
| - pull_request: |
| 4 | + pull_request_target: |
5 | 5 | branches: [ "main", "dev" ]
|
6 | 6 | paths:
|
7 | 7 | - '.github/workflows/test-mlperf-inference-rgat.yml'
|
@@ -36,17 +36,22 @@ jobs:
|
36 | 36 | run: |
|
37 | 37 | mlcr --tags=run,mlperf,inference,generate-run-cmds,_submission,_short --adr.inference-src.tags=_branch.dev --pull_changes=yes --pull_inference_changes=yes --submitter="MLCommons" --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
|
38 | 38 |
|
| 39 | + - name: Retrieve secrets from Keeper |
| 40 | + id: ksecrets |
| 41 | + uses: Keeper-Security/ksm-action@master |
| 42 | + with: |
| 43 | + keeper-secret-config: ${{ secrets.KSM_CONFIG }} |
| 44 | + secrets: |- |
| 45 | + ubwkjh-Ii8UJDpG2EoU6GQ/field/Access Token > env:PAT |
| 46 | + |
39 | 47 | - name: Push Results
|
40 |
| - if: github.repository_owner == 'gateoverflow' |
41 | 48 | env:
|
42 |
| - USER: "GitHub Action" |
43 |
| - EMAIL: "admin@gateoverflow.com" |
44 |
| - GITHUB_TOKEN: ${{ secrets.TEST_RESULTS_GITHUB_TOKEN }} |
| 49 | + GITHUB_TOKEN: ${{ env.PAT }} |
45 | 50 | run: |
|
46 |
| - git config --global user.name "${{ env.USER }}" |
47 |
| - git config --global user.email "${{ env.EMAIL }}" |
| 51 | + git config --global user.name "mlcommons-bot" |
| 52 | + git config --global user.email "mlcommons-bot@users.noreply.github.com" |
48 | 53 | git config --global credential.https://github.com.helper ""
|
49 | 54 | git config --global credential.https://github.com.helper "!gh auth git-credential"
|
50 | 55 | git config --global credential.https://gist.github.com.helper ""
|
51 | 56 | git config --global credential.https://gist.github.com.helper "!gh auth git-credential"
|
52 |
| - mlcr --tags=push,github,mlperf,inference,submission --repo_url=https://github.com/mlcommons/mlperf_inference_test_submissions_v5.0 --repo_branch=auto-update --commit_message="Results from R-GAT GH action on ${{ matrix.os }}" --quiet |
| 57 | + mlcr --tags=push,github,mlperf,inference,submission --repo_url=https://github.com/mlcommons/mlperf_inference_test_submissions_v5.0 --repo_branch=auto-update --commit_message="Results from R50 GH action on ${{ matrix.os }}" --quiet |
0 commit comments