Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
hive
hivemind
Commits
9e5014c5
Commit
9e5014c5
authored
10 months ago
by
Michal Zander
Committed by
Bartek Wrona
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update docker image
parent
6c0ef640
No related branches found
No related tags found
2 merge requests
!827
Merge develop changes to master
,
!710
(Reptracker in flush) Move reptracker to flush
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yaml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yaml
scripts/ci/build_ci_base_image.sh
+2
-2
2 additions, 2 deletions
scripts/ci/build_ci_base_image.sh
with
4 additions
and
4 deletions
.gitlab-ci.yaml
+
2
−
2
View file @
9e5014c5
...
@@ -315,7 +315,7 @@ cleanup_haf_cache_manual:
...
@@ -315,7 +315,7 @@ cleanup_haf_cache_manual:
download_await
:
download_await
:
extends
:
.job-defaults
extends
:
.job-defaults
image
:
$CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-
2
image
:
$CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-
3
stage
:
prepare
stage
:
prepare
variables
:
variables
:
GIT_STRATEGY
:
none
GIT_STRATEGY
:
none
...
@@ -403,7 +403,7 @@ sync:
...
@@ -403,7 +403,7 @@ sync:
-
data-cache-storage
-
data-cache-storage
e2e_benchmark
:
e2e_benchmark
:
image
:
$CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-
2
image
:
$CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-
3
stage
:
benchmark
stage
:
benchmark
interruptible
:
true
interruptible
:
true
needs
:
needs
:
...
...
This diff is collapsed.
Click to expand it.
scripts/ci/build_ci_base_image.sh
+
2
−
2
View file @
9e5014c5
...
@@ -10,7 +10,7 @@ cat <<EOF
...
@@ -10,7 +10,7 @@ cat <<EOF
Options:
Options:
--registry=URL Registry to use as a part of image names (default: registry.gitlab.syncad.com/hive/hivemind)
--registry=URL Registry to use as a part of image names (default: registry.gitlab.syncad.com/hive/hivemind)
--tag=TAG Image tag (default: python-3.8-slim-
2
)
--tag=TAG Image tag (default: python-3.8-slim-
3
)
EOF
EOF
}
}
...
@@ -21,7 +21,7 @@ function image-exists() {
...
@@ -21,7 +21,7 @@ function image-exists() {
}
}
REGISTRY
=
${
REGISTRY
:-
"registry.gitlab.syncad.com/hive/hivemind"
}
REGISTRY
=
${
REGISTRY
:-
"registry.gitlab.syncad.com/hive/hivemind"
}
CI_IMAGE_TAG
=
${
CI_IMAGE_TAG
:-
"python-3.8-slim-
2
"
}
CI_IMAGE_TAG
=
${
CI_IMAGE_TAG
:-
"python-3.8-slim-
3
"
}
while
[
$#
-gt
0
]
;
do
while
[
$#
-gt
0
]
;
do
case
"
$1
"
in
case
"
$1
"
in
...
...
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