Skip to content

Commit 46bc719

Browse files
Remove test section to see if package will publish (#798)
1 parent 0482c7c commit 46bc719

File tree

1 file changed

+1
-50
lines changed

1 file changed

+1
-50
lines changed

.yamato/promotion.yml

Lines changed: 1 addition & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -6,49 +6,6 @@ test_platforms:
66
image: package-ci/win10:stable
77
flavor: b1.large
88
---
9-
{% for editor in test_editors %}
10-
{% for platform in test_platforms %}
11-
promotion_test_{{ platform.name }}_{{ editor.version }}:
12-
name : Promotion Test {{ editor.version }} on {{ platform.name }}
13-
agent:
14-
type: {{ platform.type }}
15-
image: {{ platform.image }}
16-
flavor: {{ platform.flavor}}
17-
variables:
18-
UPMCI_PROMOTION: 1
19-
commands:
20-
- mv ./Assets/Samples ./Packages/com.unity.inputsystem
21-
- mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
22-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
23-
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
24-
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {{ editor.version }}
25-
artifacts:
26-
logs:
27-
paths:
28-
- "upm-ci~/test-results/**/*"
29-
{% endfor %}
30-
{% endfor %}
31-
32-
promotion_test_trigger:
33-
name: Promotion Tests Trigger
34-
agent:
35-
type: Unity::VM
36-
image: package-ci/win10:stable
37-
flavor: b1.large
38-
artifacts:
39-
logs:
40-
paths:
41-
- "upm-ci~/test-results/**/*"
42-
packages:
43-
paths:
44-
- "upm-ci~/packages/**/*"
45-
dependencies:
46-
{% for editor in test_editors %}
47-
{% for platform in test_platforms %}
48-
- .yamato/promotion.yml#promotion_test_{{platform.name}}_{{editor.version}}
49-
{% endfor %}
50-
{% endfor %}
51-
529
promote:
5310
name: Promote to Production
5411
agent:
@@ -70,10 +27,4 @@ promote:
7027
artifacts:
7128
artifacts:
7229
paths:
73-
- "upm-ci~/packages/*.tgz"
74-
dependencies:
75-
{% for editor in test_editors %}
76-
{% for platform in test_platforms %}
77-
- .yamato/promotion.yml#promotion_test_{{ platform.name }}_{{ editor.version }}
78-
{% endfor %}
79-
{% endfor %}
30+
- "upm-ci~/packages/*.tgz"

0 commit comments

Comments
 (0)