Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
60f0916e
"...text-generation-inference.git" did not exist on "86c8335f1b280f6514ae0a6d22754e503cf3d414"
Unverified
Commit
60f0916e
authored
Apr 24, 2020
by
moto
Committed by
GitHub
Apr 24, 2020
Browse files
Store test result on CCI (#584)
parent
b7dbdc6d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
.circleci/config.yml
.circleci/config.yml
+2
-0
.circleci/config.yml.in
.circleci/config.yml.in
+2
-0
.circleci/unittest/run_test.sh
.circleci/unittest/run_test.sh
+1
-1
No files found.
.circleci/config.yml
View file @
60f0916e
...
@@ -262,6 +262,8 @@ jobs:
...
@@ -262,6 +262,8 @@ jobs:
-
run
:
-
run
:
name
:
Run test
name
:
Run test
command
:
.circleci/unittest/run_test.sh
command
:
.circleci/unittest/run_test.sh
-
store_test_results
:
path
:
test-results
workflows
:
workflows
:
build
:
build
:
...
...
.circleci/config.yml.in
View file @
60f0916e
...
@@ -262,6 +262,8 @@ jobs:
...
@@ -262,6 +262,8 @@ jobs:
- run:
- run:
name: Run test
name: Run test
command: .circleci/unittest/run_test.sh
command: .circleci/unittest/run_test.sh
- store_test_results:
path: test-results
workflows:
workflows:
build:
build:
...
...
.circleci/unittest/run_test.sh
View file @
60f0916e
...
@@ -6,4 +6,4 @@ eval "$(./conda/bin/conda shell.bash hook)"
...
@@ -6,4 +6,4 @@ eval "$(./conda/bin/conda shell.bash hook)"
conda activate ./env
conda activate ./env
python
-m
torch.utils.collect_env
python
-m
torch.utils.collect_env
pytest
-v
test
pytest
--junitxml
=
test-results/junit.xml
-v
test
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment