We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aaa1b1 commit ecbcc4cCopy full SHA for ecbcc4c
test-runner/action.yml
@@ -52,6 +52,12 @@ runs:
52
ref: main
53
repository: intel/ai-containers
54
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 }}
61
- name: Install Requirements
62
shell: bash
63
run: |
@@ -63,8 +69,6 @@ runs:
69
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
64
70
env:
65
71
CACHE_REGISTRY: ${{ inputs.cache_registry }}
66
- GH_TOKEN: ${{ inputs.token }}
67
- PERF_REPO: ${{ inputs.perf_repo }}
68
72
PYTHONPATH: mlops/test-runner
73
REGISTRY: ${{ inputs.registry }}
74
REPO: ${{ inputs.repo }}
0 commit comments