Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cx-test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christoph Alt
cx-test
Commits
074d3db4
Commit
074d3db4
authored
8 months ago
by
Christoph Alt
Browse files
Options
Downloads
Patches
Plain Diff
fix the condition when the gpu name is added to the general tags
parent
433fef0f
No related branches found
Branches containing commit
No related tags found
1 merge request
!7
Add a new benchmark case
Pipeline
#718904
passed
8 months ago
Stage: generate_child_pipeline
Stage: execute_child_pipeline
Pipeline: cx-test
#718905
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
process_output.py
+1
-1
1 addition, 1 deletion
process_output.py
with
1 addition
and
1 deletion
process_output.py
+
1
−
1
View file @
074d3db4
...
...
@@ -113,7 +113,7 @@ def main():
"
.
"
,
commit_key
=
"
proxy_commit
"
,
commit_msg_key
=
"
proxy_commit_msg
"
)
)
if
args
.
output_file
.
startswith
(
"
gpu
_benchmark
"
):
if
args
.
output_file
.
startswith
(
"
gpu
"
):
*
_
,
gpu_name
=
Path
(
args
.
output_file
).
stem
.
split
(
"
_
"
)
common_tags
.
update
({
"
GPU
"
:
gpu_name
})
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment