Skip to content

Commit ecbcc4c

Browse files
author
tylertitsworth
committed
update TR checkout CI
1 parent 8aaa1b1 commit ecbcc4c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

test-runner/action.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ runs:
5252
ref: main
5353
repository: intel/ai-containers
5454
token: ${{ inputs.token }}
55+
- uses: actions/checkout@v4
56+
with:
57+
path: models-perf
58+
ref: main
59+
repository: ${{ secrets.PERF_REPO }}
60+
token: ${{ inputs.token }}
5561
- name: Install Requirements
5662
shell: bash
5763
run: |
@@ -63,8 +69,6 @@ runs:
6369
run: venv/bin/python mlops/test-runner/test_runner.py -f ${{ inputs.test_dir }}/tests.yaml -l ${{ inputs.test_dir }}/logs -a ${{ inputs.recipe_dir }}/.actions.json -v
6470
env:
6571
CACHE_REGISTRY: ${{ inputs.cache_registry }}
66-
GH_TOKEN: ${{ inputs.token }}
67-
PERF_REPO: ${{ inputs.perf_repo }}
6872
PYTHONPATH: mlops/test-runner
6973
REGISTRY: ${{ inputs.registry }}
7074
REPO: ${{ inputs.repo }}

0 commit comments

Comments
 (0)