Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .yamato/upm-ci-hdrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ linux_apis:
commands:
- sudo -H pip install --upgrade pip
- sudo -H pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
- sudo npm install upm-ci-utils -g --registry https://api.bintray.com/npm/unity/unity-npm
- git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/{{ project.folder }}/utr

- cd TestProjects/{{ project.folder }} && sudo unity-downloader-cli --source-file ../../unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only
Expand Down
10 changes: 5 additions & 5 deletions .yamato/upm-ci-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pack_{{ package.id }}:
image: package-ci/win10:stable
flavor: b1.large
commands:
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- upm-ci package pack --package-path {{ package.packagename }}
artifacts:
packages:
Expand All @@ -109,7 +109,7 @@ test_{{ package.id }}_{{ platform.name }}_{{ editor.version }}:
image: {{ platform.agent.image }}
flavor: {{ platform.agent.flavor }}
commands:
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
{% if package.hascodependencies %}
Expand Down Expand Up @@ -139,7 +139,7 @@ test_{{ package.id }}_{{ platform.name }}_{{ editor.version }}_dependencies:
image: {{ platform.agent.image }}
flavor: {{ platform.agent.flavor }}
commands:
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
{% if package.hascodependencies %}
Expand Down Expand Up @@ -168,7 +168,7 @@ all_package_ci_{{ editor.version }}:
image: package-ci/win10:stable
flavor: b1.large
commands:
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- upm-ci package izon -t
- upm-ci package izon -d
dependencies:
Expand All @@ -189,7 +189,7 @@ publish_{{ package.id }}:
image: package-ci/win10:stable
flavor: b1.large
commands:
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
- 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 {{ package.packagename }}
artifacts:
packages:
Expand Down
1 change: 0 additions & 1 deletion .yamato/upm-ci-shadergraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ Build_{{ project.name }}_OSX_OpenGLCore_Player_{{ editor.version }}:
commands:
- sudo -H pip install --upgrade pip
- sudo -H pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
- sudo npm install upm-ci-utils -g --registry https://api.bintray.com/npm/unity/unity-npm
- git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/{{ project.folder }}/utr

- cd TestProjects/{{ project.folder }} && sudo unity-downloader-cli --source-file ../../unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only
Expand Down
8 changes: 4 additions & 4 deletions .yamato/upm-ci-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pack_{{ template.id }}:
image: package-ci/win10:stable
flavor: b1.large
commands:
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- upm-ci template pack --project-path {{ template.packagename }}
artifacts:
packages:
Expand All @@ -73,7 +73,7 @@ test_{{ template.id }}_{{ platform.name }}_{{ editor.version }}:
image: {{ platform.agent.image }}
flavor: {{ platform.agent.flavor }}
commands:
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
{% if template.hascodependencies %}
Expand Down Expand Up @@ -104,7 +104,7 @@ test_{{ template.id }}_{{ platform.name }}_{{ editor.version }}_dependencies:
image: {{ platform.agent.image }}
flavor: {{ platform.agent.flavor }}
commands:
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
{% if template.hascodependencies %}
Expand Down Expand Up @@ -133,7 +133,7 @@ all_template_ci_{{ editor.version }}:
image: package-ci/win10:stable
flavor: b1.large
commands:
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- upm-ci package izon -t
- upm-ci package izon -d
dependencies:
Expand Down
1 change: 0 additions & 1 deletion .yamato/upm-ci-universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ Build_{{ project.name }}_OSX_OpenGLCore_Player_{{ editor.version }}:
commands:
- sudo -H pip install --upgrade pip
- sudo -H pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
- sudo npm install upm-ci-utils -g --registry https://api.bintray.com/npm/unity/unity-npm
- git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/{{ project.folder }}/utr

- cd TestProjects/{{ project.folder }} && sudo unity-downloader-cli --source-file ../../unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only
Expand Down
1 change: 0 additions & 1 deletion .yamato/upm-ci-vfx_lwrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ Build_{{ project.name }}_OSX_OpenGLCore_Player_{{ editor.version }}:
commands:
- sudo -H pip install --upgrade pip
- sudo -H pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
- sudo npm install upm-ci-utils -g --registry https://api.bintray.com/npm/unity/unity-npm
- git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/{{ project.folder }}/utr

- cd TestProjects/{{ project.folder }} && sudo unity-downloader-cli --source-file ../../unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only
Expand Down
1 change: 0 additions & 1 deletion .yamato/upm-ci-vfxmain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ Build_{{ project.name }}_Win_{{ win_api.name }}_Player_{{ editor.version }}:
commands:
- sudo -H pip install --upgrade pip
- sudo -H pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
- sudo npm install upm-ci-utils -g --registry https://api.bintray.com/npm/unity/unity-npm
- git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/{{ project.folder }}/utr

- cd TestProjects/{{ project.folder }} && sudo unity-downloader-cli --source-file ../../unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only
Expand Down
6 changes: 3 additions & 3 deletions .yamato/z_preview-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ auto-version:
{{ v[0] }}: {{ v[1]}}
{% endfor -%}
commands:
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- >
upm-ci utils auto-version bump
{% for test in testables -%}
Expand Down Expand Up @@ -64,7 +64,7 @@ publish_{{ test.name }}:
{{ v[0] }}: {{ v[1]}}
{% endfor %}
commands:
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- >
upm-ci {{ test.type }} publish
--{{ test.type }}-path {{ test.path }}
Expand Down Expand Up @@ -111,7 +111,7 @@ promote_{{ test.name }}:
variables:
UPMCI_PROMOTION: 1
commands:
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- >
upm-ci {{ test.type }} promote
--{{ test.type }}-path {{ test.path }}
Expand Down