Skip to content

Commit

Permalink
Skip Java Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apaniukov committed Oct 24, 2023
1 parent 06d5159 commit fa5360d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .ci/azure/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,15 @@ jobs:
- script: ls -alR $(INSTALL_DIR)
displayName: 'List install files'

- script: |
set -e
export PATH=$(WORK_DIR)/gradle-$(GRADLE_VER)/bin:${PATH}
. $(SETUPVARS) gradle clean build --info
for d in CPU HETERO:CPU; do
gradle test -Prun_tests -DMODELS_PATH=$(MODELS_PATH) -Ddevice=$d --info;
done
workingDirectory: $(REPO_DIR)/modules/java_api
displayName: 'Java tests'
# - script: |
# set -e
# export PATH=$(WORK_DIR)/gradle-$(GRADLE_VER)/bin:${PATH}
# . $(SETUPVARS) gradle clean build --info
# for d in CPU HETERO:CPU; do
# gradle test -Prun_tests -DMODELS_PATH=$(MODELS_PATH) -Ddevice=$d --info;
# done
# workingDirectory: $(REPO_DIR)/modules/java_api
# displayName: 'Java tests'

- script: |
python3 -m pip install --user virtualenv
Expand Down

0 comments on commit fa5360d

Please sign in to comment.