File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
python-version : [ "3.8", "3.12" ]
19
19
backend : [ "pytorch" ]
20
20
implementation : [ "python" ]
21
- docker : [ "", " --docker --docker_mlc_repo=mlcommons@mlperf-automations --docker_mlc_repo_branch=dev --docker_dt" ]
21
+ docker : [ "", " --docker --docker_mlc_repo=${{ github.event.pull_request.head.repo.html_url }} --docker_mlc_repo_branch=${{ github.event.pull_request.head.ref }} --docker_dt" ]
22
22
extra-args : [ "--adr.compiler.tags=gcc", "--env.MLC_MLPERF_LOADGEN_BUILD_FROM_SRC=off" ]
23
23
exclude :
24
24
- os : ubuntu-24.04
@@ -28,16 +28,16 @@ jobs:
28
28
- os : windows-latest
29
29
extra-args : " --adr.compiler.tags=gcc"
30
30
- os : windows-latest
31
- docker : " --docker --docker_mlc_repo=mlcommons@mlperf-automations --docker_mlc_repo_branch=dev --docker_dt"
31
+ docker : " --docker --docker_mlc_repo=${{ github.event.pull_request.head.repo.html_url }} --docker_mlc_repo_branch=${{ github.event.pull_request.head.ref }} --docker_dt"
32
32
# windows docker image is not supported in CM yet
33
33
- os : macos-latest
34
34
python-version : " 3.8"
35
35
- os : macos-13
36
36
python-version : " 3.8"
37
37
- os : macos-latest
38
- docker : " --docker --docker_mlc_repo=mlcommons@mlperf-automations --docker_mlc_repo_branch=dev --docker_dt"
38
+ docker : " --docker --docker_mlc_repo=${{ github.event.pull_request.head.repo.html_url }} --docker_mlc_repo_branch=${{ github.event.pull_request.head.ref }} --docker_dt"
39
39
- os : macos-13
40
- docker : " --docker --docker_mlc_repo=mlcommons@mlperf-automations --docker_mlc_repo_branch=dev --docker_dt"
40
+ docker : " --docker --docker_mlc_repo=${{ github.event.pull_request.head.repo.html_url }} --docker_mlc_repo_branch=${{ github.event.pull_request.head.ref }} --docker_dt"
41
41
42
42
steps :
43
43
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments