浏览代码
Add publish and promotion jobs for creating our c# package. Cleanup job definitions. (#3820)
/develop/dockerfile
Add publish and promotion jobs for creating our c# package. Cleanup job definitions. (#3820)
/develop/dockerfile
GitHub
5 年前
当前提交
19604778
共有 4 个文件被更改,包括 95 次插入 和 4 次删除
-
6.yamato/com.unity.ml-agents-pack.yml
-
50.yamato/com.unity.ml-agents-test.yml
-
22.yamato/com.unity.ml-agents-promotion.yml
-
21.yamato/com.unity.ml-agents-publish.yml
|
|||
promote: |
|||
name: Promote to Production |
|||
agent: |
|||
type: Unity::VM |
|||
image: package-ci/win10:stable |
|||
flavor: b1.large |
|||
variables: |
|||
UPMCI_PROMOTION: 1 |
|||
commands: |
|||
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm |
|||
- upm-ci package promote --package-path com.unity.ml-agents |
|||
# triggers: |
|||
# tags: |
|||
# only: |
|||
# - /^(r|R)elease-\d+\.\d+\.\d+(-preview(\.\d+)?)?$/ |
|||
artifacts: |
|||
artifacts: |
|||
paths: |
|||
- "upm-ci~/packages/*.tgz" |
|||
dependencies: |
|||
- .yamato/com.unity.ml-agents-pack.yml#pack |
|||
- .yamato/com.unity.ml-agents-test.yml#all_package_tests |
|
|||
publish: |
|||
name: Publish ML-Agents to Internal Registry |
|||
agent: |
|||
type: Unity::VM |
|||
image: package-ci/win10:stable |
|||
flavor: b1.large |
|||
commands: |
|||
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm |
|||
- upm-ci package publish --package-path com.unity.ml-agents |
|||
triggers: |
|||
cancel_old_ci: true |
|||
# tags: |
|||
# only: |
|||
# - /^(r|R)(c|C)-\d+\.\d+\.\d+(-preview(\.\d+)?)?$/ |
|||
artifacts: |
|||
artifacts: |
|||
paths: |
|||
- "upm-ci~/packages/*.tgz" |
|||
dependencies: |
|||
- .yamato/com.unity.ml-agents-pack.yml#pack |
|||
- .yamato/com.unity.ml-agents-test.yml#all_package_tests |
撰写
预览
正在加载...
取消
保存
Reference in new issue