Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
103
Merge Requests
103
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
493f4672
Commit
493f4672
authored
Jan 17, 2023
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into zope4py2
parents
9ddf4afd
80caf0f1
Pipeline
#25931
failed with stage
in 0 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+1
-1
software/ors-amarisoft/promise/check_baseband_latency.py
software/ors-amarisoft/promise/check_baseband_latency.py
+3
-0
software/repman/instance-repman-slave-input-schema.json
software/repman/instance-repman-slave-input-schema.json
+0
-2
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
493f4672
...
@@ -104,7 +104,7 @@ md5sum = 40cf5389fd91845f4426ef159fb20fc0
...
@@ -104,7 +104,7 @@ md5sum = 40cf5389fd91845f4426ef159fb20fc0
[baseband-latency-promise]
[baseband-latency-promise]
_update_hash_filename_ = promise/check_baseband_latency.py
_update_hash_filename_ = promise/check_baseband_latency.py
md5sum =
983b179735527f6b38393d28bd858400
md5sum =
4f115e2d9bde9f268c77264dc0deb2a3
[amarisoft-stats-log-promise]
[amarisoft-stats-log-promise]
_update_hash_filename_ = promise/check_amarisoft_stats_log.py
_update_hash_filename_ = promise/check_amarisoft_stats_log.py
...
...
software/ors-amarisoft/promise/check_baseband_latency.py
View file @
493f4672
...
@@ -66,6 +66,9 @@ class RunPromise(GenericPromise):
...
@@ -66,6 +66,9 @@ class RunPromise(GenericPromise):
def
sense
(
self
):
def
sense
(
self
):
testing
=
self
.
getConfig
(
'testing'
)
==
"True"
testing
=
self
.
getConfig
(
'testing'
)
==
"True"
if
testing
:
self
.
logger
.
info
(
"skipping promise"
)
return
amarisoft_stats_log
=
self
.
getConfig
(
'amarisoft-stats-log'
)
amarisoft_stats_log
=
self
.
getConfig
(
'amarisoft-stats-log'
)
stats_period
=
int
(
self
.
getConfig
(
'stats-period'
))
stats_period
=
int
(
self
.
getConfig
(
'stats-period'
))
min_txrx_delay
=
float
(
self
.
getConfig
(
'min-txrx-delay'
,
5
))
min_txrx_delay
=
float
(
self
.
getConfig
(
'min-txrx-delay'
,
5
))
...
...
software/repman/instance-repman-slave-input-schema.json
View file @
493f4672
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
"latin5"
,
"latin5"
,
"latin7"
,
"latin7"
,
"ascii"
,
"ascii"
,
"latin5"
,
"utf8"
,
"utf8"
,
"utf8mb4"
,
"utf8mb4"
,
"utf16"
,
"utf16"
,
...
@@ -26,7 +25,6 @@
...
@@ -26,7 +25,6 @@
"binary"
,
"binary"
,
"utf8_general_ci"
,
"utf8_general_ci"
,
"utf8_unicode_ci"
,
"utf8_unicode_ci"
,
"utf8_unicode_ci"
,
"utf8mb4_bin"
,
"utf8mb4_bin"
,
"utf8mb4_general_ci"
,
"utf8mb4_general_ci"
,
"utf8mb4_unicode_ci"
,
"utf8mb4_unicode_ci"
,
...
...
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