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
chenpangpang
transformers
Commits
b65a994f
"test/ut/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "0f0c6288c35a456707057b0aab7754fcb5ac4ffd"
Commit
b65a994f
authored
Aug 30, 2019
by
Julien Chaumond
Browse files
[ci] decrease parallelism to increase success prob
parent
1d438f15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.circleci/config.yml
.circleci/config.yml
+2
-2
No files found.
.circleci/config.yml
View file @
b65a994f
...
@@ -5,7 +5,7 @@ jobs:
...
@@ -5,7 +5,7 @@ jobs:
docker
:
docker
:
-
image
:
circleci/python:3.5
-
image
:
circleci/python:3.5
resource_class
:
large
resource_class
:
large
parallelism
:
4
parallelism
:
1
steps
:
steps
:
-
checkout
-
checkout
-
run
:
sudo pip install --progress-bar off .
-
run
:
sudo pip install --progress-bar off .
...
@@ -17,7 +17,7 @@ jobs:
...
@@ -17,7 +17,7 @@ jobs:
build_py2
:
build_py2
:
working_directory
:
~/pytorch-transformers
working_directory
:
~/pytorch-transformers
resource_class
:
large
resource_class
:
large
parallelism
:
4
parallelism
:
1
docker
:
docker
:
-
image
:
circleci/python:2.7
-
image
:
circleci/python:2.7
steps
:
steps
:
...
...
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