File tree 7 files changed +47
-47
lines changed
7 files changed +47
-47
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ code_analyser:
21
21
- targets :
22
22
only :
23
23
- " develop"
24
- - " gh-readonly-queue/{base_branch} "
24
+ - " gh-readonly-queue/develop "
25
25
artifacts :
26
26
UTR_Output.zip :
27
27
paths :
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ check_formatting:
16
16
- targets :
17
17
only :
18
18
- " develop"
19
- - " gh-readonly-queue/{base_branch} "
19
+ - " gh-readonly-queue/develop "
Original file line number Diff line number Diff line change 1
- # {% metadata_file .yamato/config.metadata %}
2
- # ---
3
- #
4
- # promote:
5
- # name: Promote to Production
6
- # agent:
7
- # type: Unity::VM
8
- # image: package-ci/win10:default
9
- # flavor: b1.large
10
- # dependencies:
11
- # - .yamato/publish-samples.yml
12
- # variables:
13
- # UPMCI_PROMOTION: 1
14
- # commands:
15
- # - move /Y .\Assets\Samples .\Packages\com.unity.inputsystem
16
- # - xcopy /Y /H .\Assets\Samples.meta .\Packages\com.unity.inputsystem
17
- # - del /AH .\Assets\Samples.meta
18
- # - {{ upm_ci_install }}
19
- # - upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
20
- # - upm-ci package promote --package-path ./Packages/com.unity.inputsystem/
21
- # artifacts:
22
- # artifacts:
23
- # paths:
24
- # - "upm-ci~/**/*"
1
+ {% metadata_file .yamato/config.metadata %}
2
+ ---
3
+
4
+ promote :
5
+ name : Promote to Production
6
+ agent :
7
+ type : Unity::VM
8
+ image : package-ci/win10:default
9
+ flavor : b1.large
10
+ dependencies :
11
+ - .yamato/publish-samples.yml
12
+ variables :
13
+ UPMCI_PROMOTION : 1
14
+ commands :
15
+ - move /Y .\Assets\Samples .\Packages\com.unity.inputsystem
16
+ - xcopy /Y /H .\Assets\Samples.meta .\Packages\com.unity.inputsystem
17
+ - del /AH .\Assets\Samples.meta
18
+ - {{ upm_ci_install }}
19
+ - upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
20
+ - upm-ci package promote --package-path ./Packages/com.unity.inputsystem/
21
+ artifacts :
22
+ artifacts :
23
+ paths :
24
+ - " upm-ci~/**/*"
Original file line number Diff line number Diff line change 1
- # {% metadata_file .yamato/config.metadata %}
2
- # ---
3
- #
4
- # test_sample_projects:
5
- # name : Publish Sample Projects
6
- # agent:
7
- # type: Unity::VM::osx
8
- # image: package-ci/macos-12:default
9
- # flavor: m1.mac
10
- # commands:
11
- # - {{ upm_ci_install }}
12
- # - upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
13
- # - upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u 2019.4
14
- # - Editor=.Editor/Unity.app/Contents/MacOS/Unity Method=Publish sh ExternalSampleProjects/publish.sh
15
- # artifacts:
16
- # UTR_Output.zip:
17
- # paths:
18
- # - "upm-ci~/**/*"
1
+ {% metadata_file .yamato/config.metadata %}
2
+ ---
3
+
4
+ test_sample_projects :
5
+ name : Publish Sample Projects
6
+ agent :
7
+ type : Unity::VM::osx
8
+ image : package-ci/macos-12:default
9
+ flavor : m1.mac
10
+ commands :
11
+ - {{ upm_ci_install }}
12
+ - upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
13
+ - upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u 2019.4
14
+ - Editor=.Editor/Unity.app/Contents/MacOS/Unity Method=Publish sh ExternalSampleProjects/publish.sh
15
+ artifacts :
16
+ UTR_Output.zip :
17
+ paths :
18
+ - " upm-ci~/**/*"
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ Windows-Dotnet-SonarScanner:
36
36
- targets :
37
37
only :
38
38
- " develop"
39
- - " gh-readonly-queue/{base_branch} "
39
+ - " gh-readonly-queue/develop "
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ test_sample_projects_{{ editor.version }}:
18
18
- targets :
19
19
only :
20
20
- " develop"
21
- - " gh-readonly-queue/{base_branch} "
21
+ - " gh-readonly-queue/develop "
22
22
artifacts :
23
23
UTR_Output.zip :
24
24
paths :
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ all_tests:
228
228
- targets :
229
229
only :
230
230
- " develop"
231
- - " gh-readonly-queue/{base_branch} "
231
+ - " gh-readonly-queue/develop "
232
232
233
233
{% for run in (1..2) %}
234
234
publish{% cycle "", "_dryrun" %} :
You can’t perform that action at this time.
0 commit comments