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-cicd
csst-dag
Commits
107e43ed
Commit
107e43ed
authored
Sep 07, 2025
by
BO ZHANG
🏀
Browse files
tweaks
parent
2c6cb737
Changes
9
Show whitespace changes
Inline
Side-by-side
csst_dag/__init__.py
View file @
107e43ed
from
._dfs
import
DFS
,
dfs
from
.dag
import
CSST_DAGS
,
Dispatcher
,
BaseDAG
from
._csst
import
csst
,
CsstPlanObsid
,
CsstPlanObsgroup
,
DotDict
__version__
=
"0.0.0"
Dockerfile
→
docker/
Dockerfile
View file @
107e43ed
File moved
app/_run.py
→
docker/
app/_run.py
View file @
107e43ed
File moved
app/inspect.py
→
docker/
app/inspect.py
View file @
107e43ed
File moved
app/inspect_dag_group_run.py
→
docker/
app/inspect_dag_group_run.py
View file @
107e43ed
File moved
app/run.py
→
docker/
app/run.py
View file @
107e43ed
File moved
docker/app/test.py
0 → 100644
View file @
107e43ed
import
csst_dag
print
(
"csst_dag version: "
,
csst_dag
.
__version__
)
app/upload_plan.py
→
docker/
app/upload_plan.py
View file @
107e43ed
File moved
docker/test.yml
0 → 100644
View file @
107e43ed
version
:
'
3'
services
:
test-10100261626-09
:
# each service should have its own name
image
:
${IMAGE}
container_name
:
${PIPELINE_ID}-10100261626-09
# each container should have its own name
user
:
csst
env_file
:
-
.env
command
:
>
# change it as necessary
python /pipeline/app/test.py
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