Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pjlsa
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
scripting-tools
pjlsa
Commits
4669dad1
Commit
4669dad1
authored
3 weeks ago
by
Michi Hostettler
Browse files
Options
Downloads
Patches
Plain Diff
add image caching
parent
9ce959b9
No related branches found
No related tags found
No related merge requests found
Pipeline
#12144821
failed
3 weeks ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
4669dad1
...
@@ -14,7 +14,7 @@ release_sdist:
...
@@ -14,7 +14,7 @@ release_sdist:
.base_dev_test
:
.base_dev_test
:
variables
:
variables
:
env_spec
:
INSERT_CONDA_REQUIREMENTS
env_spec
:
INSERT_CONDA_REQUIREMENTS
image
:
continuumio/miniconda3
image
:
registry.cern.ch/docker.io/library/
continuumio/miniconda3
script
:
script
:
-
conda create -n test_env --yes --quiet -c conda-forge pip $env_spec
-
conda create -n test_env --yes --quiet -c conda-forge pip $env_spec
-
source activate test_env
-
source activate test_env
...
@@ -36,7 +36,7 @@ tests_dev_py37_jdk11_jp12:
...
@@ -36,7 +36,7 @@ tests_dev_py37_jdk11_jp12:
.base_wheel_test
:
.base_wheel_test
:
image
:
continuumio/miniconda3
image
:
registry.cern.ch/docker.io/library/
continuumio/miniconda3
variables
:
variables
:
env_spec
:
INSERT_CONDA_REQUIREMENTS
env_spec
:
INSERT_CONDA_REQUIREMENTS
script
:
script
:
...
...
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