Skip to content

Commit f177fe2

Browse files
committed
Pin bokken images version
1 parent 0fce291 commit f177fe2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.yamato/wrench/api-validation-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ all_api_validation_jobs:
99
api_validation_-_postprocessing_-_2019_4_-_windows:
1010
name: API Validation - postprocessing - 2019.4 - windows
1111
agent:
12-
image: package-ci/win10:default
12+
image: package-ci/win10:v4
1313
type: Unity::VM
1414
flavor: b1.large
1515
commands:

.yamato/wrench/package-pack-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package_pack_-_postprocessing:
66
name: Package Pack - postprocessing
77
agent:
8-
image: package-ci/ubuntu-18.04:default
8+
image: package-ci/ubuntu-18.04:v4
99
type: Unity::VM
1010
flavor: b1.large
1111
commands:

Tools/CI/Settings/GraphicsSettings.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ public class GraphicsSettings : AnnotatedSettingsBase
2727
{
2828
{
2929
SystemType.Windows,
30-
new Platform(new Agent("package-ci/win10:default", FlavorType.BuildLarge, ResourceType.Vm), SystemType.Windows)
30+
new Platform(new Agent("package-ci/win10:v4", FlavorType.BuildLarge, ResourceType.Vm), SystemType.Windows)
3131
},
3232
{
3333
SystemType.MacOS,
34-
new Platform(new Agent("package-ci/macos-13:default", FlavorType.BuildExtraLarge, ResourceType.VmOsx),
34+
new Platform(new Agent("package-ci/macos-13:v4", FlavorType.BuildExtraLarge, ResourceType.VmOsx),
3535
SystemType.MacOS)
3636
},
3737
{
3838
SystemType.Ubuntu,
39-
new Platform(new Agent("package-ci/ubuntu-18.04:default", FlavorType.BuildLarge, ResourceType.Vm),
39+
new Platform(new Agent("package-ci/ubuntu-18.04:v4", FlavorType.BuildLarge, ResourceType.Vm),
4040
SystemType.Ubuntu)
4141
}
4242
};

0 commit comments

Comments
 (0)