File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ badges_test_trigger:
70
70
name : ⚡ Badges Tests Trigger
71
71
agent :
72
72
type : Unity::VM
73
- image : package-ci/ubuntu:stable
73
+ image : package-ci/ubuntu-22.04:v4
74
74
flavor : b1.small
75
75
commands :
76
76
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ code_coverage_win_{{ project.name }}_{{ validation_editor }}:
6
6
name : Code Coverage Report - Windows - {{ project.name }} - {{ validation_editor }}
7
7
agent :
8
8
type : Unity::VM
9
- image : package-ci/win10:stable
9
+ image : package-ci/win10:v4
10
10
flavor : b1.large
11
11
commands :
12
12
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pack_{{ project.name }}:
5
5
name : Pack {{ project.name }}
6
6
agent :
7
7
type : Unity::VM
8
- image : package-ci/ubuntu:stable
8
+ image : package-ci/ubuntu-22.04:v4
9
9
flavor : b1.small
10
10
commands :
11
11
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
@@ -24,7 +24,7 @@ pack_{{ project.name }}_{{ dependency.name }}@{{ dependency.version }}:
24
24
name : Pack {{ project.name }} with {{ dependency.name }}@{{ dependency.version }}
25
25
agent :
26
26
type : Unity::VM
27
- image : package-ci/ubuntu:stable
27
+ image : package-ci/ubuntu-22.04:v4
28
28
flavor : b1.small
29
29
commands :
30
30
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ promote_{{ project.name }}_{{ package.name }}:
29
29
name : Promote Project {{ project.name }} - Package {{ package.name }} to Production
30
30
agent :
31
31
type : Unity::VM
32
- image : package-ci/win10:stable
32
+ image : package-ci/win10:v4
33
33
flavor : b1.small
34
34
variables :
35
35
UPMCI_PROMOTION : 1
@@ -49,7 +49,7 @@ promote_{{ project.name }}_{{ package.name }}_dry_run:
49
49
name : Promote Project {{ project.name }} - Package {{ package.name }} to Production (dry-run)
50
50
agent :
51
51
type : Unity::VM
52
- image : package-ci/win10:stable
52
+ image : package-ci/win10:v4
53
53
flavor : b1.small
54
54
variables :
55
55
UPMCI_PROMOTION : 1
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ publish_{{ project.name }}_{{ package.name }}:
27
27
name : Publish Project {{project.name }} - Package {{ package.name }} to Internal Registry
28
28
agent :
29
29
type : Unity::VM
30
- image : package-ci/win10:stable
30
+ image : package-ci/win10:v4
31
31
flavor : b1.large
32
32
commands :
33
33
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
@@ -45,7 +45,7 @@ publish_{{ project.name }}_{{ package.name }}_dry_run:
45
45
name : Publish Project {{project.name }} - Package {{ package.name }} to Internal Registry (dry-run)
46
46
agent :
47
47
type : Unity::VM
48
- image : package-ci/win10:stable
48
+ image : package-ci/win10:v4
49
49
flavor : b1.large
50
50
commands :
51
51
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependency_test_trigger_{{ projects.first.name }}:
36
36
name : Project {{ projects.first.name }} Dependency Tests Trigger
37
37
agent :
38
38
type : Unity::VM
39
- image : package-ci/ubuntu:stable
39
+ image : package-ci/ubuntu-22.04:v4
40
40
flavor : b1.small
41
41
commands :
42
42
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
You can’t perform that action at this time.
0 commit comments