|
12 | 12 | # See the License for the specific language governing permissions and
|
13 | 13 | # limitations under the License.
|
14 | 14 |
|
15 |
| -import-${IDP_VERISON:-core}: |
16 |
| - img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-idp-${IDP_VERSION:-core}-py${PYTHON_VERSION:-3.10}-base |
17 |
| - cmd: python -c "import mkl" |
18 |
| -perf-${IDP_VERSION:-core}: |
19 |
| - img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-idp-${IDP_VERSION:-core}-py${PYTHON_VERSION:-3.10}-base |
20 |
| - cmd: python /tests/perf_sample.py |
21 |
| - volumes: |
22 |
| - - dst: /tests |
23 |
| - src: $PWD/python/tests |
24 |
| -perf-stock: |
25 |
| - img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-pip-py${PYTHON_VERSION:-3.10}-base |
26 |
| - cmd: python /tests/perf_sample.py |
| 15 | +# import-${IDP_VERISON:-core}: |
| 16 | +# img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-idp-${IDP_VERSION:-core}-py${PYTHON_VERSION:-3.10}-base |
| 17 | +# cmd: python -c "import mkl" |
| 18 | +# perf-${IDP_VERSION:-core}: |
| 19 | +# img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-idp-${IDP_VERSION:-core}-py${PYTHON_VERSION:-3.10}-base |
| 20 | +# cmd: python /tests/perf_sample.py |
| 21 | +# volumes: |
| 22 | +# - dst: /tests |
| 23 | +# src: $PWD/python/tests |
| 24 | +# perf-stock: |
| 25 | +# img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-pip-py${PYTHON_VERSION:-3.10}-base |
| 26 | +# cmd: python /tests/perf_sample.py |
| 27 | +# volumes: |
| 28 | +# - dst: /tests |
| 29 | +# src: $PWD/python/tests |
| 30 | +xpu-packages-${PACKAGE_OPTION:-pip}: |
| 31 | + img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-xpu-base |
| 32 | + cmd: bash /tests/xpu_packages_test.sh |
| 33 | + device: ["/dev/dri"] |
27 | 34 | volumes:
|
28 | 35 | - dst: /tests
|
29 | 36 | src: $PWD/python/tests
|
|
0 commit comments