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
hehl2
Torchaudio
Commits
9574b7ca
"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "ce0dc33cb809405fda18a8077da4058d1f7a5374"
Unverified
Commit
9574b7ca
authored
Oct 11, 2022
by
Andrey Talman
Committed by
GitHub
Oct 11, 2022
Browse files
Increase inactivity timeout (#2755)
parent
0f1d13ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
.circleci/config.yml
.circleci/config.yml
+4
-1
.circleci/config.yml.in
.circleci/config.yml.in
+4
-1
No files found.
.circleci/config.yml
View file @
9574b7ca
...
@@ -271,6 +271,8 @@ jobs:
...
@@ -271,6 +271,8 @@ jobs:
-
attach_workspace
:
-
attach_workspace
:
at
:
third_party
at
:
third_party
-
run
:
-
run
:
name
:
Build conda packages
no_output_timeout
:
30m
command
:
|
command
:
|
export FFMPEG_ROOT=${PWD}/third_party/ffmpeg
export FFMPEG_ROOT=${PWD}/third_party/ffmpeg
packaging/build_conda.sh
packaging/build_conda.sh
...
@@ -353,6 +355,7 @@ jobs:
...
@@ -353,6 +355,7 @@ jobs:
at
:
third_party
at
:
third_party
-
run
:
-
run
:
name
:
Build wheel packages
name
:
Build wheel packages
no_output_timeout
:
30m
command
:
|
command
:
|
set -ex
set -ex
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
...
@@ -380,7 +383,7 @@ jobs:
...
@@ -380,7 +383,7 @@ jobs:
at
:
third_party
at
:
third_party
-
run
:
-
run
:
name
:
Build conda packages
name
:
Build conda packages
no_output_timeout
:
2
0m
no_output_timeout
:
3
0m
command
:
|
command
:
|
set -ex
set -ex
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
...
...
.circleci/config.yml.in
View file @
9574b7ca
...
@@ -271,6 +271,8 @@ jobs:
...
@@ -271,6 +271,8 @@ jobs:
- attach_workspace:
- attach_workspace:
at: third_party
at: third_party
- run:
- run:
name: Build conda packages
no_output_timeout: 30m
command: |
command: |
export FFMPEG_ROOT=${PWD}/third_party/ffmpeg
export FFMPEG_ROOT=${PWD}/third_party/ffmpeg
packaging/build_conda.sh
packaging/build_conda.sh
...
@@ -353,6 +355,7 @@ jobs:
...
@@ -353,6 +355,7 @@ jobs:
at: third_party
at: third_party
- run:
- run:
name: Build wheel packages
name: Build wheel packages
no_output_timeout: 30m
command: |
command: |
set -ex
set -ex
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
...
@@ -380,7 +383,7 @@ jobs:
...
@@ -380,7 +383,7 @@ jobs:
at: third_party
at: third_party
- run:
- run:
name: Build conda packages
name: Build conda packages
no_output_timeout:
2
0m
no_output_timeout:
3
0m
command: |
command: |
set -ex
set -ex
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
...
...
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