Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed May 28, 2024
1 parent a0c9757 commit b9965d7
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,25 +85,25 @@ test_python_39:
paths:
- .cache/

test_tvm:
stage: test
image: ubuntu:22.04
script:
- set -e
- apt-get install -y llvm-dev libclang-dev g++ python-is-python3
- poetry config installer.max-workers 10
- poetry run external/hannah-tvm/scripts/install_full.sh
- poetry install -E tvm -E vision
- poetry run python -m pytest -v --cov=hannah --cov external/hannah-tvm test --integration
tags:
- docker
interruptible: true
allow_failure: false
rules:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
cache:
paths:
- .cache/
#test_tvm:
# stage: test
# image: ubuntu:22.04
# script:
# - set -e
# - apt-get install -y llvm-dev libclang-dev g++ python-is-python3
# - poetry config installer.max-workers 10
# - poetry run external/hannah-tvm/scripts/install_full.sh
# - poetry install -E tvm -E vision
# - poetry run python -m pytest -v --cov=hannah --cov external/hannah-tvm test --integration
# tags:
# - docker
# interruptible: true
# allow_failure: false
# rules:
# - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# cache:
# paths:
# - .cache/

test_python_310:
stage: test
Expand Down

0 comments on commit b9965d7

Please sign in to comment.