Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-AMF
Commits
5ec1725d
Commit
5ec1725d
authored
Feb 24, 2023
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ci): typo
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@openairinterface.org
>
parent
123fa6a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ci-scripts/Jenkinsfile-GitLab-Docker
ci-scripts/Jenkinsfile-GitLab-Docker
+2
-2
ci-scripts/generateHtmlReport.py
ci-scripts/generateHtmlReport.py
+1
-1
No files found.
ci-scripts/Jenkinsfile-GitLab-Docker
View file @
5ec1725d
...
...
@@ -157,7 +157,7 @@ pipeline {
// If not satisfactory, we can remove it.
sh
"python3 ./ci-scripts/flatten_image.py --tag oai-amf:${amf_tag}"
sh
"docker image prune --force"
sh
"docker image ls >> archives/amf_docker_image_build.log"
sh
"docker image ls
| egrep --color=never 'amf|REPOSITORY'
>> archives/amf_docker_image_build.log"
// Pushing to local private registry for testing purpose
sh
"docker login -u oaicicd -p oaicicd ${PrivateRegistryURL}"
sh
"docker image tag oai-amf:${amf_tag} ${PrivateRegistryURL}/oai-amf:${amf_tag}"
...
...
@@ -196,7 +196,7 @@ pipeline {
// Building
sh
"sudo podman build --no-cache --squash --target oai-amf --tag oai-amf:${amf_tag} --file docker/Dockerfile.amf.rhel8 --format docker . > archives/amf_podman_image_build.log 2>&1"
sh
"sudo podman image prune --force"
sh
"sudo podman image ls >> archives/amf_podman_image_build.log"
sh
"sudo podman image ls
| egrep --color=never 'amf|REPOSITORY'
>> archives/amf_podman_image_build.log"
}
}
}
...
...
ci-scripts/generateHtmlReport.py
View file @
5ec1725d
...
...
@@ -817,7 +817,7 @@ class HtmlReport():
if
os
.
path
.
isfile
(
cwd
+
'/archives/'
+
logFileName
):
if
nfType
==
'AMF'
:
if
variant
==
'docker'
:
section_start_pattern
=
'naming to docker.io/library/oai-
s
mf:'
section_start_pattern
=
'naming to docker.io/library/oai-
a
mf:'
section_end_pattern
=
'OAI-AMF DOCKER IMAGE BUILD'
else
:
section_start_pattern
=
'COMMIT oai-amf:'
...
...
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