Skip to content
Snippets Groups Projects
Commit c6a211bf authored by leufen1's avatar leufen1
Browse files

remove gpu test, because it always used the cpu version, gpu is failing...

parent 36fb2706
No related branches found
No related tags found
3 merge requests!253include current develop,!252Resolve "release v1.3.0",!247Resolve "BUG: update reqirements"
Pipeline #60394 passed
...@@ -30,10 +30,10 @@ tests (from scratch): ...@@ -30,10 +30,10 @@ tests (from scratch):
- base - base
- zam347 - zam347
stage: test stage: test
# only: only:
# - master - master
# - /^release.*$/ - /^release.*$/
# - develop - develop
variables: variables:
FAILURE_THRESHOLD: 100 FAILURE_THRESHOLD: 100
TEST_TYPE: "scratch" TEST_TYPE: "scratch"
...@@ -59,33 +59,33 @@ tests (from scratch): ...@@ -59,33 +59,33 @@ tests (from scratch):
- test_results/ - test_results/
### Tests (on GPU) ### ### Tests (on GPU) ###
tests (on GPU): #tests (on GPU):
tags: # tags:
- gpu # - gpu
- zam347 # - zam347
stage: test # stage: test
# only: # only:
# - master # - master
# - /^release.*$/ # - /^release.*$/
# - develop # - develop
variables: # variables:
FAILURE_THRESHOLD: 100 # FAILURE_THRESHOLD: 100
TEST_TYPE: "gpu" # TEST_TYPE: "gpu"
before_script: # before_script:
- chmod +x ./CI/update_badge.sh # - chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null # - ./CI/update_badge.sh > /dev/null
script: # script:
- pip install -r test/requirements_tf_skip.txt # - pip install -r test/requirements_tf_skip.txt
- chmod +x ./CI/run_pytest.sh # - chmod +x ./CI/run_pytest.sh
- ./CI/run_pytest.sh # - ./CI/run_pytest.sh
after_script: # after_script:
- ./CI/update_badge.sh > /dev/null # - ./CI/update_badge.sh > /dev/null
artifacts: # artifacts:
name: pages # name: pages
when: always # when: always
paths: # paths:
- badges/ # - badges/
- test_results/ # - test_results/
### Tests ### ### Tests ###
tests: tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment