Closed
Bug 1353122
Opened 8 years ago
Closed 8 years ago
Commit index should have service-level tests and they should run on circleci
Categories
(Conduit :: General, enhancement)
Conduit
General
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mars, Unassigned)
References
()
Details
Attachments
(4 obsolete files)
No description provided.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8854140 [details]
commitindex: docker container optimizations (bug 1353122)
https://reviewboard.mozilla.org/r/126114/#review128686
::: commitindex/docker/commitindex/dockerfile-dev:9
(Diff revision 1)
> -RUN pip install -r /requirements.txt
> +RUN pip install --no-cache -r /requirements.txt
> ADD dev-requirements.txt /dev-requirements.txt
> -RUN pip install -r /dev-requirements.txt
> +RUN pip install --no-cache -r /dev-requirements.txt
> +
> +# Bytecode pollutes the developer's source tree with root-owned *.pyc files.
> +# Set this after pip has finished and before we start to work with the
Space :)
::: commitindex/tests/test_service.py:1
(Diff revision 1)
> +# This Source Code Form is subject to the terms of the Mozilla Public
Seeing single and double quotes both used; may want to choose one for consistency.
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8854140 [details]
commitindex: docker container optimizations (bug 1353122)
https://reviewboard.mozilla.org/r/126116/#review128696
::: commitindex/docker/commitindex/dockerfile-dev:9
(Diff revision 1)
> -RUN pip install -r /requirements.txt
> +RUN pip install --no-cache -r /requirements.txt
> ADD dev-requirements.txt /dev-requirements.txt
> -RUN pip install -r /dev-requirements.txt
> +RUN pip install --no-cache -r /dev-requirements.txt
> +
> +# Bytecode pollutes the developer's source tree with root-owned *.pyc files.
> +# Set this after pip has finished and before we start to work with the
Whitespace :)
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Reporter | ||
Updated•8 years ago
|
Attachment #8854140 -
Attachment is obsolete: true
Attachment #8854140 -
Flags: review?(smacleod)
Reporter | ||
Updated•8 years ago
|
Attachment #8854141 -
Attachment is obsolete: true
Attachment #8854141 -
Flags: review?(smacleod)
Reporter | ||
Updated•8 years ago
|
Attachment #8854211 -
Attachment is obsolete: true
Attachment #8854211 -
Flags: review?(smacleod)
Reporter | ||
Updated•8 years ago
|
Attachment #8857050 -
Attachment is obsolete: true
Attachment #8857050 -
Flags: review?(mars)
Comment 11•8 years ago
|
||
Outdated, no longer needed - there is no commitindex yet in the new commit pipeline architecture.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•