Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
3a304943
Commit
3a304943
authored
Dec 31, 2025
by
BO ZHANG
🏀
Browse files
INTTEST -> UNITTEST
parent
d7c7ee3f
Pipeline
#11684
passed with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
3a304943
...
...
@@ -91,7 +91,7 @@ class Pipeline:
"CREATED"
:
os
.
getenv
(
"CREATED"
,
"-"
),
# additional settings
"VERBOSE"
:
os
.
getenv
(
"VERBOSE"
,
"false"
).
lower
()
==
"true"
,
"I
N
TTEST"
:
os
.
getenv
(
"I
N
TTEST"
,
"false"
).
lower
()
==
"true"
,
"
UN
ITTEST"
:
os
.
getenv
(
"
UN
ITTEST"
,
"false"
).
lower
()
==
"true"
,
"IGNORE_WARNINGS"
:
os
.
getenv
(
"IGNORE_WARNINGS"
,
"true"
).
lower
()
==
"true"
,
"USE_OSS"
:
(
os
.
getenv
(
"USE_OSS"
,
"false"
)).
lower
()
==
"true"
,
}
...
...
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