From c37a285a37193f8032443e8f36773568aabf2882 Mon Sep 17 00:00:00 2001 From: Sophia <16596228+sophiaaar@users.noreply.github.com> Date: Tue, 21 Apr 2020 15:36:49 +0200 Subject: [PATCH] update registry --- .yamato/upm-ci-hdrp.yml | 1 - .yamato/upm-ci-packages.yml | 10 +++++----- .yamato/upm-ci-shadergraph.yml | 1 - .yamato/upm-ci-templates.yml | 10 +++++----- .yamato/upm-ci-universal.yml | 1 - .yamato/upm-ci-vfx_lwrp.yml | 1 - .yamato/upm-ci-vfxmain.yml | 1 - 7 files changed, 10 insertions(+), 15 deletions(-) diff --git a/.yamato/upm-ci-hdrp.yml b/.yamato/upm-ci-hdrp.yml index 2ab4eb02798..30aceb57ec2 100644 --- a/.yamato/upm-ci-hdrp.yml +++ b/.yamato/upm-ci-hdrp.yml @@ -170,7 +170,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 diff --git a/.yamato/upm-ci-packages.yml b/.yamato/upm-ci-packages.yml index d9b6f28ea71..0c4aaef446c 100644 --- a/.yamato/upm-ci-packages.yml +++ b/.yamato/upm-ci-packages.yml @@ -88,7 +88,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: @@ -106,7 +106,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 %} @@ -136,7 +136,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 %} @@ -164,7 +164,7 @@ all_package_ci: 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: @@ -185,7 +185,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: diff --git a/.yamato/upm-ci-shadergraph.yml b/.yamato/upm-ci-shadergraph.yml index 2cd4441d1f3..834b7a1837a 100644 --- a/.yamato/upm-ci-shadergraph.yml +++ b/.yamato/upm-ci-shadergraph.yml @@ -331,7 +331,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 diff --git a/.yamato/upm-ci-templates.yml b/.yamato/upm-ci-templates.yml index 5d615adae76..068757038bd 100644 --- a/.yamato/upm-ci-templates.yml +++ b/.yamato/upm-ci-templates.yml @@ -54,8 +54,8 @@ 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 - - upm-ci template pack --keep-project-settings --project-path {{ template.packagename }} + - 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: paths: @@ -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 %} @@ -103,7 +103,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 %} @@ -132,7 +132,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: diff --git a/.yamato/upm-ci-universal.yml b/.yamato/upm-ci-universal.yml index 28a15da5601..eec15323a3e 100644 --- a/.yamato/upm-ci-universal.yml +++ b/.yamato/upm-ci-universal.yml @@ -343,7 +343,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 diff --git a/.yamato/upm-ci-vfx_lwrp.yml b/.yamato/upm-ci-vfx_lwrp.yml index 7e2ecbade58..6df5b6b99c9 100644 --- a/.yamato/upm-ci-vfx_lwrp.yml +++ b/.yamato/upm-ci-vfx_lwrp.yml @@ -328,7 +328,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 diff --git a/.yamato/upm-ci-vfxmain.yml b/.yamato/upm-ci-vfxmain.yml index e5604d67eff..26d0b3573b8 100644 --- a/.yamato/upm-ci-vfxmain.yml +++ b/.yamato/upm-ci-vfxmain.yml @@ -223,7 +223,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