Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LarvaTagger.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Nyx
LarvaTagger.jl
Commits
9e34ff1f
Commit
9e34ff1f
authored
6 months ago
by
François LAURENT
Browse files
Options
Downloads
Patches
Plain Diff
fix: test data updated
parent
704a6a5d
No related branches found
No related tags found
1 merge request
!22
Set of commits to be tagger v0.19
Pipeline
#144513
passed
6 months ago
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
recipes/Dockerfile
+1
-1
1 addition, 1 deletion
recipes/Dockerfile
recipes/README.md
+1
-1
1 addition, 1 deletion
recipes/README.md
scripts/larvatagger.sh
+3
-1
3 additions, 1 deletion
scripts/larvatagger.sh
test/deploy_and_test.sh
+1
-2
1 addition, 2 deletions
test/deploy_and_test.sh
with
6 additions
and
5 deletions
recipes/Dockerfile
+
1
−
1
View file @
9e34ff1f
FROM
julia:1.10.
4
-bullseye
AS
base
FROM
julia:1.10.
6
-bullseye
AS
base
ARG
PROJECT_DIR=/app
ARG
PROJECT_DIR=/app
ARG
BRANCH=main
ARG
BRANCH=main
...
...
This diff is collapsed.
Click to expand it.
recipes/README.md
+
1
−
1
View file @
9e34ff1f
...
@@ -177,7 +177,7 @@ docker pull flaur/larvatagger
...
@@ -177,7 +177,7 @@ docker pull flaur/larvatagger
```
```
Beware that images that ship with a tagging backend are relatively large files (>5GB on disk).
Beware that images that ship with a tagging backend are relatively large files (>5GB on disk).
If you are not interested in automatic tagging, use the `
flaur/larvatagger:0.1
8
-standalone
` image instead.
If you are not interested in automatic tagging, use the `
flaur/larvatagger:0.1
9
-standalone
` image instead.
### Upgrading
### Upgrading
...
...
This diff is collapsed.
Click to expand it.
scripts/larvatagger.sh
+
3
−
1
View file @
9e34ff1f
...
@@ -137,7 +137,9 @@ else
...
@@ -137,7 +137,9 @@ else
echo
"Using environment variable: TAGGINGBACKENDS_BRANCH=
$TAGGINGBACKENDS_BRANCH
"
echo
"Using environment variable: TAGGINGBACKENDS_BRANCH=
$TAGGINGBACKENDS_BRANCH
"
fi
fi
DOCKER_ARGS
=
"--build-arg TAGGINGBACKENDS_BRANCH=
$TAGGINGBACKENDS_BRANCH
$DOCKER_ARGS
"
DOCKER_ARGS
=
"--build-arg TAGGINGBACKENDS_BRANCH=
$TAGGINGBACKENDS_BRANCH
$DOCKER_ARGS
"
$docker
build
-t
"
$LARVATAGGER_IMAGE
"
${
DOCKER_ARGS
}
--build-arg
BRANCH
=
$LARVATAGGER_BRANCH
.
DOCKER_BUILD
=
"
$docker
build -t "
$LARVATAGGER_IMAGE
"
${
DOCKER_ARGS
}
--build-arg BRANCH=
$LARVATAGGER_BRANCH
."
echo
$DOCKER_BUILD
eval
$DOCKER_BUILD
fi
fi
;;
;;
...
...
This diff is collapsed.
Click to expand it.
test/deploy_and_test.sh
+
1
−
2
View file @
9e34ff1f
...
@@ -73,9 +73,8 @@ if [ -f LarvaTagger_test_data.tgz ]; then
...
@@ -73,9 +73,8 @@ if [ -f LarvaTagger_test_data.tgz ]; then
(
cd
"
$LTROOT
"
&&
tar
zxvf LarvaTagger_test_data.tgz
)
(
cd
"
$LTROOT
"
&&
tar
zxvf LarvaTagger_test_data.tgz
)
else
else
# Not recommended; reproducibility is not guarantee across hosts or architectures yet
# Not recommended; reproducibility is not guarantee across hosts or architectures yet
#wget -O- https://dl.pasteur.fr/fop/8MvgygD4/LarvaTagger_test_data.tgz | tar zxv
(
cd
"
$LTROOT
"
&&
\
(
cd
"
$LTROOT
"
&&
\
wget
-O-
https://dl.pasteur.fr/fop/
t8CtkCpY/240208
_LarvaTagger_test_data.tgz |
tar
zxv
)
wget
-O-
https://dl.pasteur.fr/fop/
ppk8GBQf/241127
_LarvaTagger_test_data.tgz |
tar
zxv
)
fi
fi
if
[
"
$LOCAL_SCENARII
"
=
"1"
]
;
then
if
[
"
$LOCAL_SCENARII
"
=
"1"
]
;
then
...
...
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