From b135e1b950411bcf46706387ad5615376b18a74c Mon Sep 17 00:00:00 2001 From: "chingning.chen" Date: Thu, 28 Apr 2022 21:53:21 +0800 Subject: [PATCH] test: add placeholder for kneron tests --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56ee16b..ec74070 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,9 +15,14 @@ building: - python setup.py check -m -s - python -m pip install -e . -testing: +mmseg-testing: stage: test script: - python -m coverage run --branch --source mmseg -m pytest tests/ - python -m coverage xml - python -m coverage report -m + +kneron-testing: + stage: test + script: + - echo "[WIP] This job test kneron-related functions."