Skip to content

Commit a01ecae

Browse files
committed
uncomment other tests
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
1 parent fe959ab commit a01ecae

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

python/tests/tests.yaml

+15-15
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

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
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
3030
xpu-packages-${PACKAGE_OPTION:-pip}:
3131
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
3232
cmd: bash /tests/xpu_packages_test.sh

0 commit comments

Comments
 (0)