Skip to content
Snippets Groups Projects
Commit d37625a7 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Added tests to CI tasks

parent 408b2e5c
No related branches found
No related tags found
No related merge requests found
image: hpvm/gitlab-ci
variables:
GIT_SUBMODULE_STRATEGY: recursive
# Use a better compressor
FF_USE_FASTZIP: "true"
# output upload and download progress every 2 seconds
TRANSFER_METER_FREQUENCY: "2s"
# Use no compression for artifacts
CACHE_COMPRESSION_LEVEL: "fastest"
cache:
key: "$CI_COMMIT_REF_SLUG"
paths:
- hpvm/build/
- hpvm/llvm/
- hpvm/test/dnn_benchmarks/model_params/
build:
stage: build
tags:
- hpvm
script:
- source activate hpvm
- cd hpvm
- pwd
- source activate hpvm && cd hpvm
- ./install.sh -j32 -t "X86" DCMAKE_BUILD_TYPE=Release
- cd ..
only:
- approx_hpvm_devops
changes:
- hpvm/scripts/hpvm_installer.py
tests:
stage: test
tags:
- hpvm
script:
- pwd
- source activate hpvm && cd hpvm
- ./install.sh -j32 -t "X86" DCMAKE_BUILD_TYPE=Release
- cd build && make -j32 check-hpvm-pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment