pass UPM_REGISTRY var to mac minis by kivistikliis · Pull Request #1354 · Unity-Technologies/Graphics · GitHub
Skip to content

pass UPM_REGISTRY var to mac minis#1354

Merged
sophiaaar merged 10 commits into
masterfrom
yamato/macmini-var
Jul 21, 2020
Merged

pass UPM_REGISTRY var to mac minis#1354
sophiaaar merged 10 commits into
masterfrom
yamato/macmini-var

Conversation

@kivistikliis

Copy link
Copy Markdown
Contributor

Purpose of this PR

Passes UPM_REGISTRY variable from host to remote machine, so that our Metal jobs can also use candidates registry like the jobs on other platforms do


Testing status

Manual Tests: What did you do?

Yamato: (Select your branch):
https://yamato.prd.cds.internal.unity3d.com/jobs/902-Graphics/tree/yamato%252Fmacmini-var

@kivistikliis kivistikliis requested a review from sophiaaar July 21, 2020 11:39
@kivistikliis kivistikliis marked this pull request as ready for review July 21, 2020 11:40
@kivistikliis kivistikliis requested a review from a team as a code owner July 21, 2020 11:40
@sophiaaar sophiaaar merged commit 711a774 into master Jul 21, 2020
@sophiaaar sophiaaar deleted the yamato/macmini-var branch July 21, 2020 14:53
kivistikliis pushed a commit that referenced this pull request Aug 10, 2020
# Conflicts:
#	.yamato/hdrp-osx-metal.yml
#	.yamato/hdrp_hybrid-osx-metal.yml
#	.yamato/ruamel/jobs/projects/commands/osx_metal.py
#	.yamato/shadergraph-osx-metal.yml
#	.yamato/universal-osx-metal.yml
#	.yamato/universal_hybrid-osx-metal.yml
#	.yamato/vfx_hdrp-osx-metal.yml
#	.yamato/vfx_urp-osx-metal.yml
sophiaaar pushed a commit that referenced this pull request Aug 11, 2020
* [Yamato] pass UPM_REGISTRY var to mac minis (#1354)

* [Yamato] add promote/publish dry run jobs (#1480)

* promote dry run jobs

* publish dryrun jobs

* let promote dryrun use publish dryrun

* [Packages][Yamato] Use project context for package jobs (#1546)

* project context jobs

* fix platform names

* fix names

* bump package versions

* refactor jobs

* publish_all job

* promote jobs [project context]

* turn off nightly trigger for old package publish jobs

* all 'test all' job and turn off trigger for old job

* fix duplicated dependencies

* add publish dry runs

* add promotion dry run jobs
# Conflicts:
#	.yamato/_packages.yml
#	.yamato/_preview_publish.yml
#	.yamato/ruamel/jobs/packages/package_test_all.py

* [Yamato] Package publish_all with and without tagging (#1555)

* publish_all with and without tagging

* Update _packages.yml

* add tagging/no-tagging jobs for project context

* edit job names and remove agent from publish job

Co-authored-by: Sophia <sophia@unity3d.com>

* [Yamato][Packages] Use unique package artifact paths (#1557)

* cherrypick: packages path fix (#1045)

(missing backport from release branches to master)

* try copy

* change path

* mkdir

* copy artifacts together

* remove quotes

* use %%x as in batch file

* add temp publish_shadergraph --dry-run to test publishing with new paths

* mac cmd

* fix macos mkdir

* add artifacts-path to publish and promote, add shadergraph dryrun publish/promote

* add copy to publish

* mkdir publish

* add missing copycmd

* test dependencies cmd

* remove artifacts path from promote

* add promote copy .json back

* use constant for temp path, update templates pack path

* undo artifact path *.tgz endings

* [Yamato][Packages] Use unique package artifact paths (#1557)

* cherrypick: packages path fix (#1045)

(missing backport from release branches to master)

* try copy

* change path

* mkdir

* copy artifacts together

* remove quotes

* use %%x as in batch file

* add temp publish_shadergraph --dry-run to test publishing with new paths

* mac cmd

* fix macos mkdir

* add artifacts-path to publish and promote, add shadergraph dryrun publish/promote

* add copy to publish

* mkdir publish

* add missing copycmd

* test dependencies cmd

* remove artifacts path from promote

* add promote copy .json back

* use constant for temp path, update templates pack path

* undo artifact path *.tgz endings

* [Yamato] add missing commands to core package test (#1561)

* add missing commands to core

* let abv use project context
sophiaaar pushed a commit that referenced this pull request Aug 11, 2020
* [Yamato] pass UPM_REGISTRY var to mac minis (#1354)

* [Yamato] add promote/publish dry run jobs (#1480)

* promote dry run jobs

* publish dryrun jobs

* let promote dryrun use publish dryrun

* [Packages][Yamato] Use project context for package jobs (#1546)

* project context jobs

* fix platform names

* fix names

* bump package versions

* refactor jobs

* publish_all job

* promote jobs [project context]

* turn off nightly trigger for old package publish jobs

* all 'test all' job and turn off trigger for old job

* fix duplicated dependencies

* add publish dry runs

* add promotion dry run jobs

* [Yamato][Packages] Use unique package artifact paths (#1557)

* cherrypick: packages path fix (#1045)

(missing backport from release branches to master)

* try copy

* change path

* mkdir

* copy artifacts together

* remove quotes

* use %%x as in batch file

* add temp publish_shadergraph --dry-run to test publishing with new paths

* mac cmd

* fix macos mkdir

* add artifacts-path to publish and promote, add shadergraph dryrun publish/promote

* add copy to publish

* mkdir publish

* add missing copycmd

* test dependencies cmd

* remove artifacts path from promote

* add promote copy .json back

* use constant for temp path, update templates pack path

* undo artifact path *.tgz endings

* [Yamato] add missing commands to core package test (#1561)

* add missing commands to core

* let abv use project context
sophiaaar pushed a commit that referenced this pull request Aug 12, 2020
* [Yamato] pass UPM_REGISTRY var to mac minis (#1354)

* [Yamato] add promote/publish dry run jobs (#1480)

* promote dry run jobs

* publish dryrun jobs

* let promote dryrun use publish dryrun

* [Packages][Yamato] Use project context for package jobs (#1546)

* project context jobs

* fix platform names

* fix names

* bump package versions

* refactor jobs

* publish_all job

* promote jobs [project context]

* turn off nightly trigger for old package publish jobs

* all 'test all' job and turn off trigger for old job

* fix duplicated dependencies

* add publish dry runs

* add promotion dry run jobs

* [Yamato][Packages] Use unique package artifact paths (#1557)

* cherrypick: packages path fix (#1045)

(missing backport from release branches to master)

* try copy

* change path

* mkdir

* copy artifacts together

* remove quotes

* use %%x as in batch file

* add temp publish_shadergraph --dry-run to test publishing with new paths

* mac cmd

* fix macos mkdir

* add artifacts-path to publish and promote, add shadergraph dryrun publish/promote

* add copy to publish

* mkdir publish

* add missing copycmd

* test dependencies cmd

* remove artifacts path from promote

* add promote copy .json back

* use constant for temp path, update templates pack path

* undo artifact path *.tgz endings

* [Yamato] add missing commands to core package test (#1561)

* add missing commands to core

* let abv use project context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants