Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
docs
Commits
5ccf6433
Commit
5ccf6433
authored
2 years ago
by
André MAYORAZ
Browse files
Options
Downloads
Patches
Plain Diff
[ci] fixed bob devtools version to last available stable package for testability
parent
4c7e4779
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#64898
canceled
2 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
conda/meta.yaml
+1
-1
1 addition, 1 deletion
conda/meta.yaml
with
4 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
2
View file @
5ccf6433
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
conda/meta.yaml
+
1
−
1
View file @
5ccf6433
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment