Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCData
lhc-sm-hwc
Commits
4fe3e2f1
Commit
4fe3e2f1
authored
Oct 28, 2021
by
Agata Chadaj
Browse files
wip
parent
48bda6e7
Pipeline
#3176109
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/send_results.py
View file @
4fe3e2f1
...
...
@@ -43,9 +43,9 @@ if __name__ == '__main__':
flag
,
text
=
get_result
()
all_data
=
{
'notebook'
:
args
.
notebook
,
'circuit_name'
:
args
.
circuit_name
,
'discharge_level'
:
int
(
args
.
discharge_level
)
,
'start_time'
:
Time
.
to_unix_timestamp
(
args
.
start_time
),
'end_time'
:
Time
.
to_unix_timestamp
(
args
.
end_time
),
'discharge_level'
:
args
.
discharge_level
,
'start_time'
:
str
(
Time
.
to_unix_timestamp
(
args
.
start_time
)
)
,
'end_time'
:
str
(
Time
.
to_unix_timestamp
(
args
.
end_time
)
)
,
'status'
:
flag
,
'comment'
:
text
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment