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
3f0ec98c
Commit
3f0ec98c
authored
7 months ago
by
Michał Kudela
Browse files
Options
Downloads
Patches
Plain Diff
Bump Dockerimage
parent
e7dca592
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!827
Merge develop changes to master
,
!717
Rewrite python function to sql ( condenser_api )
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yaml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yaml
scripts/ci-helpers/build_instance.sh
+1
-1
1 addition, 1 deletion
scripts/ci-helpers/build_instance.sh
scripts/ci/build_ci_base_image.sh
+2
-2
2 additions, 2 deletions
scripts/ci/build_ci_base_image.sh
with
6 additions
and
6 deletions
.gitlab-ci.yaml
+
3
−
3
View file @
3f0ec98c
...
...
@@ -344,7 +344,7 @@ cleanup_haf_cache_manual:
download_await
:
extends
:
.job-defaults
image
:
$CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-
5
image
:
$CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-
6
stage
:
prepare
variables
:
GIT_STRATEGY
:
none
...
...
@@ -435,7 +435,7 @@ sync:
-
data-cache-storage
e2e_benchmark
:
image
:
$CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-
5
image
:
$CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-
6
stage
:
benchmark
interruptible
:
true
needs
:
...
...
@@ -558,7 +558,7 @@ e2e_benchmark:
-
data-cache-storage
e2e_benchmark_on_postgrest
:
image
:
$CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-
5
image
:
$CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-
6
stage
:
benchmark
interruptible
:
true
needs
:
...
...
This diff is collapsed.
Click to expand it.
scripts/ci-helpers/build_instance.sh
+
1
−
1
View file @
3f0ec98c
...
...
@@ -72,7 +72,7 @@ pwd
"
$SRCROOTDIR
/scripts/ci/fix_ci_tag.sh"
CI_IMAGE_TAG
=
${
CI_IMAGE_TAG
:-
"python-3.8-slim-
1
"
}
# see scripts/ci/build_ci_base_image.sh for the current tag
CI_IMAGE_TAG
=
${
CI_IMAGE_TAG
:-
"python-3.8-slim-
6
"
}
# see scripts/ci/build_ci_base_image.sh for the current tag
BUILD_OPTIONS
=(
"--platform=linux/amd64"
"--target=instance"
"--progress=plain"
)
TAG
=
"
${
REGISTRY
}
instance:
$BUILD_IMAGE_TAG
"
MINIMAL_TAG
=
"
${
REGISTRY
}
minimal-instance:
$BUILD_IMAGE_TAG
"
...
...
This diff is collapsed.
Click to expand it.
scripts/ci/build_ci_base_image.sh
+
2
−
2
View file @
3f0ec98c
...
...
@@ -10,7 +10,7 @@ cat <<EOF
Options:
--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-
5
)
--tag=TAG Image tag (default: python-3.8-slim-
6
)
EOF
}
...
...
@@ -21,7 +21,7 @@ function image-exists() {
}
REGISTRY
=
${
REGISTRY
:-
"registry.gitlab.syncad.com/hive/hivemind"
}
CI_IMAGE_TAG
=
${
CI_IMAGE_TAG
:-
"python-3.8-slim-
5
"
}
CI_IMAGE_TAG
=
${
CI_IMAGE_TAG
:-
"python-3.8-slim-
6
"
}
while
[
$#
-gt
0
]
;
do
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