зеркало из https://github.com/mozilla/bugbug.git
Update version of version-control-tools
This commit is contained in:
Родитель
c8bf82ecc3
Коммит
f84db7007b
|
@ -100,7 +100,7 @@ tasks:
|
||||||
pip install --disable-pip-version-check --quiet --no-cache-dir -r extra-nn-requirements.txt &&
|
pip install --disable-pip-version-check --quiet --no-cache-dir -r extra-nn-requirements.txt &&
|
||||||
pip install --disable-pip-version-check --quiet --no-cache-dir -r infra/spawn_pipeline_requirements.txt &&
|
pip install --disable-pip-version-check --quiet --no-cache-dir -r infra/spawn_pipeline_requirements.txt &&
|
||||||
pip install --disable-pip-version-check --quiet --no-cache-dir -r test-requirements.txt &&
|
pip install --disable-pip-version-check --quiet --no-cache-dir -r test-requirements.txt &&
|
||||||
hg clone -r 35f393d6769a7b146c5e082aef19b38edac55f4a https://hg.mozilla.org/hgcustom/version-control-tools /version-control-tools/ &&
|
hg clone -r 811b8a34e7211ce5ffc60e44ae07064f73063bde https://hg.mozilla.org/hgcustom/version-control-tools /version-control-tools/ &&
|
||||||
python -m pytest --cov=./ tests/test_*.py &&
|
python -m pytest --cov=./ tests/test_*.py &&
|
||||||
bash <(curl -s https://codecov.io/bash)"
|
bash <(curl -s https://codecov.io/bash)"
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -130,7 +130,7 @@ tasks:
|
||||||
pip install --disable-pip-version-check --quiet --no-cache-dir . &&
|
pip install --disable-pip-version-check --quiet --no-cache-dir . &&
|
||||||
pip install --disable-pip-version-check --quiet --no-cache-dir -r test-requirements.txt &&
|
pip install --disable-pip-version-check --quiet --no-cache-dir -r test-requirements.txt &&
|
||||||
pip install --disable-pip-version-check --quiet --no-cache-dir ./http_service &&
|
pip install --disable-pip-version-check --quiet --no-cache-dir ./http_service &&
|
||||||
hg clone -r 35f393d6769a7b146c5e082aef19b38edac55f4a https://hg.mozilla.org/hgcustom/version-control-tools /version-control-tools/ &&
|
hg clone -r 811b8a34e7211ce5ffc60e44ae07064f73063bde https://hg.mozilla.org/hgcustom/version-control-tools /version-control-tools/ &&
|
||||||
pytest --cov=http_service http_service/tests/ -vvv &&
|
pytest --cov=http_service http_service/tests/ -vvv &&
|
||||||
bash <(curl -s https://codecov.io/bash)"
|
bash <(curl -s https://codecov.io/bash)"
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -12,7 +12,7 @@ ENV PATH="${PATH}:/git-cinnabar"
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends -o APT::Immediate-Configure=false -t testing git && \
|
apt-get install -y --no-install-recommends -o APT::Immediate-Configure=false -t testing git && \
|
||||||
apt-get install -y --no-install-recommends curl patch libcurl4 && \
|
apt-get install -y --no-install-recommends curl patch libcurl4 && \
|
||||||
hg clone -r 35f393d6769a7b146c5e082aef19b38edac55f4a https://hg.mozilla.org/hgcustom/version-control-tools /version-control-tools/ && \
|
hg clone -r 811b8a34e7211ce5ffc60e44ae07064f73063bde https://hg.mozilla.org/hgcustom/version-control-tools /version-control-tools/ && \
|
||||||
rm -r /version-control-tools/.hg /version-control-tools/ansible /version-control-tools/docs /version-control-tools/testing && \
|
rm -r /version-control-tools/.hg /version-control-tools/ansible /version-control-tools/docs /version-control-tools/testing && \
|
||||||
git clone https://github.com/glandium/git-cinnabar.git /git-cinnabar && \
|
git clone https://github.com/glandium/git-cinnabar.git /git-cinnabar && \
|
||||||
cd /git-cinnabar && git -c advice.detachedHead=false checkout 1fdcc86a16a13150f31ed54e25471efd56ec2737 && cd .. && \
|
cd /git-cinnabar && git -c advice.detachedHead=false checkout 1fdcc86a16a13150f31ed54e25471efd56ec2737 && cd .. && \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче