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
bc82ffe2
Unverified
Commit
bc82ffe2
authored
Apr 28, 2020
by
moto
Committed by
GitHub
Apr 28, 2020
Browse files
Move smoke test Dockerfile to dedicated directory (#591)
parent
3012050d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.circleci/config.yml
.circleci/config.yml
+3
-3
.circleci/config.yml.in
.circleci/config.yml.in
+3
-3
.circleci/smoke_test/docker/Dockerfile
.circleci/smoke_test/docker/Dockerfile
+0
-0
No files found.
.circleci/config.yml
View file @
bc82ffe2
...
@@ -208,7 +208,7 @@ jobs:
...
@@ -208,7 +208,7 @@ jobs:
source /usr/local/etc/profile.d/conda.sh && conda activate python${PYTHON_VERSION}
source /usr/local/etc/profile.d/conda.sh && conda activate python${PYTHON_VERSION}
python -c "import torchaudio"
python -c "import torchaudio"
docker_image_build
:
smoke_test_
docker_image_build
:
machine
:
machine
:
image
:
ubuntu-1604:201903-01
image
:
ubuntu-1604:201903-01
resource_class
:
large
resource_class
:
large
...
@@ -220,7 +220,7 @@ jobs:
...
@@ -220,7 +220,7 @@ jobs:
name
:
build_docker image
name
:
build_docker image
no_output_timeout
:
"
1h"
no_output_timeout
:
"
1h"
command
:
|
command
:
|
cd .circleci/docker && docker build . -t ${image_name}:${CIRCLE_WORKFLOW_ID}
cd .circleci/
smoke_test/
docker && docker build . -t ${image_name}:${CIRCLE_WORKFLOW_ID}
-
run
:
-
run
:
name
:
upload docker image
name
:
upload docker image
no_output_timeout
:
"
1h"
no_output_timeout
:
"
1h"
...
@@ -553,4 +553,4 @@ workflows:
...
@@ -553,4 +553,4 @@ workflows:
only
:
only
:
-
master
-
master
jobs
:
jobs
:
-
docker_image_build
-
smoke_test_docker_image_build
\ No newline at end of file
\ No newline at end of file
.circleci/config.yml.in
View file @
bc82ffe2
...
@@ -208,7 +208,7 @@ jobs:
...
@@ -208,7 +208,7 @@ jobs:
source /usr/local/etc/profile.d/conda.sh && conda activate python${PYTHON_VERSION}
source /usr/local/etc/profile.d/conda.sh && conda activate python${PYTHON_VERSION}
python -c "import torchaudio"
python -c "import torchaudio"
docker_image_build:
smoke_test_
docker_image_build:
machine:
machine:
image: ubuntu-1604:201903-01
image: ubuntu-1604:201903-01
resource_class: large
resource_class: large
...
@@ -220,7 +220,7 @@ jobs:
...
@@ -220,7 +220,7 @@ jobs:
name: build_docker image
name: build_docker image
no_output_timeout: "1h"
no_output_timeout: "1h"
command: |
command: |
cd .circleci/docker && docker build . -t ${image_name}:${CIRCLE_WORKFLOW_ID}
cd .circleci/
smoke_test/
docker && docker build . -t ${image_name}:${CIRCLE_WORKFLOW_ID}
- run:
- run:
name: upload docker image
name: upload docker image
no_output_timeout: "1h"
no_output_timeout: "1h"
...
@@ -295,4 +295,4 @@ workflows:
...
@@ -295,4 +295,4 @@ workflows:
only:
only:
- master
- master
jobs:
jobs:
- docker_image_build
-
smoke_test_
docker_image_build
.circleci/docker/Dockerfile
→
.circleci/
smoke_test/
docker/Dockerfile
View file @
bc82ffe2
File moved
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