diff --git a/.yamato/base.yml b/.yamato/base.yml index dbf98def4..0f2c22b0a 100644 --- a/.yamato/base.yml +++ b/.yamato/base.yml @@ -35,7 +35,7 @@ editor:priming:{{ editor.version }}:{{ platform.os }}: {{ v[0] }}: {{ v[1]}} {% endfor %} commands: - - pip install unity-downloader-cli --user --upgrade --extra-index-url https://artifactory.eu-cph-1.unityops.net/api/pypi/common-python/simple + - pip install unity-downloader-cli --user --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple - > unity-downloader-cli -u {{ editor.version }} @@ -65,7 +65,7 @@ editor:priming:{{ test.name }}:{{ platform.os }}: {{ v[0] }}: {{ v[1]}} {% endfor %} commands: - - pip install unity-downloader-cli --user --upgrade --extra-index-url https://artifactory.eu-cph-1.unityops.net/api/pypi/common-python/simple + - pip install unity-downloader-cli --user --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple - > unity-downloader-cli -u {{ test.path }} diff --git a/.yamato/package-test.yml b/.yamato/package-test.yml index e9c7d5697..cf38c13c4 100644 --- a/.yamato/package-test.yml +++ b/.yamato/package-test.yml @@ -56,7 +56,7 @@ scripting_backends: {{ v[0] }}: {{ v[1]}} {% endfor -%} commands: - - pip install unity-downloader-cli --upgrade --extra-index-url https://artifactory.eu-cph-1.unityops.net/api/pypi/common-python/simple + - pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple - npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g - unity-downloader-cli --source-file unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only # TODO: upm-ci needs to support scripting backends @@ -100,7 +100,7 @@ scripting_backends: {{ v[0] }}: {{ v[1]}} {% endfor -%} commands: - - pip install unity-downloader-cli --upgrade --extra-index-url https://artifactory.eu-cph-1.unityops.net/api/pypi/common-python/simple + - pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple - npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g - unity-downloader-cli --source-file unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only - > @@ -143,7 +143,7 @@ scripting_backends: {{ v[0] }}: {{ v[1]}} {% endfor -%} commands: - - pip install unity-downloader-cli --upgrade --extra-index-url https://artifactory.eu-cph-1.unityops.net/api/pypi/common-python/simple + - pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple - npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g - unity-downloader-cli --source-file unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only - > @@ -250,7 +250,7 @@ promotion:test:{{ test.name }}:{{ platform.os }}:{{ editor.version }}: {% endfor -%} UPMCI_PROMOTION: 1 commands: - - pip install unity-downloader-cli --upgrade --extra-index-url https://artifactory.eu-cph-1.unityops.net/api/pypi/common-python/simple + - pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple - unity-downloader-cli --source-file unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - >