Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
5f641c14
Commit
5f641c14
authored
Dec 26, 2025
by
Ivan Mazhukin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm CI: don't remove app's version
epm CI: fix path's epm CI: remove old download logs epm Ci: logs typo
parent
01d7462c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
8 deletions
+11
-8
gen-ci.sh
ci/gen-ci.sh
+4
-4
prepare_ipfs.sh
ci/prepare_ipfs.sh
+1
-1
push-ipfs-db.sh
ci/push-ipfs-db.sh
+5
-2
push-results-ci.sh
ci/push-results-ci.sh
+1
-1
No files found.
ci/gen-ci.sh
View file @
5f641c14
...
...
@@ -45,7 +45,7 @@ for app in $apps; do
done
#
# -------- Stage:
publish_ipfs_db
--------
# -------- Stage:
Publish_download_logs
--------
#
echo
"publish_download_logs:"
echo
" stage: publish_download_logs"
...
...
@@ -80,12 +80,12 @@ for app in $apps; do
safe_app
=
"
${
app
//[^a-zA-Z0-9_]/_
}
"
#
# ALT
p11 consumer
# ALT
sisyphus
#
echo
"test_
${
safe_app
}
_p11:"
echo
" stage: test"
echo
" allow_failure: true"
echo
" image: alt:
p11
"
echo
" image: alt:
sisyphus
"
echo
" tags:"
echo
" - access"
echo
" dependencies:"
...
...
@@ -106,7 +106,7 @@ for app in $apps; do
echo
""
#
# Debian bookworm
consumer
# Debian bookworm
#
echo
"test_
${
safe_app
}
_debian:"
echo
" stage: test"
...
...
ci/prepare_ipfs.sh
View file @
5f641c14
...
...
@@ -8,7 +8,7 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
REPO_ROOT
=
"
$(
cd
"
$SCRIPT_DIR
/.."
&&
pwd
)
"
PROJECT_DIR
=
"
${
CI_PROJECT_DIR
:-
$REPO_ROOT
}
"
RESULTS_ROOT
=
"
$PROJECT_DIR
/ipfs
/
"
RESULTS_ROOT
=
"
$PROJECT_DIR
/ipfs"
ERR_DIR
=
"
$RESULTS_ROOT
/errors"
LOG_DIR
=
"
$RESULTS_ROOT
/logs"
...
...
ci/push-ipfs-db.sh
View file @
5f641c14
...
...
@@ -21,12 +21,15 @@ cd "$WORKDIR"
git config user.name
"CI Bot"
git config user.email
"ci@etersoft.ru"
# clean old data
rm
-rf
ipfs/logs/ ipfs/errors/
||
true
# prepare dirs
mkdir
-p
ipfs/log ipfs/errors ipfs/meta
mkdir
-p
ipfs/log
s
ipfs/errors ipfs/meta
# replace DB and logs
cp
-f
../ipfs/eget-ipfs-db.txt ipfs/eget-ipfs-db.txt
rsync
-a
../ipfs/log
/ ipfs/log
/
||
true
rsync
-a
../ipfs/log
s/ ipfs/logs
/
||
true
rsync
-a
../ipfs/errors/ ipfs/errors/
||
true
# meta info
...
...
ci/push-results-ci.sh
View file @
5f641c14
...
...
@@ -14,7 +14,7 @@ git config user.name "CI Bot"
git config user.email
"ci@etersoft.ru"
# clean old data
rm
-rf
epm-results meta
||
true
rm
-rf
epm-results
/
*
/epm-logs epm-results/
*
/epm-errors
meta
||
true
# copy all results
rsync
-a
"
$CI_PROJECT_DIR
/epm-results/"
epm-results/
||
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment