Skip to content
Snippets Groups Projects
Commit a6090352 authored by Daniel Bauer's avatar Daniel Bauer :speech_balloon:
Browse files

[ci] save generated operators as artifacts

parent 3347af1f
4 merge requests!27Operators for f4867170 (escape colon),!25Generate operators in CI,!24Draft: fixup! [ci] skip generation for testing purposes,!23Draft: fixup! [ci] skip generation for testing purposes
Pipeline #77537 passed with stages
in 1 minute and 7 seconds
...@@ -25,6 +25,9 @@ generate-child-pipeline: ...@@ -25,6 +25,9 @@ generate-child-pipeline:
- rm -rf ../operators/* - rm -rf ../operators/*
- echo \$OPERATOR_BASE_NAME - echo \$OPERATOR_BASE_NAME
- python3 generate.py -o ../operators ../operators-\$OPERATOR_BASE_NAME.toml --processes 8 - python3 generate.py -o ../operators ../operators-\$OPERATOR_BASE_NAME.toml --processes 8
artifacts:
paths:
- operators/\$OPERATOR_BASE_NAME
tags: tags:
- docker - docker
parallel: parallel:
...@@ -38,6 +41,14 @@ generate-child-pipeline: ...@@ -38,6 +41,14 @@ generate-child-pipeline:
- OPERATOR_BASE_NAME: $OP_NAME - OPERATOR_BASE_NAME: $OP_NAME
EOF EOF
done done
- |
cat >> child-pipeline.yml << EOF
file-mr:
stage: file-mr
script:
- git status
EOF
artifacts: artifacts:
paths: paths:
- child-pipeline.yml - child-pipeline.yml
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment