Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .yamato/config/__shared.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ platforms:
agents_project_OpenGLCore:
default:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
agent_package:
type: Unity::VM::osx
Expand Down
2 changes: 1 addition & 1 deletion .yamato/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ platforms:
agents_project_OpenGLCore: # agents used by all OSX OpenGLCore project jobs
default:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
agent_package:
type: Unity::VM::osx
Expand Down
12 changes: 6 additions & 6 deletions .yamato/shadergraph-osx-openglcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ShaderGraph_OSX_OpenGLCore_playmode_trunk:
name: ShaderGraph on OSX_OpenGLCore_playmode on version trunk
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand All @@ -28,7 +28,7 @@ ShaderGraph_OSX_OpenGLCore_editmode_trunk:
name: ShaderGraph on OSX_OpenGLCore_editmode on version trunk
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand All @@ -49,7 +49,7 @@ ShaderGraph_OSX_OpenGLCore_playmode_fast-trunk:
name: ShaderGraph on OSX_OpenGLCore_playmode on version fast-trunk
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand All @@ -70,7 +70,7 @@ ShaderGraph_OSX_OpenGLCore_editmode_fast-trunk:
name: ShaderGraph on OSX_OpenGLCore_editmode on version fast-trunk
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand All @@ -91,7 +91,7 @@ ShaderGraph_OSX_OpenGLCore_playmode_CUSTOM-REVISION:
name: ShaderGraph on OSX_OpenGLCore_playmode on version CUSTOM-REVISION
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand All @@ -113,7 +113,7 @@ ShaderGraph_OSX_OpenGLCore_editmode_CUSTOM-REVISION:
name: ShaderGraph on OSX_OpenGLCore_editmode on version CUSTOM-REVISION
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand Down
18 changes: 9 additions & 9 deletions .yamato/universal-osx-openglcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Universal_OSX_OpenGLCore_playmode_trunk:
name: Universal on OSX_OpenGLCore_playmode on version trunk
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand All @@ -28,7 +28,7 @@ Universal_OSX_OpenGLCore_editmode_trunk:
name: Universal on OSX_OpenGLCore_editmode on version trunk
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand All @@ -49,7 +49,7 @@ Universal_OSX_OpenGLCore_playmode_XR_trunk:
name: Universal on OSX_OpenGLCore_playmode_XR on version trunk
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand All @@ -70,7 +70,7 @@ Universal_OSX_OpenGLCore_playmode_fast-trunk:
name: Universal on OSX_OpenGLCore_playmode on version fast-trunk
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand All @@ -91,7 +91,7 @@ Universal_OSX_OpenGLCore_editmode_fast-trunk:
name: Universal on OSX_OpenGLCore_editmode on version fast-trunk
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand All @@ -112,7 +112,7 @@ Universal_OSX_OpenGLCore_playmode_XR_fast-trunk:
name: Universal on OSX_OpenGLCore_playmode_XR on version fast-trunk
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand All @@ -133,7 +133,7 @@ Universal_OSX_OpenGLCore_playmode_CUSTOM-REVISION:
name: Universal on OSX_OpenGLCore_playmode on version CUSTOM-REVISION
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand All @@ -155,7 +155,7 @@ Universal_OSX_OpenGLCore_editmode_CUSTOM-REVISION:
name: Universal on OSX_OpenGLCore_editmode on version CUSTOM-REVISION
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand All @@ -177,7 +177,7 @@ Universal_OSX_OpenGLCore_playmode_XR_CUSTOM-REVISION:
name: Universal on OSX_OpenGLCore_playmode_XR on version CUSTOM-REVISION
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand Down
6 changes: 3 additions & 3 deletions .yamato/vfx_urp-osx-openglcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VFX_URP_OSX_OpenGLCore_playmode_trunk:
name: VFX_URP on OSX_OpenGLCore_playmode on version trunk
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand All @@ -28,7 +28,7 @@ VFX_URP_OSX_OpenGLCore_playmode_fast-trunk:
name: VFX_URP on OSX_OpenGLCore_playmode on version fast-trunk
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand All @@ -49,7 +49,7 @@ VFX_URP_OSX_OpenGLCore_playmode_CUSTOM-REVISION:
name: VFX_URP on OSX_OpenGLCore_playmode on version CUSTOM-REVISION
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
image: package-ci/mac:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
Expand Down