Skip to content
Snippets Groups Projects
Commit 5ccf6433 authored by André MAYORAZ's avatar André MAYORAZ
Browse files

[ci] fixed bob devtools version to last available stable package for testability

parent 4c7e4779
Branches
No related tags found
No related merge requests found
Pipeline #64898 canceled
...@@ -26,7 +26,7 @@ stages: ...@@ -26,7 +26,7 @@ stages:
image: quay.io/condaforge/linux-anvil-cos7-x86_64 image: quay.io/condaforge/linux-anvil-cos7-x86_64
before_script: before_script:
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel base - python3 bootstrap.py -vv channel base -t 5.3.0
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base - conda activate base
- conda install memory_profiler -c conda-forge - conda install memory_profiler -c conda-forge
...@@ -43,7 +43,7 @@ build: ...@@ -43,7 +43,7 @@ build:
stage: build stage: build
variables: variables:
GITLAB_CHECKOUT_STRATEGY: "https://gitlab-ci-token:${CI_BUILD_TOKEN}@gitlab.idiap.ch/" GITLAB_CHECKOUT_STRATEGY: "https://gitlab-ci-token:${CI_BUILD_TOKEN}@gitlab.idiap.ch/"
PYTHON_VERSION: "3.9" PYTHON_VERSION: "3.8"
BUILD_EGG: "true" BUILD_EGG: "true"
script: script:
- mprof -o mem_profile.dat run bdt ci docs -vv packages.txt - mprof -o mem_profile.dat run bdt ci docs -vv packages.txt
...@@ -53,6 +53,7 @@ build: ...@@ -53,6 +53,7 @@ build:
expire_in: 1 week expire_in: 1 week
paths: paths:
- sphinx - sphinx
- mem_profile.dat
- ${CONDA_ROOT}/conda-bld/linux-64/*.conda - ${CONDA_ROOT}/conda-bld/linux-64/*.conda
- ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2 - ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
cache: cache:
......
...@@ -15,7 +15,7 @@ requirements: ...@@ -15,7 +15,7 @@ requirements:
# This list should be the same as packages.txt. # This list should be the same as packages.txt.
# This list should also be the same as in bob/bob conda recipe + bob and bob.devtools # This list should also be the same as in bob/bob conda recipe + bob and bob.devtools
- bob - bob
- bob.devtools - bob.devtools=5.3.0
# LIST OF BOB PACKAGES - START # LIST OF BOB PACKAGES - START
- bob.extension - bob.extension
- bob.io.base - bob.io.base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment