Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
lizhongxiao
OpenXG-RAN
Commits
0e531b44
Commit
0e531b44
authored
Feb 13, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/ci-integration-test' into integration_2024_w06
parents
ddd53b0b
cf183f43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
ci-scripts/cls_cluster.py
ci-scripts/cls_cluster.py
+5
-0
ci-scripts/cls_containerize.py
ci-scripts/cls_containerize.py
+5
-0
No files found.
ci-scripts/cls_cluster.py
View file @
0e531b44
...
@@ -274,6 +274,11 @@ class Cluster:
...
@@ -274,6 +274,11 @@ class Cluster:
if
result
is
not
None
:
if
result
is
not
None
:
forceBaseImageBuild
=
True
forceBaseImageBuild
=
True
baseTag
=
'ci-temp'
baseTag
=
'ci-temp'
# if the branch name contains integration_20xx_wyy, let rebuild ran-base
result
=
re
.
search
(
'integration_20([0-9]{2})_w([0-9]{2})'
,
self
.
ranBranch
)
if
not
forceBaseImageBuild
and
result
is
not
None
:
forceBaseImageBuild
=
True
baseTag
=
'ci-temp'
else
:
else
:
imageTag
=
f'develop-
{
self
.
ranCommitID
[
0
:
8
]
}
'
imageTag
=
f'develop-
{
self
.
ranCommitID
[
0
:
8
]
}
'
forceBaseImageBuild
=
True
forceBaseImageBuild
=
True
...
...
ci-scripts/cls_containerize.py
View file @
0e531b44
...
@@ -419,6 +419,11 @@ class Containerize():
...
@@ -419,6 +419,11 @@ class Containerize():
if
result
is
not
None
:
if
result
is
not
None
:
forceBaseImageBuild
=
True
forceBaseImageBuild
=
True
baseTag
=
'ci-temp'
baseTag
=
'ci-temp'
# if the branch name contains integration_20xx_wyy, let rebuild ran-base
result
=
re
.
search
(
'integration_20([0-9]{2})_w([0-9]{2})'
,
self
.
ranBranch
)
if
not
forceBaseImageBuild
and
result
is
not
None
:
forceBaseImageBuild
=
True
baseTag
=
'ci-temp'
else
:
else
:
forceBaseImageBuild
=
True
forceBaseImageBuild
=
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