File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ test_coverage_{{ package.name }}_{{ platform.name }}_{{ editor.version }}:
13
13
flavor : {{ platform.flavor}}
14
14
commands :
15
15
- git submodule update --init --recursive
16
- - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
16
+ - npm install upm-ci-utils@1.27.0 -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
17
17
- upm-ci project test -u {{ editor.version }} --type project-tests --project-path {{ editor.testProject }} --package-filter {{ package.name }} {{ coverageOptions }} --extra-utr-arg "reruncount=2"
18
18
- |
19
19
conda activate python3.7
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ promotion_test_{{ platform.name }}_{{ editor.version }}:
18
18
variables :
19
19
UPMCI_PROMOTION : 1
20
20
commands :
21
- - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
21
+ - npm install upm-ci-utils@1.27.0 -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
22
22
- upm-ci package test --unity-version {{ editor.version }} --package-path com.unity.ml-agents
23
23
artifacts :
24
24
logs :
@@ -48,7 +48,7 @@ promote:
48
48
variables :
49
49
UPMCI_PROMOTION : 1
50
50
commands :
51
- - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
51
+ - npm install upm-ci-utils@1.27.0 -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
52
52
- upm-ci package promote --package-path com.unity.ml-agents
53
53
# triggers:
54
54
# tags:
Original file line number Diff line number Diff line change 7
7
variables :
8
8
UPMCI_ENABLE_PACKAGE_SIGNING : 1
9
9
commands :
10
- - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
10
+ - npm install upm-ci-utils@1.27.0 -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
11
11
- upm-ci package publish --package-path com.unity.ml-agents
12
12
triggers :
13
13
cancel_old_ci : true
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ test_{{ package.name }}_{{ platform.name }}_{{ editor.version }}:
80
80
flavor : {{ platform.flavor}}
81
81
commands :
82
82
- git submodule update --init --recursive
83
- - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
83
+ - npm install upm-ci-utils@1.27.0 -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
84
84
- upm-ci package test -u {{ editor.version }} --package-path {{ package.name }} {{ noDefaultPackagesOptions }} --warnings-as-errors --extra-utr-arg "reruncount=2"
85
85
artifacts :
86
86
logs :
@@ -132,7 +132,7 @@ test_{{ package.name }}_{{ platform.name }}_trunk:
132
132
{% endif %}
133
133
python -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
134
134
unity-downloader-cli -u trunk -c editor --wait --fast
135
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
135
+ npm install upm-ci-utils@1.27.0 -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
136
136
upm-ci project test -u {{ editor.version }} --project-path {{ editor.testProject }} --package-filter {{ package.name }} --extra-create-project-arg="-upmNoDefaultPackages" --extra-utr-arg "reruncount=2"
137
137
artifacts :
138
138
logs :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ csharp:
10
10
SONARQUBE_LOGIN : a08467db099d82931708d480b8dbf428cf1921d5
11
11
TARGET_BRANCH : develop
12
12
commands :
13
- - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm
13
+ - npm install upm-ci-utils@1.27.0 -g --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm
14
14
- curl https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.7.0.2747-macosx.zip -o sonar-scanner-cli-macosx.zip -L
15
15
- unzip sonar-scanner-cli-macosx.zip -d ~/sonar-scanner-cli
16
16
- ~/sonar-scanner-cli/sonar-scanner-4.7.0.2747-macosx/bin/sonar-scanner -Dsonar.projectKey=$SONARQUBE_PROJECT_KEY -Dsonar.sources=. -Dsonar.host.url=$SONARQUBE_URL -Dsonar.login=$SONARQUBE_LOGIN -Dsonar.branch.name=$TARGET_BRANCH -Dsonar.scm.provider=git
You can’t perform that action at this time.
0 commit comments