Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
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
core
picodata
Merge requests
!1351
ci: allow to push cache in master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ci: allow to push cache in master
ci_master_push
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Виталий Шунков
requested to merge
ci_master_push
into
master
5 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Summary
ci: allow to push cache in master
Close #...
Cherry-pick to: none
Docs follow-up: not necessary /
new issue
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f54c3774
1 commit,
5 months ago
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
7
−
0
Options
@@ -171,6 +171,10 @@ test-linux:
variables
:
BASE_IMAGE_TAG
:
${BASE_IMAGE_LATEST}
CACHE_POLICY
:
pull-push
-
if
:
$CI_COMMIT_BRANCH == $MAIN_BRANCH
variables
:
BASE_IMAGE_TAG
:
${BASE_IMAGE_LATEST}
CACHE_POLICY
:
pull-push
-
<<
:
*if-build-base-changes-on-dev-branch
variables
:
BASE_IMAGE_TAG
:
${CI_COMMIT_SHA}
@@ -311,8 +315,11 @@ test-patch-picodata:
pull_policy
:
always
cache
:
-
<<
:
*py_cache
policy
:
pull
-
<<
:
*base_cache
policy
:
pull
-
<<
:
*base_node
policy
:
pull
script
:
-
PIPENV_VENV_IN_PROJECT=1 PIP_NO_CACHE_DIR=true python3.10 -m pipenv install --deploy
-
./tools/prepare_source_tree_for_stat_analysis.py apply
Loading