Skip to content

Commit

Permalink
update TR checkout CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertitsworth committed Jun 4, 2024
1 parent 8aaa1b1 commit ecbcc4c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ runs:
ref: main
repository: intel/ai-containers
token: ${{ inputs.token }}
- uses: actions/checkout@v4
with:
path: models-perf
ref: main
repository: ${{ secrets.PERF_REPO }}
token: ${{ inputs.token }}
- name: Install Requirements
shell: bash
run: |
Expand All @@ -63,8 +69,6 @@ runs:
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
env:
CACHE_REGISTRY: ${{ inputs.cache_registry }}
GH_TOKEN: ${{ inputs.token }}
PERF_REPO: ${{ inputs.perf_repo }}
PYTHONPATH: mlops/test-runner
REGISTRY: ${{ inputs.registry }}
REPO: ${{ inputs.repo }}
Expand Down

0 comments on commit ecbcc4c

Please sign in to comment.